Click Jacking Scanner
In This tutorial, you will learn how to install click jacking scanner tool in termux. With the help of this tool you can scan a website, you can test, if website is vulnerable for click jacking attack,
Clickjacking is an attack that tricks a web user into clicking a button, a link or a picture, etc
Clickjacking, also known as a “UI redress attack”, is when an attacker uses multiple transparent or opaque layers to trick a user into clicking on a button or link on another page when they were intending to click on the top level page.
Installation :
$ apt update && apt upgrade
$ apt install git
$ apt install python
$ apt install python2
$ apt install python3
$ git clone https://github.com/D4Vinci/Clickjacking-Tester
Click-Jacking Scanner tool |
$ cd Clickjacking-Tester
Click-Jacking Scanner tool |
$ chmod +x *
$ ls
Click-Jacking Scanner tool |
Now create here file.txt file, in this file paste victim website and save it
$ nano file.txt ( file is name of the file )
Click-Jacking Scanner tool |
Then file is opened, type here website url , you want to scan for vulnerability.
Now, to save your file type "Ctrl +x" , here it asked you to save , click "Y" and hit Enter key.
Here, it asked you in which name you want to save your file , hit Enter after changing name of file.
usage :
$ python3 Clickjacking-Tester.py file.txt
Click-Jacking Scanner tool |
Now it starts scanning if target is vulnerable or not ,then it shows you.
Click-Jacking Scanner tool |
Scanning is going on...
Click-Jacking Scanner tool |
Here, you see website is vulnerable , it's actually work. That's why I hide site name.
NOTE:- I tested on a vulnerable site ( Vulnerability is SQL injection , this is the top level of vulnerability this vulnerability leaked users data)
Now , again doing on non-vulnerable site. eg- www.google.com
Again typing same command as above to run this attack again...
Website hacking tool |
- Data connection problem
- Spellings mistake
- Big letters using in commands
- Giving more space b/w words
It's my pleasure to help youπ !!
[ In which topic you want next post ???
Comment !!!