Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saleem8054/clickjack
A simple tool to check subdomains for clickjacking attack.
https://github.com/saleem8054/clickjack
Last synced: 21 days ago
JSON representation
A simple tool to check subdomains for clickjacking attack.
- Host: GitHub
- URL: https://github.com/saleem8054/clickjack
- Owner: saleem8054
- Created: 2021-02-04T16:34:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T10:46:27.000Z (over 3 years ago)
- Last Synced: 2024-08-05T17:45:10.036Z (4 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - saleem8054/clickjack - A simple tool to check subdomains for clickjacking attack. (Python)
README
# Clickjacking Tester
A python script designed to check if the website is vulnerable of clickjacking and saves the result into Vulnerable.txt file.
### Usage
```
python3 clickjack.py
```### Example
##### Input
```
python3 clickjack.py sites.txt
```##### sites.txt
```
www.bugcrowd.com
www.srsecure.xyz
www.developer.pubg.com
```##### Output
```
[-] www.bugcrowd.com is not Vulnerable
[+] www.srsecure.xyz is Vulnerable
[+] www.developer.pubg.com is Vulnerable
```