The workshop
Projects
Most of what I build is small, sharp, and born from a specific annoyance. Below are the public repositories, grouped by what they do, and a few gists I keep around. (What I use day to day lives on the About page; the browser tools I built are in Tools.)
Projects
Security tools 6
ExtensionSpoofer
★ 187Visual Basic .NET
Spoof file icons and extensions on Windows. A hands-on demonstration of why an icon and a name can lie.
ZipCrack
★ 111Go
Recover passwords from protected ZIP archives. Rewritten in Go.
VirusTotalScanner
★ 41Python
Scan a file against 60+ antivirus engines from the right-click menu, in about five seconds.
CreditCard-Security
★ 18Python
Material behind my card-security guide: how the fraud actually works, and how to make yourself a harder target.
Python
Pull default credentials for most routers by scraping routerpasswords.com.
TrojanGenerator
★ 7Python
Wrap any file to look like any other filetype. Awareness and testing: the same trust gap the File Spoofing article pulls apart.
Networking & recon 2
MAC-Lookup
★ 6Python
Look up the hardware vendor behind a MAC address.
MACVendorLookup
★ 2Nim
The same lookup, cross-platform and compiled. An excuse to write some Nim.
CTF 2
CTF-Writeups
★ 4HTML
Challenge solutions, helper scripts, and my usual solving workflows. Some in Norwegian.
Anagram-solver
★ 1Python
A tiny anagram finder. CTF glue more than a project.
Odds & ends 3
Executables
★ 4Binary
Prebuilt binaries for some of the tools above, for people who do not want to compile.
printcenter
★ 0Python
A driverless print and scan center for Linux (IPP Everywhere + eSCL), no vendor drivers. Vibecoded, and honest about it.
Tall-i-Norge
★ 0Python
A collection of the number and identifier systems used in Norway.
Nothing in that category.
Gists
- Disable the Windows key in fullscreen
Stops the Windows key from yanking you out of a fullscreen game.
- Valorant offline / online toggle
Two batch files to flip a machine's connection for the game. A throwaway convenience.
- Generic PHP credential-capture demo
An old teaching artifact showing how a phishing page harvests a form. Left up as a period piece, not a template.
- PowerShell download-and-execute one-liner
The classic fetch-and-run one-liner, written out. Useful to recognise as much as to run.