Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Crash while running brute force #3

Open
ghost opened this issue Sep 14, 2016 · 3 comments
Open

Crash while running brute force #3

ghost opened this issue Sep 14, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented Sep 14, 2016

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

@ghost
Copy link
Author

ghost commented Sep 15, 2016

More context from --debug:
Parsing Mode Config Payload:
Next Payload: NONE
Payload Length: 20
Mode Config Message Type: ISAKMP_CFG_REQUEST
Mode Config ID: 0

Mode CFG Payload: c088000040890000408a0000
Mode Config Attribute Type: XAUTH_TYPE (16520)
Mode Config Attribute Value: 0
Mode Config Attribute Type: XAUTH_USER_NAME (16521)
Mode Config Attribute Length: 0
Mode Config Attribute Value: ()
Mode Config Attribute Type: XAUTH_USER_PASSWORD (16522)
Mode Config Attribute Length: 0
Mode Config Attribute Value: ()
Traceback (most recent call last):
File "./ikeforce.py", line 1074, in
respDict,vidHolder = ikeHandling.main(packets[-1],encType,hashType,encKey,initIV,curIV)
ValueError: too many values to unpack

@f0cker
Copy link
Contributor

f0cker commented Sep 16, 2016

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?

@ghost
Copy link
Author

ghost commented Sep 16, 2016

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

Get Outlook for iOShttps://aka.ms/o0ukef

On Fri, Sep 16, 2016 at 7:01 AM -0400, "f0cker" <[email protected]mailto:[email protected]> wrote:

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant