social-engineer-toolkit/README.md

43 lines
1.5 KiB
Markdown
Raw Normal View History

2021-04-05 23:48:02 +00:00
# The Social-Engineer Toolkit (SET)
2021-04-06 14:04:09 +00:00
* Copyright :copyright: 2020
2021-04-06 13:59:26 +00:00
* Written by: David Kennedy (ReL1K) @HackingDave
* Company: [TrustedSec](https://www.trustedsec.com)
2021-04-06 13:52:26 +00:00
2021-04-06 14:40:10 +00:00
<br/>
2018-10-19 18:34:44 +00:00
2021-04-06 13:48:49 +00:00
## Description
2015-07-03 02:18:42 +00: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 17:36:05 +00:00
2021-04-05 23:31:59 +00: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 08:14:11 +00:00
2021-04-06 14:10:08 +00:00
#### Supported platforms:
* Linux
2021-04-05 23:31:59 +00:00
* Mac OS X
2021-04-06 14:42:12 +00:00
<br/>
2021-04-06 14:44:10 +00:00
2021-04-06 13:48:49 +00:00
## Installation
2021-04-06 13:52:26 +00:00
#### 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 13:52:26 +00:00
#### Linux
```bash
2020-02-04 23:43:49 +00:00
git clone https://github.com/trustedsec/social-engineer-toolkit/ setoolkit/
cd setoolkit
pip3 install -r requirements.txt
python setup.py
```
2021-04-06 14:42:12 +00:00
<br/>
2021-04-06 14:44:10 +00:00
2021-04-06 13:48:49 +00:00
## SET Tutorial
2021-04-05 23:31:59 +00: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 14:47:26 +00:00
2021-04-06 14:42:12 +00:00
<br/>
2021-04-06 14:44:10 +00:00
2021-04-06 13:48:49 +00:00
## Bugs and enhancements
2021-04-05 23:31:59 +00:00
For bug reports or enhancements, please open an [issue](https://github.com/trustedsec/social-engineer-toolkit/issues) here.
2021-04-06 14:45:40 +00:00
<br/>