官方公众号企业安全新浪微博

FreeBuf.COM网络安全行业门户,每日发布专业的安全资讯、技术剖析。

FreeBuf+小程序
工具推荐:Shellsploit,ShellCode生成器
0x00 简介
Shellsploit让你生成定制shellcodes、后门、各种操作系统的攻击代码。同时可以使用它来进行代码混淆工作。
0x01 安装或卸载
如果你想使用Shellsploit,你首先得先安装Capstone
Capstone's安装如下:
sudo pip install capstone
同样得安装readline
root$ sudo pip install readline
安装好以上程序后,你就可以开始安装shellsploit了
root$ python setup.py -s/--setup install
root$ chmod +x shellsploit (if you are using windows just pass this step)
root$ ./shellsploit
如果哪一天你觉得 shellsploit不好了,你可以进行卸载
root$ python setup.py -s/--setup uninstall
0x02 参数说明
usage: shellsploit [-l] [-p] [-o] [-n]
[--host] [--port]
optional arguments:
-l, --list Show list of backdoors,shellcodes,injectors
-p, --payload Set payload for usage
-n, -nc Declare netcat for usage
--host The connect/listen address
--port The connect/listen port
Inline arguments:
Main Menu:
help Help menu
os Command directly ur computer
use Select Module For Use
clear Clear the menu
show modules Show Modules of Current Database
show backdoors Show Backdoors of Current Database
show injectors Show Injectors(Shellcode,dll,so etc..)
Shellcode Menu:
back Exit Current Module
set Set Value Of Options To Modules
ip Get IP address(Requires net connection)
os Command directly ur computer
clear Clear the menu
disas Disassembly the shellcode(Support : x86/x64)
whatisthis Learn which kind of shellcode it is
iteration Encoder iteration time
generate Generate shellcode
output Save option to shellcode(txt,py,c,cpp,exe)
show encoders List all obfucscation encoders
show options Show Current Options Of Selected Module
Injector Menu:
set Set Value Of Options To Modules
help Help menu
back Exit Current Module
os Command directly ur computer
pids Get PID list of computer
getpid Get specific PID on list(Ex. getpid Python)
Shellsploit-framework项目地址:https://github.com/b3mb4m/shellsploit-framework
*投稿作者:我是酱油男,转载请注明来自FreeBuf黑客与极客(FreeBuf.COM)
被以下专辑收录,发现更多精彩内容
+ 收入我的专辑
相关推荐
请登录/注册后在FreeBuf发布内容哦