1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 17:59:04 +00:00

[NSE] Removed facebook's domain name as an example.

This commit is contained in:
sophron
2013-08-10 19:47:56 +00:00
parent 1907693c35
commit cd23b07f9f

View File

@@ -36,9 +36,9 @@ Checks if various crawling ultities are allowed by the host.
-- | -- |
-- | Forbidden User Agents: -- | Forbidden User Agents:
-- | -- |
-- | libwww redirected to: https://www.facebook.com/unsupportedbrowser (different host) -- | libwww redirected to: https://www.some-random-page.com/unsupportedbrowser (different host)
-- | libcurl-agent/1.0 redirected to: https://www.facebook.com/unsupportedbrowser (different host) -- | libcurl-agent/1.0 redirected to: https://www.some-random-page.com/unsupportedbrowser (different host)
-- |_ Wget/1.13.4 (linux-gnu) redirected to: https://www.facebook.com/unsupportedbrowser (different host) -- |_ Wget/1.13.4 (linux-gnu) redirected to: https://www.some-random-page.com/unsupportedbrowser (different host)
-- --
--- ---