Projects
Things I built, with the code attached. Some are security tools, some are not.
3 projects
browse tags· CS
in progressnetmap
A concurrent TCP port scanner in Rust, built to understand async runtimes rather than to replace nmap.
Rust · tokio · clap
- rust
- networking
- tokio
- concurrency
· Security
completepcap-triage
A CLI that summarises a packet capture into the handful of facts worth looking at first.
Python · scapy
- python
- network forensics
- pcap
- dfir
· CS + Security
completetoycrypt
AES and SHA-256 implemented from scratch to understand them. Educational only — do not use this for anything real.
C99
- c
- cryptography
- aes
- sha-256