Skip to content

Commit bb569b5

Browse files
Remove -u flag from crowbar example
The command uses the -U flag
1 parent e1027ec commit bb569b5

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
@@ -161,7 +161,7 @@
161161
"description":"Bruteforcing",
162162
"commands":[
163163
"ncrack -vv --user administrator -P PASS_LIST rdp://$ip",
164-
"crowbar -b rdp -u -s $ip/32 -U USER_LIST -C PASS_LIST",
164+
"crowbar -b rdp -s $ip/32 -U USER_LIST -C PASS_LIST",
165165
"for username in $(cat USER_LIST); do for password in $(cat PASS_LIST) do; rdesktop -u $username -p $password $ip; done; done;"
166166
]
167167
}

0 commit comments

Comments
 (0)