-
Notifications
You must be signed in to change notification settings - Fork 1
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
Create exploits for sb-curated unchecked low level calls vulnerabilities #24
Comments
mishandled.sol contract does not have write functions that allow us to change the state.Thus, it is not exploitable. |
lotto.sol contract does not implement write functions nor payable functions. Thus, it is not exploitable. |
king_of_the_ether_throne.sol contract is not exploitable. It has the wrong pragma version, which makes it impossible to manage ether. |
etherpot_lotto.sol contract is not exploitable. It has the wrong pragma version, which makes it impossible to manage ether. |
0x3a0e9acd953ffc0dd18d63603488846a6b8b2b01.sol contract also has reentrancy vulnerabilities. |
0x3e013fc32a54c4c5b6991ba539dcd0ec4355c859.sol contract is a potential honeypot contract |
0x3f2ef511aa6e75231e4deafc7a3d2ecab3741de2.sol is a potential honeypot contract |
0xf70d589d76eebdd7c12cc5eec99f8f6fa4233b9e.sol is a potential honeypot contract |
0xdb1c55f6926e7d847ddf8678905ad871a68199d2.sol is a potential honeypot contract |
0xe4eabdca81e31d9acbc4af76b30f532b6ed7f3bf.sol is a potential honeypot contract |
0xe82f0742a71a02b9e9ffc142fdcb6eb1ed06fb87.sol is a potential honeypot contract |
0xd2018bfaa266a9ec0a1a84b061640faa009def76.sol is a potential honeypot contract |
0x806a6bd219f162442d992bdc4ee6eba1f2c5a707.sol is a potential honeypot contract |
0x78c2a1e91b52bca4130b6ed9edd9fbcfd4671c37.sol is a potential honeypot contract |
0x70f9eddb3931491aab1aeafbc1e7f1ca2a012db4.sol is a potential honeypot contract. |
0x7a4349a749e59a5736efb7826ee3496a2dfd5489.sol is a potential honeypot contract. |
0x5aa88d2901c68fda244f1d0584400368d2c8e739.sol is a potential honeypot contract. |
Write attacker's contracts for unchecked low level vulnerabilities.
Automate the exploit using the testing framework.
Created exploits: 20/52
Not exploitable contracts: 32
Cannot exploit vulnerabilities in lines 162,175 at 0x89c1b3807d4c67df034fffb62f3509561218d30b
The text was updated successfully, but these errors were encountered: