21y4d / nmapAutomator

A script that you can run in the background!
MIT License
2.67k stars 790 forks source link

ldap and dnsrecon error #48

Open Dennis-Lim opened 3 years ago

Dennis-Lim commented 3 years ago

image dnsrecon is not running due to the missing -d switch

image It is running ldap search when 3389 is open even port 389 is not

21y4d commented 3 years ago

I am aware of the dbsrecon error, and I'll work on fixing it.

Thanks for bringing up the ldap issue, perhaps there's an issue with regex, so I'll work on fixing it as well.

Dennis-Lim commented 3 years ago

I face another issues with sslscan, it only work on port 443, if another port is running on ssl, it won't specify the port thus making the scan failed.

21y4d commented 3 years ago

It should detect regardless of the port number. Can you provide the nmap output?

Dennis-Lim commented 3 years ago

image This is the output, based on that it run the sslscan without specifying the port, thus default to 443

image Another issues identify was error when running nikto/ffuf on web port.

21y4d commented 3 years ago

Ok so this seems like an issue with the dnsrecon command. Thanks for reporting it, and I'll fix the command in the next commit.

The second one can be easily fixed. Are you somehow using a proxy?

Dennis-Lim commented 3 years ago

Is it possible to add in option to disable ffuf/gobuster or nikto when the sV scan return Microsoft HTTPAPI httpd 2.0 (SSDP/UPnP)?