mirror of
https://github.com/nmap/nmap.git
synced 2026-06-11 10:36:07 +00:00
Include some missing or incorrect script ids in @output sections.
This commit is contained in:
parent
bd85cb8795
commit
0ed2134ea7
4 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>"
|
||||
|
||||
|
|
|
|||
|
|
@ -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>"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
id = 'zone-transfer'
|
||||
id = "zone-transfer"
|
||||
description = [[
|
||||
Requests a zone transfer (AXFR) from a DNS server.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue