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.
- 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.
Make sure you have Python 3.x and pip installed. You can download Python from python.org.
git clone https://github.com/47hxl-53r/jackie.git
cd jackie
pip3 install -r requirements.txt
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
-o, --output: Specify a file to save vulnerable URLs.
Contributions are welcome! Please fork the repository and submit a pull request.
Report any security vulnerabilities here Author