Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dalechyn/abi-signature-bruteforcer
ETH ABI Signature Bruteforcer
https://github.com/dalechyn/abi-signature-bruteforcer
ethereum ethereum-contract solidity solidity-contracts
Last synced: 26 days ago
JSON representation
ETH ABI Signature Bruteforcer
- Host: GitHub
- URL: https://github.com/dalechyn/abi-signature-bruteforcer
- Owner: dalechyn
- License: other
- Created: 2022-07-12T18:47:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T22:01:40.000Z (over 2 years ago)
- Last Synced: 2024-10-04T18:56:37.430Z (about 1 month ago)
- Topics: ethereum, ethereum-contract, solidity, solidity-contracts
- Language: Go
- Homepage:
- Size: 2.02 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ABISignatureBruteforcer
ETH ABI Signature Bruteforcer## Build
`go build`## Usage
```
Usage:
ABISignatureBruteforcer [flags]Flags:
-h, --help help for ABISignatureBruteforcer
-s, --name string name of your function that needs to be bruteforced. use * as placeholder [hello_world_*(uint,address)]
-t, --target string target signature, use * as wildcard for any byte. i.e: 0x000000**
```