Skip to content

Commit

Permalink
Merge pull request #11 from vesla0x1/contents
Browse files Browse the repository at this point in the history
feat(defi-hacks): cleanup
  • Loading branch information
vesla0x1 authored Jun 24, 2024
2 parents 2359ba0 + 63497e7 commit 71dda3b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions content/coding/defi-hacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,5 @@ tags = ["coding", "solidity", "foundry", "defi hacks"]
[extra]
category = "Personal projects"
home_feed_label = "Personal project"
+++

**[Github](https://github.com/vesla0x1/defi-hacks)**

This is a playground for me to learn and practice smart contract security by replaying (in)famous Ethereum transactions, similar to [DeFi Hack Labs](https://github.com/SunWeb3Sec/DeFiHackLabs/). However, in this project my goal is not just to replay the transaction, but also to test fixes for the hack and explore the vulnerable contracts involved in the attack by cloning the original contracts and modifying their code. This allows me better understand each step of the transaction by creating logs and visualizing events in flexible manner.

## Attacks
| Name | Date | Category | Loss | Fix |
|:------:|:-------------:|:---------------:|:---------:|:----:|
| [MiM Spell](/articles/mim-spell-attack/) | 2024/01/30 | Precision loss | ~$6,5M | [🛠️](https://github.com/vesla0x1/defi-hacks/commit/ab6bc9b7f43cd3f45496a47b3e4038bb79e9bf58) |
link = "https://github.com/vesla0x1/defi-hacks"
+++

0 comments on commit 71dda3b

Please sign in to comment.