XssPy icon indicating copy to clipboard operation
XssPy copied to clipboard

Syntax Errors while running the script in termux

Open amitgandole opened this issue 7 years ago • 1 comments

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

amitgandole avatar Nov 08 '18 18:11 amitgandole

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

kikislater avatar Nov 14 '19 18:11 kikislater