mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-08-12 00:00:30 -04:00
Add tools
This commit is contained in:
parent
9dd0e4176f
commit
a6edb61019
1 changed files with 47 additions and 25 deletions
72
README.md
72
README.md
|
@ -120,26 +120,33 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Dev tools
|
## White hat tools
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
#### Ethereum general
|
||||||
|
|
||||||
|
|
||||||
* [EthTx Transaction Decoder](https://ethtx.info/)
|
* [EthTx Transaction Decoder](https://ethtx.info/)
|
||||||
* [Eth converter](https://eth-converter.com/)
|
* [Eth converter](https://eth-converter.com/)
|
||||||
* [JSON formatter](https://jsonformatter.curiousconcept.com/)
|
|
||||||
* [Craft requests from curl commands](https://reqbin.com/)
|
|
||||||
* [Smart contract fuzzer](https://github.com/crytic/echidna)
|
|
||||||
* [Smart contract code analyzer](https://github.com/crytic/slither)
|
|
||||||
* [Another smart contract code analyzer](https://github.com/ConsenSys/mythril)
|
|
||||||
* [Verx, smart contract verifier](http://verx.ch/)
|
|
||||||
* [Solhint, a linter for Solidity](https://github.com/protofire/solhint)
|
|
||||||
* [Solidity coverage tool](https://github.com/sc-forks/solidity-coverage)
|
|
||||||
* [Vscode plugin: Solidity visual](https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-visual-auditor)
|
|
||||||
* [Vscode plugin: Solidity support](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity)
|
|
||||||
* [Immunefi scrapper](https://github.com/pratraut/scrapyFi)
|
|
||||||
* [Cryptocurrency historical data snapshot](https://coinmarketcap.com/historical/)
|
* [Cryptocurrency historical data snapshot](https://coinmarketcap.com/historical/)
|
||||||
* [Contracts diff checker](https://etherscan.io/contractdiffchecker)
|
* [Contracts diff checker](https://etherscan.io/contractdiffchecker)
|
||||||
* [Security Analysis tool for WebAssembly](https://github.com/pventuzelo/octopus)
|
* [Mutation Testing for Ethereum Smart Contracts](https://github.com/JoranHonig/vertigo)
|
||||||
* [EVM toolkit](https://github.com/quilt/etk)
|
|
||||||
* [EVM disassembler and assembler](https://github.com/crytic/pyevmasm)
|
<br>
|
||||||
|
|
||||||
|
#### Foundry
|
||||||
|
|
||||||
|
* [Ethernaut x Foundry](https://github.com/ciaranmcveigh5/ethernaut-x-foundry)
|
||||||
|
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
#### Analysis tools
|
||||||
|
|
||||||
|
* [Symbolic execution tool](https://github.com/trailofbits/manticore)
|
||||||
|
* [Smart contract fuzzer](https://github.com/crytic/echidna)
|
||||||
|
* [Security analysis tool for EVM bytecode](https://github.com/ConsenSys/mythril)
|
||||||
* [Analysis Tool for Smart Contracts](https://github.com/enzymefinance/oyente)
|
* [Analysis Tool for Smart Contracts](https://github.com/enzymefinance/oyente)
|
||||||
* [Ethereum Security Toolbox](https://github.com/trailofbits/eth-security-toolbox)
|
* [Ethereum Security Toolbox](https://github.com/trailofbits/eth-security-toolbox)
|
||||||
* [EVM binary static analysis](https://github.com/crytic/rattle)
|
* [EVM binary static analysis](https://github.com/crytic/rattle)
|
||||||
|
@ -147,15 +154,30 @@
|
||||||
* [Security scanner for Ethereum smart contracts](https://github.com/eth-sri/securify2)
|
* [Security scanner for Ethereum smart contracts](https://github.com/eth-sri/securify2)
|
||||||
* [Ethereum security analysis and testing](https://github.com/crytic/etheno)
|
* [Ethereum security analysis and testing](https://github.com/crytic/etheno)
|
||||||
* [Ethereum smart contract fuzzer](https://github.com/crytic/echidna)
|
* [Ethereum smart contract fuzzer](https://github.com/crytic/echidna)
|
||||||
* [Symbolic execution tool](https://github.com/trailofbits/manticore)
|
|
||||||
* [Security analysis tool for EVM bytecode](https://github.com/ConsenSys/mythril)
|
|
||||||
* [Mutation Testing for Ethereum Smart Contracts](https://github.com/JoranHonig/vertigo)
|
|
||||||
* [Ethereum Developer Tools List](https://github.com/ConsenSys/ethereum-developer-tools-list)
|
|
||||||
* [A Solidity Inspector](https://github.com/ConsenSys/surya)
|
* [A Solidity Inspector](https://github.com/ConsenSys/surya)
|
||||||
|
* [Security Analysis tool for WebAssembly](https://github.com/pventuzelo/octopus)
|
||||||
|
* [EVM toolkit](https://github.com/quilt/etk)
|
||||||
|
* [EVM disassembler and assembler](https://github.com/crytic/pyevmasm)
|
||||||
|
* [Smart contract code analyzer](https://github.com/crytic/slither)
|
||||||
|
* [Another smart contract code analyzer](https://github.com/ConsenSys/mythril)
|
||||||
|
* [Verx, smart contract verifier](http://verx.ch/)
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
#### VSCode
|
||||||
|
|
||||||
|
* [Vscode plugin: Solidity visual](https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-visual-auditor)
|
||||||
|
* [Vscode plugin: Solidity support](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity)
|
||||||
|
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
#### Other useful dev tools
|
||||||
|
|
||||||
|
* [Solhint, a linter for Solidity](https://github.com/protofire/solhint)
|
||||||
|
* [Solidity coverage tool](https://github.com/sc-forks/solidity-coverage)
|
||||||
|
* [JSON formatter](https://jsonformatter.curiousconcept.com/)
|
||||||
|
* [Craft requests from curl commands](https://reqbin.com/)
|
||||||
* [Tools by Notonly.owner](https://www.notonlyowner.com/learn/intro-security-hacking-smart-contracts-ethereum)
|
* [Tools by Notonly.owner](https://www.notonlyowner.com/learn/intro-security-hacking-smart-contracts-ethereum)
|
||||||
|
* [Ethereum Developer Tools List](https://github.com/ConsenSys/ethereum-developer-tools-list)
|
||||||
|
* [Immunefi scrapper](https://github.com/pratraut/scrapyFi)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue