s0md3v / Striker

Striker is an offensive information and vulnerability scanner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error running striker.py

sashank opened this issue · comments

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

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

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

Are you sure that you have installed mechanize python library?

ok, now working thanks a lot !