diff --git a/scripts/smb-enumshares.nse b/scripts/smb-enumshares.nse index 87af4f85d..4e9d1bed3 100644 --- a/scripts/smb-enumshares.nse +++ b/scripts/smb-enumshares.nse @@ -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 diff --git a/scripts/strangeSMTPport.nse b/scripts/strangeSMTPport.nse index 993eeb1ae..0a9d1f211 100644 --- a/scripts/strangeSMTPport.nse +++ b/scripts/strangeSMTPport.nse @@ -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 " diff --git a/scripts/xamppDefaultPass.nse b/scripts/xamppDefaultPass.nse index a457ba13d..f932f03a9 100644 --- a/scripts/xamppDefaultPass.nse +++ b/scripts/xamppDefaultPass.nse @@ -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 " diff --git a/scripts/zoneTrans.nse b/scripts/zoneTrans.nse index 1029002a4..66d778325 100644 --- a/scripts/zoneTrans.nse +++ b/scripts/zoneTrans.nse @@ -1,4 +1,4 @@ -id = 'zone-transfer' +id = "zone-transfer" description = [[ Requests a zone transfer (AXFR) from a DNS server.