From c13e02431d1c2f65ff9ca417ff154107e574814c Mon Sep 17 00:00:00 2001 From: Vishal Gupta Date: Tue, 23 Jan 2018 06:19:44 -0500 Subject: [PATCH] updated --- .../auxiliary/scanner/mssql/mssql_idf.md | 16 +--------------- .../auxiliary/scanner/mssql/mssql_ping.md | 17 +---------------- 2 files changed, 2 insertions(+), 31 deletions(-) diff --git a/documentation/modules/auxiliary/scanner/mssql/mssql_idf.md b/documentation/modules/auxiliary/scanner/mssql/mssql_idf.md index dbee2a14f5..ae3bf0e2df 100644 --- a/documentation/modules/auxiliary/scanner/mssql/mssql_idf.md +++ b/documentation/modules/auxiliary/scanner/mssql/mssql_idf.md @@ -16,18 +16,6 @@ To configure the module, set it to look for field names of ‘username’ and **Running the scanner** ``` msf > use auxiliary/admin/mssql/mssql_idf -msf auxiliary(mssql_idf) > show options - -Module options (auxiliary/admin/mssql/mssql_idf): - - Name Current Setting Required Description - ---- --------------- -------- ----------- - NAMES passw|bank|credit|card yes Pipe separated list of column names - PASSWORD no The password for the specified username - RHOST yes The target address - RPORT 1433 yes The target port - USERNAME sa no The username to authenticate as - msf auxiliary(mssql_idf) > set NAMES username|password NAMES => username|password msf auxiliary(mssql_idf) > set PASSWORD password1 @@ -54,6 +42,4 @@ logins dbo userpass password varchar 3 [*] Auxiliary module execution completed msf auxiliary(mssql_idf) > -``` - -As can be seen in the module output, the scanner found our ‘logins’ database with a ‘userpass’ table containing username and password columns. \ No newline at end of file +``` \ No newline at end of file diff --git a/documentation/modules/auxiliary/scanner/mssql/mssql_ping.md b/documentation/modules/auxiliary/scanner/mssql/mssql_ping.md index 6c4583051c..6de26f2d87 100644 --- a/documentation/modules/auxiliary/scanner/mssql/mssql_ping.md +++ b/documentation/modules/auxiliary/scanner/mssql/mssql_ping.md @@ -17,19 +17,6 @@ To configure the module, we set the RHOSTS and THREADS values and let it run aga ``` msf > use auxiliary/scanner/mssql/mssql_ping -msf auxiliary(mssql_ping) > show options - -Module options (auxiliary/scanner/mssql/mssql_ping): - - Name Current Setting Required Description - ---- --------------- -------- ----------- - PASSWORD no The password for the specified username - RHOSTS yes The target address range or CIDR identifier - TDSENCRYPTION false yes Use TLS/SSL for TDS data "Force Encryption" - THREADS 1 yes The number of concurrent threads - USERNAME sa no The username to authenticate as - USE_WINDOWS_AUTHENT false yes Use windows authentification (requires DOMAIN option set) - msf auxiliary(mssql_ping) > set RHOSTS 192.168.1.200-254 RHOSTS => 192.168.1.200-254 msf auxiliary(mssql_ping) > set THREADS 20 @@ -62,6 +49,4 @@ msf auxiliary(mssql_ping) > run [*] Scanned 55 of 55 hosts (100% complete) [*] Auxiliary module execution completed msf auxiliary(mssql_ping) > -``` - -As can be seen from the module output, not only does it return the listening TCP port, it returns other valuable information such as the InstanceName and ServerName values. \ No newline at end of file +``` \ No newline at end of file