1
0
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:
david
2010-03-31 23:25:39 +00:00
parent 9795ea0399
commit 5f5b0fd0b0
2 changed files with 20 additions and 0 deletions

View File

@@ -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')