git clone https://github.com/0x1mahmoud/0x1-XSS.gitcd 0x1-XSSpython3 0x1-xss.pyEnter The Target URL: Type here the full url with the vulnerable parameters such as: https://target.com?xss=1Enter The Target URL: https://target.com?xss=1
[+] Detected 1 forms on https://www.facebook.com/profile.php?id=000000000.
False
Enter The Target URL: http://php.testsparker.com/artist.php?id=q
[+] Detected 1 forms on http://php.testsparker.com/artist.php?id=q.
[+] XSS Detected on http://php.testsparker.com/artist.php?id=q
[*] Form details:
{'action': '/artist.php',
'inputs': [{'name': 'id',
'type': 'text',
'value': "<Script>alert('hi')</scripT>"},
{'name': None, 'type': 'submit'}],
'method': 'get'}
True