百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
S

social-engineer-toolkit

> 编程语言
开源

来自TrustedSec的社会工程工具包(SET)存储器 - 所有新版本的SET将部署在这里.

15.1K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

来自TrustedSec的社会工程工具包(SET)存储器 - 所有新版本的SET将部署在这里.

The Social-Engineer Toolkit (SET)

The Social-Engineer Toolkit is an open-source penetration testing framework for authorized social-engineering assessments. SET provides guided attack vectors for security teams that need to test user awareness, validate controls, and run consent-based red-team exercises.

SET is a TrustedSec project written by David Kennedy (ReL1K) / @HackingDave.

Responsible Use

SET is only for authorized testing where explicit permission and scope have been established. Do not use SET against systems, accounts, networks, or people without consent. Review the license in readme/LICENSE before using or distributing SET.

Supported Platforms

  • Linux
  • macOS, experimental
  • Windows through WSL/WSL2 Kali or another supported Linux environment

SET 8.1.3 targets Python 3.11 through Python 3.13.

Installation

Kali Linux / WSL

sudo apt update
sudo apt install set -y

From Source

git clone https://github.com/trustedsec/social-engineer-toolkit/ setoolkit/
cd setoolkit
python3 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
python -m pip install -e .

For the legacy system-wide layout, run the installer with elevated privileges:

sudo python3 setup.py

The legacy installer copies SET to /usr/local/share/setoolkit, writes /etc/setoolkit/set.config, and creates /usr/local/bin/setoolkit.

Usage

Launch the interactive console:

sudo setoolkit

From a source checkout, you can also run:

sudo ./setoolkit

The full user manual is available at readme/User_Manual.pdf.

Development

python -m pip install -e .
python -m pip install pytest
python -m compileall -q .
pytest -q

Security Reports

Please report vulnerabilities through the process in SECURITY.md. Do not open public issues for exploitable vulnerabilities.

Bugs and Enhancements

For non-sensitive bug reports or enhancement requests, open an issue at https://github.com/trustedsec/social-engineer-toolkit/issues with SET version, platform, Python version, and reproduction steps.

Issues· 14 开放

查看全部 Issues在 GitHub 打开
  • #1296

    Ayushi_rtw_995 Instagram 密码

    更新于 2026年9月16日
  • #1299

    技术支持

    更新于 2026年9月13日
  • #1292

    Instagram 密码忘记

    更新于 2026年9月11日
  • #1282

    Instagram 账户

    更新于 2026年9月4日
  • #1283

    Instagram 账户密码

    更新于 2026年9月4日
  • #1291

    https://www.instagram.com/sinnu__heenl__12th__307?igsh=MXExbjdiMmcyNmlkZw==

    更新于 2026年8月22日
  • #1281

    https://www.instagram.com/ devil queen khusi ?igsh=MTc3am01enZjYWR2 ZA

    更新于 2026年8月19日
  • #1293

    Roblox premium.com

    更新于 2026年7月26日
  • #1288

    Tabnabbing 模块失败, 因为缺少源. js

    更新于 2026年7月16日
  • #1286

    密码

    更新于 2026年7月7日

> 标签

Python

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言