Skip to content

Instantly share code, notes, and snippets.

@YSc21
YSc21 / Balsn CTF 2019 - simple sol aeg writeup.md
Created October 11, 2019 06:03
Balsn CTF 2019 - simple sol aeg
Solidity Automatic Exploit Generation?
try it:
nc aab2596ac4a422a9f803ed317089c399b818bb72.balsnctf.com 30731

Be a King

* Give you a contract bytecode, give me transaction data to be a king.
* Timeout = 10 seconds per challenge.
* You can call isKing() to verify it.
@YSc21
YSc21 / Balsn CTF 2020 - tpc writeup.md
Created November 27, 2020 14:25
Balsn CTF 2020 - tpc

TPC

Flag is in the working directory

http://35.194.175.80:8000

update: You don't need to use fuzzing tools to guess file names, The flag file name is unguessable.

Author: ysc
@YSc21
YSc21 / Balsn CTF 2021 - proxy writeup.md
Created January 6, 2022 12:44
Balsn CTF 2021 - proxy

Proxy

Never Trust, Always Verify.

http://proxy.balsnctf.com/

Flag is not a local file, you don't need to use any fuzzing tools.

Author: ysc
@YSc21
YSc21 / Balsn CTF 2022.md
Created September 12, 2022 09:22
Balsn CTF 2022
@YSc21
YSc21 / Balsn CTF 2023.md
Created October 11, 2023 15:24
Balsn CTF 2023.md

Balsn CTF 2023

Web3

Hello Web3!

http://web3.balsnctf.com:3000

Author: ysc