Cross-site Scripting - Website Hacking
Hey guys, we are back with a simple by using Tool
after getting a lot of requests from our users, we decided to post this article about how to hack
We have already posted an article about how to use and Installation of some Hacking Tools, if you have missed that article then
You Can Read It here:
after getting a lot of requests from our users, we decided to post this article about how to hack
We have already posted an article about how to use and Installation of some Hacking Tools, if you have missed that article then
You Can Read It here:
Warning
This Tutorials is Only For Educational Purposes Only and we are no more responsible for any mistake you do
This Tutorials is Only For Educational Purposes Only and we are no more responsible for any mistake you do
Cross-site Scripting - Website Hacking
What is Cross-site Scripting (XSS)
It is c client-side code injection. Vulnerability happens when a hacker input html script from url, post even comment box then data is reflected on the page without being stored.
How to check if website is XSS Vulnerable
Their is a python based script Clickjacking-Taster or tool which can check if the website is cross-site scripting vulnerable
Open Terminal and type following commands
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ git clone https://github.com/D4Vinci/Clickjacking-Tester.git
$ cd Clickjacking-Tester
$ python2 Clickjacking_Tester.py file.txt
You need to make txt file which contain full webstie url which you want to check and paste it location on place of file.txt
Now it show you if website have XSS Vulnerability and now you can exploit it.
I hop this information is helpful for you if you found something interesting then feel free to comment below and don't forget to share in groups. Have a nice day
Comments
Post a Comment