ikeforce icon indicating copy to clipboard operation
ikeforce copied to clipboard

Problem with pyopenssl==17.2.0

Open mariobranco opened this issue 7 years ago • 1 comments

If you are having this problem.

./ikeforce.py [HOST_IP] -a [+]Program started in Transform Set Enumeration Mode [+]Checking for acceptable Transforms

Accepted (AM) Transform Sets

Traceback (most recent call last): File "./ikeforce.py", line 307, in iCookie = ikeneg.secRandom(8).encode('hex') File "/home/master/git/ikeforce/ikeclient.py", line 46, in secRandom randomBytes = OpenSSL.rand.bytes(bytes) AttributeError: 'module' object has no attribute 'rand'

You can fix buy running this command

pip install 'pyopenssl==17.2.0'

mariobranco avatar Jan 26 '18 14:01 mariobranco

See also #11

dnet avatar May 08 '19 09:05 dnet