1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-25 07:39:02 +00:00

Add @output for ftp-bounce.nse, thanks to Gutek.

This commit is contained in:
david
2010-03-31 23:03:17 +00:00
parent f97dc21865
commit 9795ea0399

View File

@@ -4,6 +4,12 @@ Checks to see if an FTP server allows port scanning using the FTP bounce method.
author = "Marek Majkowski"
license="Same as Nmap--See http://nmap.org/book/man-legal.html"
---
-- @output
-- PORT STATE SERVICE
-- 21/tcp open ftp
-- |_ftp-bounce: bounce working!
categories = {"default", "intrusive"}
require "shortport"