CLI生成多语言反弹Shell:Shellerator

admin 2023年4月2日14:40:56评论52 views字数 1165阅读3分53秒阅读模式

####################
免责声明:工具本身并无好坏,希望大家以遵守《网络安全法》相关法律为前提来使用该工具,支持研究学习,切勿用于非法犯罪活动,对于恶意使用该工具造成的损失,和本人及开发者无关。
####################

Shellerator

Shellerator是一个简单的命令行工具,旨在帮助渗透测试人员快速生成多种语言(Bash,Powershell,Java,Python等)的单行反弹Shell。该项目的灵感来自Print-My-Shell。我只是重写了它,并添加了一些选项为其增添了亮点。反弹和绑定Shell列表还不完善,有空的时候我继续完善。


CLI生成多语言反弹Shell:Shellerator



安装

git clone https://github.com/ShutdownRepo/shelleratorpip3 install --user -r requirements.txt

使用

usage: shellerator.py [-h] [-b | -r] [-t TYPE] [-p LPORT] [-i LHOST]
Generate a bind/reverse shell
optional arguments: -h, --help show this help message and exit -l, --list Print all the types of shells shellerator can generate -b, --bind-shell Generate a bind shell (you connect to the target) -r, --reverse-shell Generate a reverse shell (the target connects to you)(Default)
Bind shell options: -t TYPE, --type TYPE Type of the shell to generate (Bash, Powershell, Java...) -p LPORT, --port LPORT Listener Port
Reverse shell options: -t TYPE, --type TYPE Type of the shell to generate (Bash, Powershell, Java...) -i LHOST, --ip LHOST Listener IP address -p LPORT, --port LPORT Listener Port

快速生成指定反弹Shell

如果您已经知道要生成哪种类型的Shell,并且没有时间在漂亮的CLI菜单中选择语言,则可以使用适当的-t(或--type)选项进行设置。

python3 shellerator.py [-r | -b] -t/--type bash -i/--ip 192.168.56.1 -p/--port 1337


原文始发于微信公众号(菜鸟小新):CLI生成多语言反弹Shell:Shellerator

  • 左青龙
  • 微信扫一扫
  • weinxin
  • 右白虎
  • 微信扫一扫
  • weinxin
admin
  • 本文由 发表于 2023年4月2日14:40:56
  • 转载请保留本文链接(CN-SEC中文网:感谢原作者辛苦付出):
                   CLI生成多语言反弹Shell:Shelleratorhttp://cn-sec.com/archives/1646517.html

发表评论

匿名网友 填写信息