中文/
中文/
中文/
中文/
中文/
中文/
中文/
中文/
中文/
中文/
软件Tags: [db:tag]
https://github.com/trustedsec/social-engineer-toolkit/raw/master/readme/User_Manual.pdf下载教程文档
Social-Engineer Toolkit是一款专为社交工程设计的开源渗透测试框架。SET有许多自定义攻击矢量,可以让你快速进行可信的攻击。SET是TrustedSec,LLC(一家位于俄亥俄州克利夫兰的信息安全咨询公司)的产品。
Linux、MacOS
Ubuntu / Debian系统
$ apt-get --force-yes -y install git apache2 python-requests libapache2-mod-php \
python-pymssql build-essential python-pexpect python-pefile python-crypto python-openssl
Arch系统
$ pacman -S --noconfirm - 需要git python2 python2-beautifulsoup4 python2-pexpect python2-crypto
$ wget https://github.com/erocarrera/pefile/archive/master.zip && unzip master.zip
$ chmod a + x pefile-master / setup.py && rm -rf pefile-master *
Fedora系统
$ dnf -y安装git python-pexpect python-pefile python-crypto pyOpenSSL
CentOS系统
$ yum update -y && yum install python-pexpect python-crypto python-openssl python-pefile
Mac OS X
$ pip install pexpect pycrypto pyopenssl pefile
所有操作系统
$ git clone https://github.com/trustedsec/social-engineer-toolkit/ set /
$ cd set
$ python setup.py install