Path: blob/master/documentation/modules/auxiliary/admin/mssql/mssql_idf.md
19535 views
Description
This (Interesting Data Finder) module will connect to a remote MSSQL server using a given set of credentials and search for rows and columns with "interesting" names. This information can help you fine-tune further attacks against the database.
Setup
Install MSSQL server on a windows machine.
Set up an example database and table with interesting columns:
Verification Steps
Do:
use auxiliary/admin/mssql/mssql_idf
Do:
set RHOSTS [IP]
Do:
set THREADS [number of threads]
Do:
run