Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Writeups for Capture the Ether Challenges #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ A curated list of awesome Ethereum security references, guidance, tools, and mor
* [Hands on the Ethernaut CTF](https://blog.trailofbits.com/2017/11/06/hands-on-the-ethernaut-ctf/) - Writeups for various Ethernaut CTF challenge contracts.
* [Ethernaut - Naught Coin (ERC20) Exploitation](https://medium.com/coinmonks/ethernaut-naught-coin-erc20-exploitation-218c86bb953b) - A writeup for NaughtCoin, a vulnerable ERC20 implementation, from the Ethernaut CTF.
* [EtherHack CTF Writeup](https://blog.positive.com/phdays-8-etherhack-contest-writeup-794523f01248) - A writeup for EtherHack CTF challenges.
* [Capture the Ether Writeup - Pt. 1](https://medium.com/@Enigmatic1256/smart-contract-exploits-part-1-featuring-capture-the-ether-lotteries-8a061ad491b/) - Part 1 of the Capture the Ether writeup, focused on the Lotteries section.
* [Capture the Ether Writeup - Pt. 2](https://medium.com/@Enigmatic1256/smart-contract-exploits-part-2-featuring-capture-the-ether-math-31a289da0427/) - Part 2 of the Capture the Ether writeup, focused on the Math section.
* [Capture the Ether Writeup - Pt. 3](https://medium.com/@Enigmatic1256/smart-contract-exploits-part-3-featuring-capture-the-ether-accounts-c86d7e9a1400/) - Part 2 of the Capture the Ether writeup, focused on the Accounts section.
* [Capture the Ether Writeup - Pt. 4](https://medium.com/@Enigmatic1256/smart-contract-exploits-part-4-featuring-capture-the-ether-miscellaneous-232df82a559f/) - Part 4 of the Capture the Ether writeup, focused on the Miscellaneous section.

### Coordinated disclosure

Expand Down