added all ctfs
This commit is contained in:
11
ForeverCTF/uint64_t/writeup.md
Normal file
11
ForeverCTF/uint64_t/writeup.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# uint64_t challange
|
||||
|
||||
Observations:
|
||||
Current balance is stored as a uint64_t
|
||||
There is no check if you have enough money to buy a doge.
|
||||
|
||||
Exploit Path:
|
||||
1. Buy dodges until u get uint64_MAX ammount of money.
|
||||
2. Buy the win
|
||||
3. get the flag with `cat /flag.txt`
|
||||
|
||||
Reference in New Issue
Block a user