1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Mitigate false-positives when Nmap files are getting scanned. Fix #3088

This commit is contained in:
nnposter
2025-05-08 16:55:07 +00:00
parent 7dfa8e8186
commit c04ad609a9

View File

@@ -24,7 +24,7 @@ technique!
-- |_ http-malware-host: Host appears to be clean -- |_ http-malware-host: Host appears to be clean
-- 8080/tcp open http-proxy syn-ack -- 8080/tcp open http-proxy syn-ack
-- | http-malware-host: -- | http-malware-host:
-- | Host appears to be infected (/ts/in.cgi?open2 redirects to http://last-another-life.ru:8080/index.php) -- | Host appears to be infected (/ts/in.cgi?open2 redirects to http://evil-example.ru:8080/index.php)
-- |_ See: http://blog.unmaskparasites.com/2009/09/11/dynamic-dns-and-botnet-of-zombie-web-servers/ -- |_ See: http://blog.unmaskparasites.com/2009/09/11/dynamic-dns-and-botnet-of-zombie-web-servers/
-- --