/PositiveCTF

A set of tasks for cracking implementations of smart-contracts with typical vulnerabilities.

Primary LanguageSolidity

PositiveCTF

A set of tasks for cracking implementations of smart-contracts with typical vulnerabilities.

Play

Visit positive.com

OR

Clone the repository and solve locally, a separate test is made for each problem

Hints

In some cases it may be necessary to write part of the exploit in the setUp() function, due to the peculiarities of processing the SELFDESTRUCT command in Foundry.

Disclaimer

All Solidity code, practices and patterns in this repository are for educational purposes only.

DO NOT USE IN PRODUCTION.