Skip to content

Instantly share code, notes, and snippets.

View jveurink's full-sized avatar

Jeroen jveurink

View GitHub Profile
import os
import zipfile
import exiftool
with zipfile.ZipFile('./final-final-compressed.zip') as zip_ref:
zip_ref.extractall('./zips')
files = os.listdir("./zips")
os.mkdir('./zips/extract')
#!/bin/bash
# id_rsa password brute force script
# requires openssl
# Usage: ./brute-rsa.sh <password file> <id_rsa file>
# Based on: https://github.com/readonlymaio/mm_id_rsa_bruteforce by maio AT readonlymaio.org
which openssl&>/dev/null
if [ "$?" != 0 ]; then
echo "ERR -- ssh-keygen not found! I can't work without that."
exit

Keybase proof

I hereby claim:

  • I am jveurink on github.
  • I am r03tz (https://keybase.io/r03tz) on keybase.
  • I have a public key ASDAJB90mY1zzIobkiACWo7En33mUwGvY1Rb_amx24lSbQo

To claim this, I am signing this object: