|
|
In progress. |
|
|
\ No newline at end of file |
|
|
# Social Engineering Toolkit (SET)
|
|
|
|
|
|
The Social Engineering Toolkit (SET) is a quick and powerful tool for generating effective and believable social engineering attacks.
|
|
|
|
|
|
In this wiki, we'll discuss installation and then move on to a couple of example use cases.
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
If the OS being used does not currently have SET installed, follow [this link](https://github.com/trustedsec/social-engineer-toolkit "SET on GitHub") to be taken to their GitHub page.
|
|
|
|
|
|
<b>SET requires Python and pip to work</b>
|
|
|
|
|
|
Once Python is installed, run the following commands:
|
|
|
|
|
|
```bash
|
|
|
$ git clone https://github.com/trustedsec/social-engineer-toolkit/ set/
|
|
|
$ cd set
|
|
|
$ pip install -r requirements.txt
|
|
|
``` |