-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to support python3 and recon-ng v5 #34
Comments
Also facing this issue,
This too will need to be considered in addition to the python3 syntax fix (which is only a few parenthesis additions to enumall.py) |
Diff for enumwall.py to make python3 compatible, call the relocated _init_workspaces
This is not (yet) working for me however, getting:
(iterative break/fix is in progress) |
UPdated diff
current issue is that Recon.do_load() method no longer exists;
Seeing if I can find the method equivalent with the |
(if anyone is versed with update: tweeted to the recon-ng author: https://twitter.com/icleus/status/1220038591285485577 with luck I can find or be pointed to the correct method to use. |
The story so far ...
Scratching my head now trying to figure out why it's not using the Current DIFF (I plan to clean some of this up):
Hopefully this may spur $someone into thinking, "I know how to fix that" whom is more familiar with the code bases, until that time I'll try to work on this when I have a moment to do so. |
I have the same problem with you,do you resolve this? |
Resolved in #38 |
No longer compatible with main branch of recon-ng as recon-ng has moved to python3 and has updated their code, which breaks some references in enumall.py.
The text was updated successfully, but these errors were encountered: