Test your AI before attackers do!
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
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| 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 |
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
Set API keys as environment variables:
export GEMINI_API_KEY="your-key"
export SCRAPERAPI_KEY="your-key" # Optional: residential proxiesPart of SENTINEL AI Security Platform.
📧 Contact: [email protected] | @DmLabincev