Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 1.46 KB

File metadata and controls

23 lines (22 loc) · 1.46 KB

Coding

Directory Description
binsh Schell script obfuscation tool
crypto Toy implementations of various cryptography algorithms
rgrep Fast & simple Rust implementation of the grep utility
symcrypt XOR-based symetric encrypting/decrypting program
cpubench Simple CPU benchmark tool
data_spoofer Discreetly send data over the internet (TCP forging and IP spoofing)
realtimeclock GNU/Linux kernel module that read the current time from the CMOS
jitpoc Very minimal JIT compilation PoC
apidoc REST API documentation generator
process-supervisor Processes supervision & monitoring tools (specialized for AI coding agents)
ruby-benchs Small dummy benchs on Ruby standard lib components
misc/fork_chain.rb A fork+pipe chain PoC
misc/netboot.rb PXE profile generator lib
misc/poketwich Bot/Client to play to TwitchPlaysPokemon
misc/port_scanner.c TCP port scanner program (minimal nmap)
misc/rawdns.c DNS client program
misc/shlog.sh Shell session logging tool
misc/stack_ret_overwrite.c Stack hacking PoC
misc/web-xpath HTTP XPath extractor