Fixed multiple bugs: 1) Fixed opening of files for writing, old method was broken since the function was wrongly called (see lines 34,35 & 155,156) 2) OS path joins have extra / in the leading name of file, thus leading to errors while generating payloads (see lines: 173,174) 3) Teensy code doesn't compile and work on never versions of arduino studio and avr isp mk2 since how PROGMEM should be correctly handled (lines: 50,51 && 54,55) 4) Minor style fixes (removed duplicate : and so on) 5) Added a prompt to specify the type of payload to prepare for teensy. That's it. Sincerely, Tonimir |
||
---|---|---|
modules | ||
readme | ||
src | ||
.gitignore | ||
README.md | ||
requirements.txt | ||
seautomate | ||
seproxy | ||
setoolkit | ||
setup.py | ||
seupdate |
#The Social-Engineer Toolkit (SET) Copyright 2016 The Social-Engineer Toolkit (SET)
Written by: David Kennedy (ReL1K)
Company: TrustedSec
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.
SET Tutorial
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
#Features
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.
Bugs and enhancements
For bug reports or enhancements, please open an issue here: https://github.com/trustedsec/social-engineer-toolkit/issues
Supported platforms
- Linux
- Mac OS X