Skip to content

Instantly share code, notes, and snippets.

@aln7
aln7 / breachcompilation.txt
Created December 22, 2017 12:44
1.4 billion password breach compilation wordlist
wordlist created from original 41G stash via:
grep -rohP '(?<=:).*$' | uniq > breachcompilation.txt
Then, compressed with:
7z a breachcompilation.txt.7z breachcompilation.txt
Size:
### Keybase proof
I hereby claim:
* I am aln7 on github.
* I am 4ndreln (https://keybase.io/4ndreln) on keybase.
* I have a public key ASC_XbnmRQ7zxl4kZIMQIt-zlY2WhQOD1LcrhQ8XwTLkgwo
To claim this, I am signing this object:
@aln7
aln7 / sepsplit.c
Created August 19, 2017 17:20 — forked from xerub/sepsplit.c
/*
* SEP firmware split tool
*
* Copyright (c) 2017 xerub
*/
#include <fcntl.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>