s0md3v / Striker

Striker is an offensive information and vulnerability scanner.
GNU General Public License v3.0
2.22k stars 451 forks source link

error running striker.py #16

Closed sashank closed 6 years ago

sashank commented 6 years ago

getting below error , any help ? python3 striker.py File "striker.py", line 37 \/ \/ \/\033[1;m''' ^ SyntaxError: Missing parentheses in call to 'print'

s0md3v commented 6 years ago

Striker isn't python3 compatible. You have to run with python2 interpreter

sashank commented 6 years ago

hey sorry got busy , could not reply.

with python 2.7 , getting below error

 python striker.py 
Traceback (most recent call last):
  File "striker.py", line 2, in <module>
    import mechanize
s0md3v commented 6 years ago

Are you sure that you have installed mechanize python library?

sashank commented 6 years ago

ok, now working thanks a lot !