jhaddix / domain

Setup script for Regon-ng
918 stars 239 forks source link

path is correct but stil got this error: #37

Open mmuncan opened 4 years ago

mmuncan commented 4 years ago

root@kali:~/h4ck/enum-all/domain# ./enumall.py Traceback (most recent call last): File "./enumall.py", line 27, in sys.path.insert(0,reconPath) NameError: name 'reconPath' is not defined

rbmiller12 commented 4 years ago

Same issue here

honeyakshat999 commented 4 years ago

@mmuncan and @rbmiller12 bro this Problem is due to the updated version of recon-ng. V5 is not supported with this script so you have to download V4. here is the link to download recon-ng V4 --------------- https://github.com/methos2016/recon-ng

infinitylooper commented 2 years ago

Getting this error:

/enumall.py payhawk.com
Traceback (most recent call last): File "./enumall.py", line 28, in from recon.core import base File "/usr/share/recon-ng/recon/core/base.py", line 33 framework.Framework._spool.write(f"{args[0]}{os.linesep}") ^ SyntaxError: invalid syntax

brutexploiter commented 2 years ago

File "/home/anonymous/tools/enumall/enumall.py", line 83 print "Error: no altDns path specified, please download from: https://github.com/infosec-au/altdns" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

brutexploiter commented 2 years ago

Traceback (most recent call last): File "enumall.py", line 28, in from recon.core import base File "/home/anonymous/tools/recon-ng/recon/core/base.py", line 33 framework.Framework._spool.write(f"{args[0]}{os.linesep}") ^ SyntaxError: invalid syntax