-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
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
PHP built-in web server not working (php -S) #62
Comments
Can you provide the following information?
|
If you use windows to run php and use it for scanning, you should manually adjust the |
|
Into .238 (root directory), I run: and I hosted the tunnel.php I produced with the code pivotpassword in my attacking machine. |
I tested php -S and it does not work. The reason is that php's built-in web server is single-threaded blocking. |
For PHP built-in web server, neoreg currently does not support :( |
Thanks, so what should I do for it to work? Basically, I can't get it to work via the chain. |
run a php web server started by apache. |
When I use sudo proxychains
nmap -sT -p443,80 -Pn 192.168.37.238
I get
On the other window, I have this:
The text was updated successfully, but these errors were encountered: