Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

🐉 SENTINEL Strike — AI Red Team Platform

Test your AI before attackers do!

Payloads HYDRA Python

What is SENTINEL Strike?

SENTINEL Strike is an autonomous AI security testing platform — the offensive counterpart to SENTINEL's 187 detection engines. Use it to:

  • 🎯 Test LLM Applications — Find prompt injection vulnerabilities
  • 🔓 Bypass WAFs — 25+ evasion techniques
  • 🤖 AI-Powered Planning — Gemini/GPT attack strategy
  • 📊 Generate Reports — Markdown, JSON, MITRE ATT&CK

🚀 Quick Start

cd strike
pip install -r requirements.txt

# CLI mode
python -m strike --target https://example.com/chat

# Web Console
python dashboard.py
# Open http://localhost:5000

💀 Features

Feature Description
🎯 39,000+ Payloads SQLi, XSS, LFI, SSRF, Jailbreaks
🐉 HYDRA Architecture 9 concurrent attack threads
🛡️ WAF Bypass URL encoding, smuggling, HPP
🤖 AI Integration Gemini, OpenAI, Anthropic
🔍 Recon Modules Tech fingerprinting, ChatbotFinder
📦 Auto-Updater Daily payload sync from 13 sources

📁 Structure

strike/
├── ai/              # AI attack planning
├── attacks/         # Attack types
├── evasion/         # WAF bypass techniques
├── hydra/           # Multi-head architecture
├── payloads/        # Payload database
├── recon/           # Reconnaissance
├── reporting/       # Report generation
└── cli.py           # Command-line interface

🔧 Configuration

Set API keys as environment variables:

export GEMINI_API_KEY="your-key"
export SCRAPERAPI_KEY="your-key"  # Optional: residential proxies

📜 License

Part of SENTINEL AI Security Platform.

📧 Contact: [email protected] | @DmLabincev