1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 11:29:01 +00:00

add linebreaks to @output section of rpcinfo and SSH-hostkey script

This commit is contained in:
sven
2008-10-10 06:27:10 +00:00
parent 9d6c638dbb
commit ece81da41a
2 changed files with 29 additions and 29 deletions

View File

@@ -2,18 +2,18 @@
-- Connects to portmapper and fetches a list of all registered programs
--
--@output
-- 111/tcp open rpcbind
-- | rpcinfo:
-- | 100000 2 111/udp rpcbind
-- | 100005 1,2,3 705/udp mountd
-- | 100003 2,3,4 2049/udp nfs
-- | 100024 1 32769/udp status
-- | 100021 1,3,4 32769/udp nlockmgr
-- | 100000 2 111/tcp rpcbind
-- | 100005 1,2,3 706/tcp mountd
-- | 100003 2,3,4 2049/tcp nfs
-- | 100024 1 50468/tcp status
-- |_ 100021 1,3,4 50468/tcp nlockmgr
-- 111/tcp open rpcbind\n
-- | rpcinfo:\n
-- | 100000 2 111/udp rpcbind\n
-- | 100005 1,2,3 705/udp mountd\n
-- | 100003 2,3,4 2049/udp nfs\n
-- | 100024 1 32769/udp status\n
-- | 100021 1,3,4 32769/udp nlockmgr\n
-- | 100000 2 111/tcp rpcbind\n
-- | 100005 1,2,3 706/tcp mountd\n
-- | 100003 2,3,4 2049/tcp nfs\n
-- | 100024 1 50468/tcp status\n
-- |_ 100021 1,3,4 50468/tcp nlockmgr
require "shortport"