1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00

Correct some wrong output sections (old-style)

This commit is contained in:
dmiller
2014-09-05 13:08:11 +00:00
parent b6e59efb4b
commit a41685fd33
4 changed files with 35 additions and 35 deletions

View File

@@ -53,14 +53,14 @@ database can specify their own criteria for accepting a page as valid.
-- Interesting ports on test.skullsecurity.org (208.81.2.52):
-- PORT STATE SERVICE REASON
-- 80/tcp open http syn-ack
-- | http-enum:
-- | | /icons/: Icons and images
-- | | /images/: Icons and images
-- | | /robots.txt: Robots file
-- | | /sw/auth/login.aspx: Citrix WebTop
-- | | /images/outlook.jpg: Outlook Web Access
-- | | /nfservlets/servlet/SPSRouterServlet/: netForensics
-- |_ |_ /nfservlets/servlet/SPSRouterServlet/: netForensics
-- | http-enum:
-- | /icons/: Icons and images
-- | /images/: Icons and images
-- | /robots.txt: Robots file
-- | /sw/auth/login.aspx: Citrix WebTop
-- | /images/outlook.jpg: Outlook Web Access
-- | /nfservlets/servlet/SPSRouterServlet/: netForensics
-- |_ /nfservlets/servlet/SPSRouterServlet/: netForensics
author = "Ron Bowes, Andrew Orr, Rob Nicholls"