Skip to content

Commit

Permalink
hint
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Sep 2, 2024
1 parent 7e332fa commit 3df664f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web-security/level-1/DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ Can you trick it into giving you the flag?
The webserver program is `/challenge/server`.
You can run it just like any other challenge, then talk to it over HTTP (using a different terminal or a web browser).
We recommend reading through its code to understand what it is doing and to find the weakness!

----
**HINT:**
Make sure what you're trying to query is what is actually being received by the server!
`curl -v [url]` can show you the exact bytes that curl is sending over.

0 comments on commit 3df664f

Please sign in to comment.