-
Notifications
You must be signed in to change notification settings - Fork 1k
changes for python 3.x version #44
base: master
Are you sure you want to change the base?
Conversation
Hi @1uffyD9 , it seems that this repository is no longer updated. I created a fork where I have already made some changes if you want you can contribute there. |
sure 😃 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested it and is ported to python3 succesfully. Love to the creator and editor from pytton2 --> python3. I recommend you download the newly eddited version from here: https://github.com/AonCyberLabs/Windows-Exploit-Suggester/blob/f34dcc186697ac58c54ebe1d32c7695e040d0ecb/windows-exploit-suggester.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe line 333 should now be 'from urllib.request import urlopen' for python3.x
Take from https://bobbyhadz.com/blog/python-no-module-named-urllib2
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
I have edited the script to work with python 3.x. Fixed printing issue with python 3.x and few other changes to support python 3.x.