Skip to content

Instantly share code, notes, and snippets.

View sg10's full-sized avatar

Stefan Gruber sg10

View GitHub Profile
@sg10
sg10 / nokia_nbu_sms_dump.py
Last active December 21, 2023 20:40
Export SMS conversations from Nokia PC Suite backups (.nbu) to CSV and HTML
""" kudos to github.com/thouters for the original file parsing script
https://github.com/thouters/nokia-nbu-tools/blob/master/nbu2mailbox.py
Requirements:
pydantic@2.5
"""
from collections import defaultdict
import datetime
@sg10
sg10 / anonionmail.sh
Last active June 21, 2016 15:29
AnONIONmail launcher
#!/bin/bash
if [ ! -f anonionmail.jar ]; then
wget https://github.com/sg10/akits1-anonionmail/raw/master/client-tor.jar -O anonionmail.jar
fi
java -jar anonionmail.jar -DsocksPort=9050 -DsocksHost=127.0.0.1