1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 18:39:03 +00:00

Include some missing or incorrect script ids in @output sections.

This commit is contained in:
david
2008-11-04 20:46:57 +00:00
parent bd85cb8795
commit 0ed2134ea7
4 changed files with 5 additions and 5 deletions

View File

@@ -28,13 +28,13 @@ doing an authenticated test.
--
--@output
-- Standard:
-- | MSRPC: NetShareEnumAll():
-- | MSRPC: List of shares:
-- | Anonymous shares: IPC$
-- |_ Restricted shares: F$, ADMIN$, C$
--
-- Verbose:
-- Host script results:
-- | MSRPC: NetShareEnumAll():
-- | MSRPC: List of shares:
-- | Anonymous shares:
-- | IPC$
-- | |_ Type: STYPE_IPC_HIDDEN

View File

@@ -9,7 +9,7 @@ system to send spam or control your machine.
---
-- @output
-- 22/tcp open ssh
-- |_ Warning: smtp is running on a strange port.
-- |_ Unexpected SMTP: Warning: smtp is running on a strange port
author = "Diman Todorov <diman.todorov@gmail.com>"

View File

@@ -9,7 +9,7 @@ administration.
---
-- @output
-- 21/tcp open ftp
-- |_ Login success with u/p: nobody/xampp
-- |_ XAMPP default pwd: Login success with u/p: nobody/xampp
author = "Diman Todorov <diman.todorov@gmail.com>"

View File

@@ -1,4 +1,4 @@
id = 'zone-transfer'
id = "zone-transfer"
description = [[
Requests a zone transfer (AXFR) from a DNS server.