1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-24 23:29:04 +00:00

Updated documentation for some scripts.

This commit is contained in:
batrick
2008-08-19 06:50:05 +00:00
parent 8134cda566
commit 42a3d83c70
3 changed files with 23 additions and 13 deletions

View File

@@ -1,3 +1,14 @@
--- Gather information from an IRC server. It uses STATS, LUSERS, and other
-- queries to obtain this information.
--@output
-- 6665/tcp open irc\n
-- | IRC Server Info: Server: foo.bar.net\n
-- | Version: hyperion-1.0.2b(381). foo.bar.net \n
-- | Lservers/Lusers: 0/4204\n
-- | Uptime: 106 days, 2:46:30\n
-- | Source host: bar.foo.net\n
-- |_ Source ident: OK n=nmap\n
id = "IRC Server Info"
description = "Gets information from an IRC server by issuing STATS, LUSERS, etc queries."