Skip to content

Instantly share code, notes, and snippets.

View atomantic's full-sized avatar
🏙️
Hacking the Gibson

\[._.]/ Adam Eivy atomantic

🏙️
Hacking the Gibson
View GitHub Profile
Verifying my identity on Peepeth.com 0x3215869c6d6abfd0c7fa407a152f4c39fd13176b
@atomantic
atomantic / bitcoinkey.sh
Created May 15, 2017 04:41 — forked from judotens/bitcoinkey.sh
Scrape BitCoin private keys from directory.io
#!/bin/bash
# scrape all leaked bitcoin private keys into a tab separated text
# <private key>\t<bitcoin_address>
#
# support autoresume. just add these line into your cron : * * * * bash bitcoinkey.sh
# results stored on keys.txt
if [ ! -f last.page ]; then prev=`echo 0`; else prev=`cat last.page`; fi;
if [ -z $1 ]; then akhir=`echo 10`; else akhir=`echo $1`; fi;
abis=$(($prev+$akhir))
#!/usr/bin/env bash
###########################################
# Install Terraforming and export AWS #
# @author Adam Eivy #
###########################################
###
# echo helper functions
###
@atomantic
atomantic / keybase
Created January 5, 2016 01:35
keybase proof
### Keybase proof
I hereby claim:
* I am atomantic on github.
* I am antic (https://keybase.io/antic) on keybase.
* I have a public key ASDJtCUfdGK8BUxnME2RCmfQYGTGXyjGuK35w1qZbEqPSQo
To claim this, I am signing this object:
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@atomantic
atomantic / LICENSE.txt
Last active December 20, 2015 16:19 — forked from 140bytes/LICENSE.txt
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE