mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Updated documentation for some scripts.
This commit is contained in:
parent
8134cda566
commit
42a3d83c70
3 changed files with 23 additions and 13 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue