Skip to content

Commit

Permalink
add test suite for client-side script injection on websites that disp…
Browse files Browse the repository at this point in the history
…lay NFTs
  • Loading branch information
autistic-symposium-helpers authored Feb 11, 2024
1 parent 8e9a7d5 commit a7d95f4
Showing 1 changed file with 58 additions and 57 deletions.
115 changes: 58 additions & 57 deletions hacking_tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

<br>

* [decompilers](decompilers)
* [environments](environments)
* [identity tools](identity_tools)
* [static analysis](static_analysis)
* [visual explorers](visual_explorers)
* [dynamic analysis](dynamic_analysis)
* [hacking by chains](hacking_by_chains)
* **[decompilers](decompilers)**
* **[environments](environments)**
* **[identity tools](identity_tools)**
* **[static analysis](static_analysis)**
* **[visual explorers](visual_explorers)**
* **[dynamic analysis](dynamic_analysis)**
* **[hacking by chains](hacking_by_chains)**


<br>
Expand All @@ -21,53 +21,54 @@

<br>

* [Ethstats](https://ethstats.net/)
* [EthTx Transaction Decoder](https://ethtx.info/)
* [Eth converter](https://eth-converter.com/)
* [Contracts diff checker](https://etherscan.io/contractdiffchecker)
* [Mutation Testing for Ethereum Smart Contracts](https://github.com/JoranHonig/vertigo)
* [Ethereum nodes](https://ethereumnodes.com/)
* [ERC20 verifier](https://erc20-verifier.openzeppelin.com/) and [the source code](https://github.com/tinchoabbate/slither-scripts/tree/master/erc20)
* [ANKR RPC gateway](ankr.com/rpc/)
* [burp's web3 decoder](https://github.com/nccgroup/web3-decoder)
* [Oyente, analysis Tool for Smart Contracts](https://github.com/enzymefinance/oyente)
* [Trail of Bits' Ethereum Security Toolbox](https://github.com/trailofbits/eth-security-toolbox)
* [Securify, Security scanner for Ethereum smart contracts](https://github.com/eth-sri/securify2)
* [Surya, A Solidity Inspector](https://github.com/ConsenSys/surya)
* [Octopus, Security Analysis tool for WebAssembly](https://github.com/pventuzelo/octopus)
* [ETK, EVM toolkit](https://github.com/quilt/etk)
* [Pyevmasm, EVM disassembler and assembler](https://github.com/crytic/pyevmasm)
* [Verx, smart contract verifier](http://verx.ch/)
* [Semgrep rules for smart contracts](https://github.com/Raz0r/semgrep-smart-contracts)
* [ETH detective](https://www.ethtective.com/address/)
* [EVM-trace, Ethereum Virtual Machine transaction tracing tool](https://github.com/ApeWorX/evm-trace)
* [Sleuthing Hashed Function Signature and Event Signature on Ethereum](https://dune.com/agaperste/event-and-function-signature-sleuthing?)
* [Pratical overview of classic system security](http://www.astro.sunysb.edu/steinkirch/books/security_hw.txt)
* [socketscan, track bridge transactions](https://socketscan.io/)s
* [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)
* [Ethereum Developer Tools List](https://github.com/ConsenSys/ethereum-developer-tools-list)
* [Immunefi scrapper](https://github.com/pratraut/scrapyFi)
* [Crystal Blockchain](https://explorer.crystalblockchain.com/)
* [0XT](https://oxt.me/)
* [Impersonator](https://www.impersonator.xyz/)
* [CIA Officer's DeFi Roadmap](https://github.com/OffcierCia/DeFi-Developer-Road-Map#transaction-visualization-scoring--tracking)
* [Mnemonic Code Converter](https://iancoleman.io/bip39/)
* [Tornado Cash Pool Anonymity Auditor](https://tutela.xyz/)
* [Cryptocurrency historical data snapshot](https://coinmarketcap.com/historical/)
* [Explain shell](https://explainshell.com/)
* [revoke.cash](https://revoke.cash/)
* [breadcrumbs](https://www.breadcrumbs.app/home)
* [cookbook.dev](https://www.cookbook.dev/)
* [detect metamorphic contracts](https://metamorphic.a16zcrypto.com/)
* [rpcs list by privacy](https://chainlist.org/)
* [tenderly](https://dashboard.tenderly.co/)
* [token security detector](https://gopluslabs.io/token-security/)
* [smart contract explorers](https://sovs.notion.site/Block-Smart-Contract-Explorers-8dcaed059c844e3b8f9b67b8eb90174a)
* [cookbook.dev: find any contract](https://www.cookbook.dev/)
* [gpt4 contract reader](https://www.contractreader.io/)
* [officercia's on-chain investigation tools list](https://github.com/OffcierCia/On-Chain-Investigations-Tools-List)
* [de.fi](https://de.fi/)
* **[Ethstats](https://ethstats.net/)**
* **[EthTx Transaction Decoder](https://ethtx.info/)**
* **[Eth converter](https://eth-converter.com/)**
* **[Contracts diff checker](https://etherscan.io/contractdiffchecker)**
* **[Mutation Testing for Ethereum Smart Contracts](https://github.com/JoranHonig/vertigo)**
* **[Ethereum nodes](https://ethereumnodes.com/)**
* **[ERC20 verifier](https://erc20-verifier.openzeppelin.com/)** and **[the source code](https://github.com/tinchoabbate/slither-scripts/tree/master/erc20)**
* **[ANKR RPC gateway](ankr.com/rpc/)**
* **[burp's web3 decoder](https://github.com/nccgroup/web3-decoder)**
* **[Oyente, analysis Tool for Smart Contracts](https://github.com/enzymefinance/oyente)**
* **[Trail of Bits' Ethereum Security Toolbox](https://github.com/trailofbits/eth-security-toolbox)**
* **[Securify, Security scanner for Ethereum smart contracts](https://github.com/eth-sri/securify2)**
* **[Surya, A Solidity Inspector](https://github.com/ConsenSys/surya)**
* **[Octopus, Security Analysis tool for WebAssembly](https://github.com/pventuzelo/octopus)**
* **[ETK, EVM toolkit](https://github.com/quilt/etk)**
* **[Pyevmasm, EVM disassembler and assembler](https://github.com/crytic/pyevmasm)**
* **[Verx, smart contract verifier](http://verx.ch/)**
* **[Semgrep rules for smart contracts](https://github.com/Raz0r/semgrep-smart-contracts)**
* **[ETH detective](https://www.ethtective.com/address/)**
* **[EVM-trace, Ethereum Virtual Machine transaction tracing tool](https://github.com/ApeWorX/evm-trace)**
* **[Sleuthing Hashed Function Signature and Event Signature on Ethereum](https://dune.com/agaperste/event-and-function-signature-sleuthing?)**
* **[Pratical overview of classic system security](http://www.astro.sunysb.edu/steinkirch/books/security_hw.txt)**
* **[socketscan, track bridge transactions](https://socketscan.io/)**
* **[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)**
* **[Ethereum Developer Tools List](https://github.com/ConsenSys/ethereum-developer-tools-list)**
* **[Immunefi scrapper](https://github.com/pratraut/scrapyFi)**
* **[Crystal Blockchain](https://explorer.crystalblockchain.com/)**
* **[0XT](https://oxt.me/)**
* **[Impersonator](https://www.impersonator.xyz/)**
* **[CIA Officer's DeFi Roadmap](https://github.com/OffcierCia/DeFi-Developer-Road-Map#transaction-visualization-scoring--tracking)**
* **[Mnemonic Code Converter](https://iancoleman.io/bip39/)**
* **[Tornado Cash Pool Anonymity Auditor](https://tutela.xyz/)**
* **[Cryptocurrency historical data snapshot](https://coinmarketcap.com/historical/)**
* **[Explain shell](https://explainshell.com/)**
* **[revoke.cash](https://revoke.cash/)**
* **[breadcrumbs](https://www.breadcrumbs.app/home)**
* **[cookbook.dev](https://www.cookbook.dev/)**
* **[detect metamorphic contracts](https://metamorphic.a16zcrypto.com/)**
* **[rpcs list by privacy](https://chainlist.org/)**
* **[tenderly](https://dashboard.tenderly.co/)**
* **[token security detector](https://gopluslabs.io/token-security/)**
* **[smart contract explorers](https://sovs.notion.site/Block-Smart-Contract-Explorers-8dcaed059c844e3b8f9b67b8eb90174a)**
* **[cookbook.dev: find any contract](https://www.cookbook.dev/)**
* **[gpt4 contract reader](https://www.contractreader.io/)**
* **[officercia's on-chain investigation tools list](https://github.com/OffcierCia/On-Chain-Investigations-Tools-List)**
* **[de.fi](https://de.fi/)**
* **[test suite for client-side script injection on websites that display NFTs](https://github.com/muellerberndt/rektosaurus)**

0 comments on commit a7d95f4

Please sign in to comment.