This website requires JavaScript.
Explore
Help
Sign In
milksad
/
data
Watch
14
Star
0
Fork
You've already forked data
0
Code
Issues
Pull Requests
Activity
51dc1234e9
data
/
all_ethereum_addresses.sh
4 lines
74 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
find ./ -iname
"*victim*addr*eth*"
-exec cat
{
}
\;
|
sort -u
Reference in New Issue
View Git Blame
Copy Permalink