mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Add @output for ftp-bounce.nse, thanks to Gutek.
This commit is contained in:
parent
f97dc21865
commit
9795ea0399
1 changed files with 6 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue