No description
Find a file
Tonimir Kisasondi d73df7530f Fixed multiple bugs in teensy powershell payloads.
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
2016-11-12 23:25:04 +01:00
modules add google analytics module 2016-09-28 11:22:55 -04:00
readme convert encodedcommand to -e abbreviated 2016-10-13 23:13:53 -04:00
src Fixed multiple bugs in teensy powershell payloads. 2016-11-12 23:25:04 +01:00
.gitignore add unsigned and signed again 2016-07-28 09:43:18 -04:00
README.md update readme 2016-10-13 22:52:33 -04:00
requirements.txt multiple fixes for direct mssql connection 2016-07-30 15:24:07 -04:00
seautomate fix issue with wget not installed and fallback to urllib or urllib2 2016-09-27 11:49:48 -04:00
seproxy fasttrack fixes and version bump 2016-07-30 15:18:20 -04:00
setoolkit this fixes a psexec issue within SET 2016-08-02 18:28:39 -04:00
setup.py PEP8 and python3 changes for root files 2016-07-28 13:19:04 -07:00
seupdate Updated {} to {0} 2016-07-28 16:16:24 -07:00

#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