Shellsploit是一款非常強大的ShellCode編碼轉換器,它可以讓你生成定制shellcodes、后門、各種操作系統(tǒng)的攻擊代碼,僅供測試使用,嚴禁用于各類非法用途。歡迎下載!
Shellsploit安裝使用方法
如果你想使用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
這是操作功能面板:
這是幫助菜單:
ShellCode轉換器各功能菜單釋義
可選參數(shù):
-l, --list 顯示列表的后門,shellcodes,噴油器
-p, --payload 設定負載使用
-n, -nc 為使用聲明netcat
--host 連接/聽地址
--port 連接/監(jiān)聽端口
主菜單:
help 幫助菜單
os 直接命令你的電腦
use 選擇模塊使用
clear 清晰的菜單
show modules 顯示當前數(shù)據(jù)庫的模塊
show backdoors 顯示當前數(shù)據(jù)庫的后門
show injectors 顯示注射器(Shellcode dll,所以等)
Shellcode菜單
back 退出當前模塊
set 設置選項模塊的價值
ip 獲得IP地址(需要網(wǎng)絡連接)
os 直接命令你的電腦
clear 清晰的菜單
disas 拆卸shellcode(支持:x86 / x64)
whatisthis 學習哪種shellcode
iteration 編碼器迭代時間
generate 生成shellcode
output 保存選項shellcode(txt、py、c、cpp、exe)
show encoders 保存選項shellcode(txt、py、c、cpp、exe)
show options 顯示當前選項被選中的模塊
噴射器菜單:
set 設置選項模塊的價值
help 幫助菜單
back 退出當前模塊
os 直接命令你的電腦
pids 得到的計算機PID列表
getpid 得到(如特定PID列表。getpid Python)
- PC官方版
- 安卓官方手機版
- IOS官方手機版