galkan / crowbar

Crowbar is brute forcing tool that can be used during penetration tests. It is developed to support protocols that are not currently supported by thc-hydra and other popular brute forcing tools.
MIT License
1.36k stars 319 forks source link

not enough arguments for format string #57

Open Bugspiderlee opened 3 years ago

Bugspiderlee commented 3 years ago

iam having this error not enough arguments for format string python3 crowbar.py -b rdp -s 192.168.2.250/32 -u localuser -C /user/share/nmap/nselib/data/passwords.list

sidobill commented 3 years ago

why r u using this python3 format? u must run ./crowbar.py

amadalijns commented 2 years ago

got the same problem with ./crowbar.py

amadalijns commented 2 years ago

i found the problem. when i used a different wordlist everything was fine

shakes234 commented 2 years ago

hey y'all I found this issue
sudo ./crowbar.py -b openvpn -s 220.240.186.81/32 -p 1194 -m ~/Desktop/F2U-Firewall-TCP-1194-john_vpn-ios-config.ovpn -k ~/Desktop/F2U-Firewall-TCP-1194-john_vpn.p12 -U users.txt -C pass.txt

2022-05-16 00:17:08 START 2022-05-16 00:17:08 Crowbar v0.4.3-dev not enough arguments for format string

sourabhsahu334 commented 1 year ago

got the same problem with ./crowbar.py

hi did you find any solution for this