cheetz / sslScrape

SSLScrape | A scanning tool for scaping hostnames from SSL certificates.
328 stars 102 forks source link

Syntax Error - Missing parenthesis in call to 'print" line 6 #3

Open brink668 opened 5 years ago

brink668 commented 5 years ago

Did you mean to print ("-" * 70)?

Running on Python 3.7 64bit on Windows

PenguinzPlays commented 5 years ago

This is a python 2 script... need to be upgraded to be universal probably. Run with python2 and should work. Though be aware you may need to remove a couple of imports

clevercoder91 commented 3 years ago

@brink668 you are facing error with print statement script is made in python2 so you need to use python3 instead of python2 open the script with vim and everywhere where their is print "sample" don print("sample") add the brackets everywhere in thee scripts and your problem will be solved if you still get an error ping me .