Spaces:
Runtime error
Runtime error
Run attacks
Browse files- env/fake_server.py +0 -6
env/fake_server.py
CHANGED
|
@@ -78,9 +78,3 @@ def backup():
|
|
| 78 |
})
|
| 79 |
return "Forbidden", 403
|
| 80 |
|
| 81 |
-
@app.route("/status")
|
| 82 |
-
def status():
|
| 83 |
-
return {
|
| 84 |
-
"status": "running",
|
| 85 |
-
"attacks": "brute_force, port_scan, credential_stuffing"
|
| 86 |
-
}
|
|
|
|
| 78 |
})
|
| 79 |
return "Forbidden", 403
|
| 80 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|