8000 GitHub - 47hxl-53r/jackie: Jackie is a command-line tool designed to check URLs for clickjacking vulnerabilities.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

47hxl-53r/jackie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Jackie

Jackie Logo

Jackie is a command-line tool for checking URLs for clickjacking vulnerabilities. This tool analyzes HTTP headers such as X-Frame-Options and Content-Security-Policy to determine if a URL is protected against clickjacking attacks.

Features

  • Fast: Fast analysis of multiple URLs using threading.
  • Color-Coded Output: Easily distinguish between vulnerable and non-vulnerable URLs.
  • Optional Output File: Save vulnerable URLs to a specified file.
  • User-Friendly: Simple command-line interface that reads from stdin.

Installation

Prerequisites

Make sure you have Python 3.x and pip installed. You can download Python from python.org.

Clone the Repository

git clone https://github.com/47hxl-53r/jackie.git
cd jackie

Install Dependencies

pip3 install -r requirements.txt

Usage

cat <file_with_urls> | python3 jackie.py [-o <output_file>]

(For BB hunters)

cat scope | subfinder -recursive | httpx-toolkit -mc 200 | python3 clickjacker.py -o jackie.txt

Options

-o, --output: Specify a file to save vulnerable URLs.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

Security

Report any security vulnerabilities here Author

About

Jackie is a command-line tool designed to check URLs for clickjacking vulnerabilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0