Open jotunel opened 2 years ago
Can you provide the following information?
neoreg
version usedcurl http://192.168.37.238:8080/tunnel.php
If you use windows to run php and use it for scanning, you should manually adjust the --php-connect-timeout
parameter
Into .238 (root directory), I run: php -S 192.168.37.238:8080 [Wed Apr 6 14:57:54 2022] PHP 7.4.3 Development Server (http://192.168.37.238:8080) started
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? If I set up a simpleHTTPserver, it still does not work and the same errors pop up (<--socket error or timeout!)
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 getOn the other window, I have this: