You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.
@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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: