mirror of
https://git.distrust.co/milksad/data.git
synced 2025-09-22 14:39:56 +02:00
4 lines
157 B
Bash
Executable File
4 lines
157 B
Bash
Executable File
#!/bin/bash
|
|
|
|
find ./ -iname "victim*addresses*bitcoin*" -exec cat {} \; | sort -u
|
|
find ./ -iname "brainwallet*victim*addr*bitcoin*" -exec cat {} \; | sort -u |