You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.
[+]Program started in XAUTH Brute Force Mode
[+]Single user provided - brute forcing passwords for user: cisco
Press return for a status update
Traceback (most recent call last):
File "./ikeforce.py", line 1876, in
respDict,vidHolder = ikeHandling.main(packets[-1],encType,hashType,encKey,initIV,curIV)
ValueError: too many values to unpack
The text was updated successfully, but these errors were encountered:
I tried various ways of running it and it kept crashing. Based on the debug looks like it wasn't parsing the packets right. Perhaps there is a variance in the structure.
I'll do my best to get you some pcaps but it's a client device so I'll have to sanatize a bit
Thanks for reporting this. I'll see if I can track it down over the weekend, is the crash reproduced every time you run it?
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/3#issuecomment-247573983, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AT5unm9ucc2oA3meiVuMIfBv-jYyY-jkks5qqncLgaJpZM4J9Wqv.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I attempted to run a brute force and got the following error:
root@wopr:/opt/ikeforce# ./ikeforce.py 1.2.3.4 -b -k ******** -i DefaultRAGroup -u cisco -w 500-worst-passwords.txt '
[+]Program started in XAUTH Brute Force Mode
[+]Single user provided - brute forcing passwords for user: cisco
Press return for a status update
Traceback (most recent call last):
File "./ikeforce.py", line 1876, in
respDict,vidHolder = ikeHandling.main(packets[-1],encType,hashType,encKey,initIV,curIV)
ValueError: too many values to unpack
The text was updated successfully, but these errors were encountered: