Skip to main content

A powerful Python-based security tool that analyzes HTTP security headers for websites and automatically generates clickjacking payloads when vulnerabilities are detected.

Project description

Iris

image

A powerful Python-based security tool that analyzes HTTP security headers for websites and automatically generates clickjacking payloads when vulnerabilities are detected.

Demo License Security

โœจ Features

  • Real-time Progress Tracking - Beautiful progress bars with percentage completion
  • Comprehensive Header Analysis - Checks 11 critical security headers
  • Automatic Payload Generation - Creates clickjacking test payloads when X-Frame-Options is missing
  • Rich Terminal Interface - Colorful, modern CLI with animated spinners and styled tables
  • SSL Bypass Support - Works with sites having SSL certificate issues
  • Fast Performance - Single HTTP request for all header checks

๐Ÿ“‹ Supported Security Headers

Header Description
Content-Security-Policy Prevents XSS and injection attacks
X-Content-Type-Options Prevents MIME type sniffing
X-Frame-Options Protects against clickjacking
X-XSS-Protection Enables XSS filtering
Strict-Transport-Security Enforces HTTPS connections
Referrer-Policy Controls referrer information
Feature-Policy Controls browser features
Permissions-Policy Modern replacement for Feature-Policy
Expect-CT Certificate transparency
Cache-Control Controls caching behavior
Pragma HTTP/1.0 cache control

๐Ÿš€ Installation

Prerequisites

  • Python 3.7 or higher
  • pip package manager

Quick Install

  1. Install on using pip:
pip install iris-tod

๐Ÿ’ป Usage

Basic Usage


iris <target_url>

Examples



# Check a website with HTTPS

iris https://example.com

# Check a website without protocol (defaults to HTTP)

iris example.com

๐Ÿ“Š Sample Output


โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ Iris โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ ๐Ÿ” Security Headers Checker โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ณโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“
โ”ƒ Header                    โ”ƒ Status  โ”ƒ Value / Notes     โ”ƒ
โ”กโ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ•‡โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”ฉ
โ”‚ Content-Security-Policy   โ”‚ Missing โ”‚                   โ”‚
โ”‚ X-Content-Type-Options    โ”‚ Missing โ”‚                   โ”‚
โ”‚ X-Frame-Options           โ”‚ Missing โ”‚                   โ”‚
โ”‚ X-XSS-Protection          โ”‚ Missing โ”‚                   โ”‚
โ”‚ Strict-Transport-Security โ”‚ Missing โ”‚                   โ”‚
โ”‚ Referrer-Policy           โ”‚ Missing โ”‚                   โ”‚
โ”‚ Feature-Policy            โ”‚ Missing โ”‚                   โ”‚
โ”‚ Permissions-Policy        โ”‚ Missing โ”‚                   โ”‚
โ”‚ Expect-CT                 โ”‚ Missing โ”‚                   โ”‚
โ”‚ Cache-Control             โ”‚ Present โ”‚ public, max-age=0 โ”‚
โ”‚ Pragma                    โ”‚ Missing โ”‚                   โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ Payload Generated โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ Clickjacking payload automatically created                        โ”‚
โ”‚ because <target> vulnerable: clickjack_testing.html โ”‚
โ”‚                                                                   โ”‚
โ”‚ Open it in a browser to test.                                     โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
โ•ญโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ Security headers check completed. โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ

๐Ÿ”ง Configuration

SSL Certificate Issues

The tool automatically bypasses SSL certificate verification to work with sites having certificate problems. This is intended for security testing purposes only.

๐Ÿ“ Generated Files

When X-Frame-Options header is missing, the tool automatically creates:

  • clickjacking_payload.html - HTML file for testing clickjacking vulnerabilities

โš ๏ธ Security Notice

This tool is designed for:

  • Authorized security testing on your own websites
  • Educational purposes and learning about web security
  • Compliance auditing of web applications

Important: Only use this tool on websites you own or have explicit permission to test.

๐Ÿ› ๏ธ Requirements

See requirements.txt for the complete list of dependencies:

  • requests >= 2.28.0
  • rich >= 13.0.0
  • urllib3 >= 1.26.0
  • colorama >= 0.4.4

๐Ÿค Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

๐Ÿ“ License

This project is licensed under the MIT License - see the LICENSE file for details.

๏ฟฝ๏ฟฝ Related Projects


โญ If you found this tool helpful, please give it a star!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iris_tod-2.0.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

iris_tod-2.0-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

Details for the file iris_tod-2.0.tar.gz.

File metadata

  • Download URL: iris_tod-2.0.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for iris_tod-2.0.tar.gz
Algorithm Hash digest
SHA256 8f3a47e96760f85f920db9629d926bc66198ba3dce41607539cbf4444238adda
MD5 672e92750a9e341a1ad91aeb19cbee88
BLAKE2b-256 2ed9a6db0055422afe58217a39345ff83e17b9eaf8edfb4bded9b1856e2cc0a7

See more details on using hashes here.

File details

Details for the file iris_tod-2.0-py3-none-any.whl.

File metadata

  • Download URL: iris_tod-2.0-py3-none-any.whl
  • Upload date:
  • Size: 5.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for iris_tod-2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 60b268043bb75495e2eb6684ab807c6c6b3447564e16bb6456700b398a1eb1f7
MD5 e25c4a1b3bd0efc60c043f38ed9dcb4d
BLAKE2b-256 3b53317d88ffbab622ed3cbd4d70d3e2439b18ce0aba0cbe4db03fa589772871

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page