Reconnaissance
Passive
Headers
$ curl -s -I http://192.168.50.21/
HTTP/1.1 200 OK
Server: nginx/1.24.0 (Ubuntu)
...
X-Powered-By: Corp/2.1.0
X-AI-Backend: OpenAI-GPT5.2
X-RAG-Provider: ChromaDB$ curl -s http://192.168.50.21/api/health | jq
{
"mcp_enabled": true,
"model": "gpt-5.2-turbo",
"rag_enabled": false,
"service": "corp-customer-assistant",
"status": "healthy",
...
"version": "2.1.0"
}Source code analysis
Active
Script files
Prompting
Fuzzing
RAG pipelines
AIbuster
Last updated