social-engineer-toolkit/README.md

59 lines
1.6 KiB
Markdown
Raw Normal View History

2019-03-12 12:37:25 +00:00
# :briefcase:   The Social-Engineer Toolkit (SET)   :briefcase:
2017-03-30 08:14:11 +00:00
2020-02-04 23:41:51 +00:00
Copyright 2020 The Social-Engineer Toolkit (SET)
2013-12-18 06:07:59 +00:00
2020-02-04 23:41:51 +00:00
Written by: David Kennedy (ReL1K) @HackingDave
2013-12-18 06:07:59 +00:00
Company: [TrustedSec](https://www.trustedsec.com)
2019-03-12 12:40:04 +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.
2013-12-18 06:07:59 +00:00
Please read the LICENSE under readme/LICENSE for the licensing of SET.
2017-03-30 08:14:11 +00:00
2019-03-12 12:37:25 +00:00
# :book:   SET Tutorial   :book:
2016-10-14 02:52:33 +00:00
2017-03-30 08:14:11 +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).
2016-10-14 02:52:33 +00:00
2017-03-30 08:14:11 +00:00
2019-03-12 12:37:25 +00:00
# :computer:   Features   :computer:
2013-12-31 17:36:05 +00:00
2018-10-19 18:34:44 +00:00
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
2019-03-12 12:27:21 +00:00
## Bugs and enhancements
2017-03-30 08:14:11 +00:00
For bug reports or enhancements, please open an [issue](https://github.com/trustedsec/social-engineer-toolkit/issues) here.
2013-12-31 17:36:05 +00:00
2017-03-30 08:14:11 +00:00
2019-03-12 12:27:21 +00:00
## Supported platforms
2013-12-31 17:36:05 +00:00
2019-04-03 13:33:43 +00:00
2019-03-12 12:25:57 +00:00
* Linux :penguin:
* Mac OS X :apple:
2017-03-30 08:14:11 +00:00
2019-03-12 12:37:25 +00:00
# :inbox_tray:   Installation   :inbox_tray:
## Resolve dependencies
2017-03-30 08:14:11 +00:00
*Ubuntu/Debian System*
2019-04-03 13:33:43 +00:00
=======
* Linux
2019-02-23 21:33:02 +00:00
* Mac OS X (experimental)
2017-03-30 08:14:11 +00:00
# Installation
2019-02-23 21:33:02 +00:00
## Install via requirements.txt
2017-03-30 08:14:11 +00:00
2020-02-04 23:42:52 +00:00
pip3 install -r requirements.txt
python setup.py
2019-03-12 12:27:21 +00:00
## Install SET
*All OSs*
```bash
$ git clone https://github.com/trustedsec/social-engineer-toolkit/ set/
$ cd set
2019-02-23 21:33:02 +00:00
$ pip install -r requirements.txt
```