1 2 3 4 5 6 7 8 9 10
{ "name": "Security Test", "description": "A simple security test", "target_url": "https://jsonplaceholder.typicode.com", "scan_paths": ["/posts", "/users"], "auth": { "type": "none" }, "tests": ["xss", "sqli", "csrf"] }