python -c ‘import pty;pty.spawn(“/bin/bash”)’
base64 编码
用bash反弹shell的时候,由于Runtime.getRuntime().exec()中不能使用重定向和管道符符号,这里需要对其进行Base64编码
点我在线编码:
本文链接:https://my.lmcjl.com/post/3365.html
展开阅读全文
python -c ‘import pty;pty.spawn(“/bin/bash”)’
base64 编码
用bash反弹shell的时候,由于Runtime.getRuntime().exec()中不能使用重定向和管道符符号,这里需要对其进行Base64编码
点我在线编码:
本文链接:https://my.lmcjl.com/post/3365.html
4 评论