domain icon indicating copy to clipboard operation
domain copied to clipboard

path is correct but stil got this error:

Open mmuncan opened this issue 4 years ago • 5 comments

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

mmuncan avatar Jun 05 '20 03:06 mmuncan

Same issue here

rbmiller12 avatar Jun 28 '20 22:06 rbmiller12

@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

honeyakshat999 avatar Jul 15 '20 19:07 honeyakshat999

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

infinitylooper avatar Aug 11 '22 06:08 infinitylooper

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 avatar Sep 09 '22 10:09 brutexploiter

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

brutexploiter avatar Sep 09 '22 10:09 brutexploiter