Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saleem8054/clickjack

A simple tool to check subdomains for clickjacking attack.
https://github.com/saleem8054/clickjack

Last synced: about 1 month ago
JSON representation

A simple tool to check subdomains for clickjacking attack.

Awesome Lists containing this project

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
```