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-1.2.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-1.2-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: iris_tod-1.2.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-1.2.tar.gz
Algorithm Hash digest
SHA256 9883bca5d8c72a439a9521067b046ba9666e4c3d815e1721e3eaf282b298763b
MD5 300f5b30604ffbfa0e5d8807dfda0225
BLAKE2b-256 b450b879c3c837840f48caebd57b6b6ab5e911aa7637ddfa5a49940424de9196

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iris_tod-1.2-py3-none-any.whl
  • Upload date:
  • Size: 5.2 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-1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 90f4f4f24af9b1576f32980f89bf2f55d27e95b10642ab4b0f3cf352d5fc11a7
MD5 b7d590eb1290e0ad9757c5f67b79eb97
BLAKE2b-256 bd961863c800f8503fb39cdd535a36aab9b0a906e353a2b10ea44010fd4b9f4d

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