entropy1337/infernal-twin

no support for kali 2.0

Darkcast opened this issue · 7 comments

/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'console'
warnings.warn(msg)

hello Darkcast,
could you please share the screenshot or more details. I will try to correct it.
thank you for your feedback.

I commented out the following for it to run in Kali 2.0:
./notepad.py:3:from wxPython.wx import *
./wpa2_hack.py:3:from wxPython.wx import *
./fakePagecreate.py:3:from wxPython.wx import *

Hello there,
Did that fix the issue ?
If so thank you for this comment.
I did not really tested it out on kali 2.
On Sep 7, 2015 8:54 AM, "Roberto Salgado" notifications@github.com wrote:

I commented out the following for it to run in Kali 2.0:
./notepad.py:3:from wxPython.wx import *
./wpa2_hack.py:3:from wxPython.wx import *
./fakePagecreate.py:3:from wxPython.wx import *


Reply to this email directly or view it on GitHub
#4 (comment)
.

Well you are already importing wx, so doing "from wxPython.wx import *" on top of that seems redundant and at least in Kali 2.0 causes an error because the library can't be found.

To get it working on Kali 2.0 out of the box I just commented out "from wxPython.wx import *" from the 3 files previously mentioned and the program ran.

I will give the new version a try, thanks!

thank you lightos,
i did put the try and catch block and it is working under kali 2

@entropy1337. Can I run it using Phyton 3.5 on Windows?

Unfortunately you can't run this tool under Windows.
On Oct 28, 2015 10:42 AM, "rajunromen" notifications@github.com wrote:

@entropy1337 https://github.com/entropy1337. Can I run it using Phyton
3.5 on Windows?


Reply to this email directly or view it on GitHub
#4 (comment)
.