We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e8fc3 commit ef4cb20Copy full SHA for ef4cb20
src/ethereum-wallet-cracker/ethereum-wallet-cracker.py
@@ -1,4 +1,6 @@
1
#!/usr/bin/env python3
2
+# Ethereum Wallet Cracker
3
+# (c) 2022 Mark Rudnitsky
4
5
import os, sys, csv, eth_utils
6
from web3 import Web3
0 commit comments