Skip to content

A few random exploit scripts from solidity challenges I found interesting. They're all written with remix hence the lack of deploy scripts

Notifications You must be signed in to change notification settings

0xsomnus/solidity-ctf-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Solidity CTF Solutions

A few random exploit scripts from solidity challenges I found interesting. They're all written with remix hence the lack of deploy scripts.

BankRobber.sol - Solution to GreHack CTF 2017 Bank challenge made by Josselin Feist of Trail of Bits. NB: You'd have to implement access control for a similar exploit if you were to ever deploy this in the wild to white hat some funds and ideally, this should be done to avoid getting front run by bots. See here and here Additionally, you can loop the exploit sequence and gas optimize it if you wish but that's overkill for a quick CTF solution.

About

A few random exploit scripts from solidity challenges I found interesting. They're all written with remix hence the lack of deploy scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published