LLM assistant scoped to your verified targets. Recon, vulnerability analysis, exploitation guidance, write-up generation. Built for pentesters and bug bounty hunters.
Get API key Read docscurl -X POST https://spidergpt.io/api/v1/signup \
-H "Content-Type: application/json" \
-d '{"email":"you@example.com"}'
curl -X POST https://spidergpt.io/api/v1/scopes \
-H "Authorization: Bearer YOUR_KEY" \
-d '{"target":"example.com", "method":"dns_txt"}'
# Then add the returned TXT record to example.com's DNS
curl -X POST https://spidergpt.io/api/v1/scopes/verify \
-H "Authorization: Bearer YOUR_KEY" \
-d '{"target":"example.com"}'
curl -X POST https://spidergpt.io/api/v1/chat \
-H "Authorization: Bearer YOUR_KEY" \
-d '{"target":"example.com","prompt":"Analyze the headers from this response..."}'
SpiderGPT will refuse anything outside your verified scope. Every query is logged with the customer ID and scope. Use is governed by our Terms: authorized engagements only, no targeting of third parties, no malware distribution. Violators are banned and logs preserved per applicable law.