🔓 Intriga Pentest Toolkit

Web-based interface for security assessment tools with AI consultation

🎯 Target

Enter the IP address, domain, or URL you want to scan

🛰️ Nmap Quick Scan

Quick port scan to identify open ports and services. Fast and efficient for initial reconnaissance.

nmap -T4 -F {target}

🔍 Nmap Full Scan

Comprehensive scan with version detection, OS fingerprinting, and script scanning. More detailed but slower.

nmap -T4 -A -v {target}

🌐 WhatWeb Analysis

Identify technologies used on a website - CMS, JavaScript libraries, server software, and more.

whatweb -v {target}

📁 Dirb Directory Scan

Web content scanner that looks for hidden directories and files by brute-forcing common names.

dirb {target}

🔐 SSLScan Analysis

Test SSL/TLS configurations, cipher strengths, and certificate details for secure connections.

sslscan {target}

📊 Output

[+] Ready. Enter a target and select a tool to begin.
[+] AI Consultation: Available
[+] Output Analysis: Click "Consult Gemini about Results"
Idle

AI Response

[AI] Ready to answer your security questions...

🤖 AI Security Consultant