L-codes / Neo-reGeorg

Neo-reGeorg is a project that seeks to aggressively refactor reGeorg
GNU General Public License v3.0
2.84k stars 439 forks source link

nmap port always open #68

Closed faisalfs10x closed 1 year ago

faisalfs10x commented 2 years ago

neo version 3.8.1 proxy windows use PHP 5.6.24

$ proxychains nmap -sT -p 80,445 IP PORT STATE SERVICE 80/tcp open http 445/tcp open microsoft-ds

wonder why nmap port scan shows port 80 open instead of close.. the target only has port 445 open

L-codes commented 1 year ago

Add --php-connect-timeout 1 to try

faisalfs10x commented 1 year ago

thanks, timeout 1 doesnt work in my case, need to use --php-connect-timeout 2 then, it will work.