123456789101112131415161718192021222324252627 |
- {
- "framework": "responder",
- "tests": [{
- "default": {
- "json_url": "/json",
- "fortune_url": "/fortunes",
- "plaintext_url": "/plaintext",
- "db_url": "/db",
- "query_url": "/queries?queries=",
- "update_url": "/updates?queries=",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Platform",
- "framework": "responder",
- "language": "Python",
- "flavor": "Python3",
- "platform": "None",
- "webserver": "None",
- "os": "Linux",
- "orm": "Raw",
- "database_os": "Linux",
- "database": "Postgres",
- "display_name": "Responder",
- "notes": ""
- }
- }]
- }
|