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

Uploaded Python 3

File details

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

File metadata

  • Download URL: iris_tod-1.3.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.3.tar.gz
Algorithm Hash digest
SHA256 5ac6be2e4a2d86cf251ec2c25b034bbdc79bf264b073da09551271480513bbf5
MD5 afc7520fc110f58b39f8124a738c6095
BLAKE2b-256 63a29a6ee0255088488b8304987115aa6875dd84b1eaf30a8ecb744b4b49b735

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iris_tod-1.3-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-1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 c5c8af294802c7f7bee0036819e6f81d08ea706a3da37c2ad25ae0c752d3b85b
MD5 69458e7cc8b24e980832930e7a6221c1
BLAKE2b-256 4eca1d618d402acb7313d706f4f60c20442cc2b7de90b768712f201ad6fa011e

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