faizann24 / XssPy

XssPy - Web Application XSS Scanner
http://www.fsecurify.com
MIT License
835 stars 230 forks source link

Syntax Errors while running the script in termux #29

Open amitgandole opened 5 years ago

amitgandole commented 5 years ago

Hi, I cloned the script in termux and while running in mobile I am getting error that in print statement parantheses missing.

Steps I followed :

  1. git clone https://github.com/faizann24/XssPy
  2. python XssPy.py google.com
kikislater commented 4 years ago

You are running through python 3 whereas this script is made with python 2 Use docker as a workaround !