Tools

Security and general tools built by me.


persisthunt

A lightweight Linux persistence hunting & artifact collection script.

This bash script helps speed up investigations by collecting targeted persistence-related artifacts and highlighting suspicious patterns commonly associated with Linux persistence techniques.


pacecalculator.net

Pace calculator and related tools for runners - a website I built and maintain


bpfdoorpoc

bpfdoor malware implements an interesting technique for C&C communication using BPF with raw network socket. This is a proof of concept code for this BPF technique.


termspy

A simple implementation of a terminal keylogger in C using ptrace.


ptrace_code_injection

Proof of concept for injecting code into existing process using ptrace.


dns2proc

Bash script to correlate DNS queries with the processes that made them.