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

Reference for ikecrypto not changed #8

Open
shawndeckerr opened this issue Sep 20, 2017 · 0 comments
Open

Reference for ikecrypto not changed #8

shawndeckerr opened this issue Sep 20, 2017 · 0 comments

Comments

@shawndeckerr
Copy link

shawndeckerr commented Sep 20, 2017

First of, great tool! While in Test Mode using the -c flag, the following error was thrown:
IKE Server running in Thread-1
Traceback (most recent call last):
File "ikeforce.py", line 2389, in
ikeCrypto = crypto.ikeCrypto()
NameError: name 'crypto' is not defined

Found it was due to an unchanged reference in line 2389 of ikeforce.py (probably a reference which 'cloaked' itself :-) when you made reference changes in this commit) which;
currently reads: "ikeCrypto = crypto.ikeCrypto()"
but should be: "ikeCrypto = ikecrypto.ikeCrypto()"

Same issue found in "ikehandler.py", line 902
currently reads: "ikeCrypto = crypto.ikeCrypto()"
but should be: "ikeCrypto = ikecrypto.ikeCrypto()"

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