N25 PoC Server

A security testing tool for bug bounty hunting and web application testing.

/status

Custom HTTP status codes and headers

/status?code=418&header=X-Test:123

/raw

Raw HTTP responses with custom data

/raw?code=200&body=hello&length=100

/redirect

Custom redirects with various formats

/redirect?code=301&location=https://example.com
/redirect?format=json
/redirect?csp=default-src%20'self'

/loop

Redirect chains for testing redirect loops

/loop?chain=https://1.com,https://2.com,https://3.com&code=302

/cors

CORS testing endpoint

/cors?origin=https://evil.com&methods=GET,POST

/ssrf

SSRF testing endpoint

/ssrf

/xss

XSS testing endpoint

/xss?payload=<script>alert(1)</script>&mode=reflected

/malformed

Generate malformed responses for fuzzing

/malformed?type=header
/malformed?type=body
/malformed?type=status

/crash

Generate responses that might crash parsers

/crash?type=infinite
/crash?type=memory&size=1000000
/crash?type=json

/mirror

Live HTML/JS preview tool (CodeMirror-based). Enter HTML/JS and see it rendered below in real time.

/mirror

/health

Health check endpoint for container orchestration

/health