domained icon indicating copy to clipboard operation
domained copied to clipboard

Enumall Error

Open tanujjane opened this issue 6 years ago • 4 comments

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

tanujjane avatar Nov 22 '19 17:11 tanujjane

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

mzfr avatar Nov 23 '19 13:11 mzfr

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

tanujjane avatar Nov 24 '19 04:11 tanujjane

@ccsplit pls help

tanujjane avatar Nov 25 '19 14:11 tanujjane

@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

mzfr avatar Nov 25 '19 15:11 mzfr