We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1027ec commit bb569b5Copy full SHA for bb569b5
Reconnoitre/lib/config.json
@@ -161,7 +161,7 @@
161
"description":"Bruteforcing",
162
"commands":[
163
"ncrack -vv --user administrator -P PASS_LIST rdp://$ip",
164
- "crowbar -b rdp -u -s $ip/32 -U USER_LIST -C PASS_LIST",
+ "crowbar -b rdp -s $ip/32 -U USER_LIST -C PASS_LIST",
165
"for username in $(cat USER_LIST); do for password in $(cat PASS_LIST) do; rdesktop -u $username -p $password $ip; done; done;"
166
]
167
}
0 commit comments