Bernhard Mueller
7cabde94b9
|
6 years ago | |
---|---|---|
.circleci | 6 years ago | |
.github/ISSUE_TEMPLATE | 6 years ago | |
mythril | 6 years ago | |
solidity_examples | 6 years ago | |
static | 6 years ago | |
tests | 6 years ago | |
.editorconfig | 7 years ago | |
.gitattributes | 7 years ago | |
.gitignore | 7 years ago | |
CONTRIBUTING.md | 7 years ago | |
Dockerfile | 6 years ago | |
LICENSE | 7 years ago | |
MANIFEST.in | 7 years ago | |
Pipfile | 7 years ago | |
README.md | 6 years ago | |
all_tests.sh | 6 years ago | |
coverage_report.sh | 6 years ago | |
docker_build_and_deploy.sh | 7 years ago | |
myth | 6 years ago | |
requirements.txt | 6 years ago | |
setup.py | 6 years ago | |
signatures.json | 7 years ago | |
tox.ini | 6 years ago |
README.md
Mythril OSS
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
- Analyzing Ethereum Smart Contracts for Vulnerabilities
- What Caused the Parity SUICIDE Vulnerability & How to Detect Similar Bugs
- Detecting Integer Overflows in Ethereum Smart Contracts
- How Formal Verification Can Ensure Flawless Smart Contracts
- Smashing Smart Contracts for Fun and Real Profit
- HITBSecConf 2018 - Presentation video
- EDCon Toronto 2018 - Mythril: Find bugs and verify security properties in your contracts