Skip to content

Commit

Permalink
Merge pull request #91 from spinkham/patch-1
Browse files Browse the repository at this point in the history
Fix MSSQL username and password in nmap command
  • Loading branch information
codingo authored Mar 8, 2019
2 parents 8db10e7 + 64c0c68 commit e1027ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Reconnoitre/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
{
"description":"Use nmap scripts for further enumeration, e.g",
"commands":[
"nmap -vv -sV -Pn -p $port --script=ms-sql-info,ms-sql-config,ms-sql-dump-hashes --script-args=mssql.instance-port=$port,smsql.username-sa,mssql.password-sa -oA $outputdir/$ip_$port_mssql_nmap_scan $ip"
"nmap -vv -sV -Pn -p $port --script=ms-sql-info,ms-sql-config,ms-sql-dump-hashes --script-args=mssql.instance-port=$port,mssql.username=sa,mssql.password=sa -oA $outputdir/$ip_$port_mssql_nmap_scan $ip"
]
}
]
Expand Down

0 comments on commit e1027ec

Please sign in to comment.