domain
domain copied to clipboard
Setup script for Regon-ng
After searching domains from Bing following error happen: ``` SUMMARY ------- [*] 1 total (1 new) hosts found. [!] Invalid module name. Traceback (most recent call last): File "./enumall.py", line...
Slight changes made to script logic and layout, but the general concept is still followed. Changes: - recon-ng modules execute asynchronously - recon-ng lib updated to support >=v5 - general...
No longer compatible with main branch of recon-ng as recon-ng has moved to python3 and has updated their code, which breaks some references in enumall.py.
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
File "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("Error: no altDns path specified,...
I was trying to install enumall.py but failed. **root@kali:~/Desktop/tools/domain-master# ./enumall.py google.com** Traceback (most recent call last): File "./enumall.py", line 26, in from recon.core import base ImportError: No module named recon.core
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 32 framework.Framework._spool.write(f"{args[0]}{os.linesep}") ^ SyntaxError: invalid syntax
Python3 compatible print statements
the url needs to be updated
The `master` branch of `recon-ng` does not work with this project. Adding description for compatible releases of `recon-ng` would be nice