Skip to content

Commit 64c0c68

Browse files
authored
Fix MSSQL username and password in nmap command
1 parent 8db10e7 commit 64c0c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)