domain_analyzer
domain_analyzer copied to clipboard
Syntax Error: Missing parentheses in call to 'print'. Did you mean print(.. .)?
┌──(kali ㉿kali)-[~/Tools/ domain analyzer] └─$ ./domain_analyzer.py -d google.com File "/home/user/Tools/domain analyzer/./domain_analyzer.py", line 262 print "+----------------------------------------------------------------------+" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Syntax Error: Missing parentheses in call to 'print'. Did you mean print(.. .)?
when I check the doamin_analyzer.py source code. all the print statement does not have open and close parenthesis. I tried all the methods even run this like, python3 doamin_analyzer.py -d google.com but, it showing the same error !!!
@3Vikram3 Hello, the error is because this tool isn't fully migrated to Python 3. Please check the branch Python 2.7 where we provide a docker image: https://github.com/eldraco/domain_analyzer/tree/python2.7