mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 12:19:02 +00:00
Add @output to finger.nse and telnet-brute.nse thanks to Gutek.
This commit is contained in:
@@ -8,6 +8,12 @@ author = 'Eddie Bell, Ron Bowes'
|
||||
license = 'Same as Nmap--See http://nmap.org/book/man-legal.html'
|
||||
categories = {'auth', 'intrusive'}
|
||||
|
||||
---
|
||||
-- @output
|
||||
-- PORT STATE SERVICE
|
||||
-- 23/tcp open telnet
|
||||
-- |_telnet-brute: root - 1234
|
||||
|
||||
require('shortport')
|
||||
require('stdnse')
|
||||
require('strbuf')
|
||||
|
||||
Reference in New Issue
Block a user