social-engineer-toolkit/README.md

41 lines
1.5 KiB
Markdown
Raw Normal View History

2021-04-06 07:48:02 +08:00
# The Social-Engineer Toolkit (SET)
2021-04-06 07:54:27 +08:00
* Copyright 2020 The Social-Engineer Toolkit (SET)
* Written by: David Kennedy (ReL1K) @HackingDave
* Company: [TrustedSec](https://www.trustedsec.com)
2013-12-17 23:07:59 -07:00
2018-10-19 14:34:44 -04:00
2021-04-06 21:48:49 +08:00
## Description
2015-07-02 16:18:42 -10:00
The Social-Engineer Toolkit is an open-source penetration testing framework designed for social engineering. SET has a number of custom attack vectors that allow you to make a believable attack quickly. SET is a product of TrustedSec, LLC an information security consulting firm located in Cleveland, Ohio.
2013-12-31 12:36:05 -05:00
2021-04-06 07:31:59 +08:00
DISCLAIMER: This is *only* for testing purposes and can only be used where strict consent has been given. Do not use this for illegal purposes, period.
Please read the LICENSE under readme/LICENSE for the licensing of SET.
2017-03-30 16:14:11 +08:00
2021-04-06 21:48:49 +08:00
### Supported platforms
* Linux
2021-04-06 07:31:59 +08:00
* Mac OS X
2017-03-30 16:14:11 +08:00
2021-04-06 21:48:49 +08:00
## Installation
### Windows 10 WSL/WSL2 Kali Linux
```bash
sudo apt install set -y
```
Kali Linux on Windows 10 is a minimal installation so it doesn't have any tools installed.
You can easily install Social Engineer Toolkit on WSL/WSL2 without needing pip using the above command.
2021-04-06 21:48:49 +08:00
### Linux
```bash
2020-02-04 18:43:49 -05:00
git clone https://github.com/trustedsec/social-engineer-toolkit/ setoolkit/
cd setoolkit
pip3 install -r requirements.txt
python setup.py
```
2021-04-06 07:31:59 +08:00
2021-04-06 21:48:49 +08:00
## SET Tutorial
2021-04-06 07:31:59 +08:00
For a full document on how to use SET, [visit the SET user manual](https://github.com/trustedsec/social-engineer-toolkit/raw/master/readme/User_Manual.pdf).
2021-04-06 21:48:49 +08:00
## Bugs and enhancements
2021-04-06 07:31:59 +08:00
For bug reports or enhancements, please open an [issue](https://github.com/trustedsec/social-engineer-toolkit/issues) here.