Skip to content

Commit e1027ec

Browse files
authored
Merge pull request #91 from spinkham/patch-1
Fix MSSQL username and password in nmap command
2 parents 8db10e7 + 64c0c68 commit e1027ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Reconnoitre/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
{
116116
"description":"Use nmap scripts for further enumeration, e.g",
117117
"commands":[
118-
"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"
118+
"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"
119119
]
120120
}
121121
]

0 commit comments

Comments
 (0)