http://walletdvl5avrmoxk2fwsf5b76zkmbkoo3r6kqeesq5hsgnq7xhbciad.onion/leaked-keys-from-github
They leak stuff on GitHub repository all the time. Among these files may be ssh private keys, national ID scans, credit cards info, passwords, etc. Maybe we can find some Bitcoin private keys and get rich!? Let's try. Searching for Bitcoins in GitHub repositories with Google BigQuery Tools: Google BigQuery: https://cloud.google.com/bigquery/ https://cloud.google.com/bigquery/public-data/github Crafted Query for BigQuery code: SELECT
f.repo_name
f.path,
c.pkey
FROM
...