p0n1 / mythril

Security analysis tool for Ethereum smart contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mythril OSS Tweet

Discord PyPI Master Build Status Waffle.io - Columns and their card count Sonarcloud - Maintainability PyPI Statistics mythril

Mythril OSS is the classic security analysis tool for Ethereum smart contracts. It uses concolic analysis, taint analysis and control flow checking to detect a variety of security vulnerabilities.

Whether you want to contribute, need support, or want to learn what we have cooking for the future, our Discord server will serve your needs!

Oh and by the way, we're building an easy-to-use SaaS solution and tools ecosystem for Ethereum developers called Mythril Platform. You should definitely check that out as well.

Installation and setup

Get it with Docker:

$ docker pull mythril/myth

Install from Pypi:

$ pip3 install mythril

See the Wiki for more detailed instructions.

Usage

Instructions for using the 'myth' tool are found on the Wiki.

For support or general discussions please join the Mythril community on Discord.

Vulnerability Remediation

Visit the Smart Contract Vulnerability Classification Registry to find detailed information and remediation guidance for the vulnerabilities reported.

Presentations, papers and articles

About

Security analysis tool for Ethereum smart contracts

License:MIT License


Languages

Language:Python 98.0%Language:HTML 1.1%Language:Shell 0.5%Language:Dockerfile 0.2%Language:JavaScript 0.2%