Skip to content

Commit

Permalink
Merge pull request #94 from martinbydefault/patch-1
Browse files Browse the repository at this point in the history
Remove -u flag from crowbar example
  • Loading branch information
codingo authored May 8, 2019
2 parents e1027ec + bb569b5 commit 758247a
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 @@ -161,7 +161,7 @@
"description":"Bruteforcing",
"commands":[
"ncrack -vv --user administrator -P PASS_LIST rdp://$ip",
"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",
"for username in $(cat USER_LIST); do for password in $(cat PASS_LIST) do; rdesktop -u $username -p $password $ip; done; done;"
]
}
Expand Down

0 comments on commit 758247a

Please sign in to comment.