From a15856450a8286afbc0db663011b29a87d5bfdea Mon Sep 17 00:00:00 2001 From: Vishal Gupta Date: Tue, 23 Jan 2018 05:48:19 -0500 Subject: [PATCH] updated --- .../auxiliary/scanner/mysql/mysql_login.md | 24 ------------------- .../auxiliary/scanner/mysql/mysql_version.md | 10 -------- 2 files changed, 34 deletions(-) diff --git a/documentation/modules/auxiliary/scanner/mysql/mysql_login.md b/documentation/modules/auxiliary/scanner/mysql/mysql_login.md index 7ad7aeff79..5aa3c03f27 100644 --- a/documentation/modules/auxiliary/scanner/mysql/mysql_login.md +++ b/documentation/modules/auxiliary/scanner/mysql/mysql_login.md @@ -18,30 +18,6 @@ Point the modules containing usernames and passwords, set our RHOSTS value, and ``` msf > use auxiliary/scanner/mysql/mysql_login -msf auxiliary(mysql_login) > show options - -Module options (auxiliary/scanner/mysql/mysql_login): - - Name Current Setting Required Description - ---- --------------- -------- ----------- - BLANK_PASSWORDS false no Try blank passwords for all users - BRUTEFORCE_SPEED 5 yes How fast to bruteforce, from 0 to 5 - DB_ALL_CREDS false no Try each user/password couple stored in the current database - DB_ALL_PASS false no Add all passwords in the current database to the list - DB_ALL_USERS false no Add all users in the current database to the list - PASSWORD no A specific password to authenticate with - PASS_FILE /usr/share/wordlists/fasttrack.txt no File containing passwords, one per line - Proxies no A proxy chain of format type:host:port[,type:host:port][...] - RHOSTS yes The target address range or CIDR identifier - RPORT 3306 yes The target port (TCP) - STOP_ON_SUCCESS false yes Stop guessing when a credential works for a host - THREADS 1 yes The number of concurrent threads - USERNAME no A specific username to authenticate as - USERPASS_FILE no File containing users and passwords separated by space, one pair per line - USER_AS_PASS false no Try the username as the password for all users - USER_FILE no File containing usernames, one per line - VERBOSE true yes Whether to print output for all attempts - msf auxiliary(mysql_login) > set PASS_FILE /tmp/passes.txt PASS_FILE => /tmp/passes.txt msf auxiliary(mysql_login) > set RHOSTS 192.168.1.200 diff --git a/documentation/modules/auxiliary/scanner/mysql/mysql_version.md b/documentation/modules/auxiliary/scanner/mysql/mysql_version.md index e87457467a..229427141c 100644 --- a/documentation/modules/auxiliary/scanner/mysql/mysql_version.md +++ b/documentation/modules/auxiliary/scanner/mysql/mysql_version.md @@ -17,16 +17,6 @@ To configure the module, we simply set our RHOSTS and THREADS values and let it ``` msf > use auxiliary/scanner/mysql/mysql_version -msf auxiliary(mysql_version) > show options - -Module options (auxiliary/scanner/mysql/mysql_version): - - Name Current Setting Required Description - ---- --------------- -------- ----------- - RHOSTS yes The target address range or CIDR identifier - RPORT 3306 yes The target port - THREADS 1 yes The number of concurrent threads - msf auxiliary(mysql_version) > set RHOSTS 192.168.1.200-254 RHOSTS => 192.168.1.200-254 msf auxiliary(mysql_version) > set THREADS 20