Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

Enumall Error #62

Open
tanujjane opened this issue Nov 22, 2019 · 4 comments
Open

Enumall Error #62

tanujjane opened this issue Nov 22, 2019 · 4 comments

Comments

@tanujjane
Copy link

Running Enumall

Running Command: python /home/ec2-user/domained/bin/domain/enumall.py example.com
Traceback (most recent call last):
File "/home/ec2-user/domained/bin/domain/enumall.py", line 28, in
from recon.core import base
File "/usr/share/recon-ng/recon/core/base.py", line 32
framework.Framework._spool.write(f"{args[0]}{os.linesep}")
^
SyntaxError: invalid syntax

@mzfr Please help

@mzfr
Copy link
Contributor

mzfr commented Nov 23, 2019

@tanujjane i think this has to do with your python version. Try to use python 3.7

@tanujjane
Copy link
Author

@mzfr I did but no effect. still facing same issue.

@tanujjane
Copy link
Author

@ccsplit pls help

@mzfr
Copy link
Contributor

mzfr commented Nov 25, 2019

@tanujjane This is actually a problem with enumall. It isn't updated to support python3. It's still using python2, now when we run the domained tool in python3 it breaks on the print statement.

If you want to run it separtely follow these steps

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants