Advertisement
TVT618

[Linux] SET - The Social-Engineer Toolkit from TrustedSec

Feb 11th, 2018
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. [Linux]
  2. The Social-Engineer Toolkit (SET) repository from TrustedSec - All new versions of SET will be deployed here
  3.  
  4. The Social-Engineer Toolkit (SET)
  5. Copyright 2017 The Social-Engineer Toolkit (SET)
  6. Written by: David Kennedy (ReL1K)
  7. Company: TrustedSec
  8.  
  9. 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.
  10. Please read the LICENSE under readme/LICENSE for the licensing of SET.
  11.  
  12. SET Tutorial: For a full document on how to use SET, visit the SET user manual.
  13.  
  14. Features
  15. 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.
  16.  
  17. Bugs and enhancements: For bug reports or enhancements, please open an issue here.
  18.  
  19. Supported platforms
  20. * Linux
  21. * Mac OS X
  22.  
  23. Installation
  24. Resolve dependencies
  25. Ubuntu/Debian System
  26. apt-get --force-yes -y install git apache2 python-requests libapache2-mod-php \
  27. python-pymssql build-essential python-pexpect python-pefile python-crypto python-openssl
  28.  
  29. Arch System
  30. pacman -S --noconfirm --needed git python2 python2-beautifulsoup4 python2-pexpect python2-crypto
  31. wget https://github.com/erocarrera/pefile/archive/master.zip && unzip master.zip
  32. chmod a+x pefile-master/setup.py && rm -rf pefile-master*
  33.  
  34. Fedora System
  35. dnf -y install git python-pexpect python-pefile python-crypto pyOpenSSL
  36.  
  37. CentOS System
  38. yum update -y && yum install python-pexpect python-crypto python-openssl python-pefile
  39.  
  40. Mac OS X dependent
  41. pip install pexpect pycrypto pyopenssl pefile
  42.  
  43. All OSs
  44. git clone https://github.com/trustedsec/social-engineer-toolkit/ set/
  45. cd set
  46. python setup.py install
  47.  
  48. Download SET
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement