Pinned Repositories
bloom
A simple Bloom filter written in Go
disjoint
A implementation of a disjoint-set data structure, also called a union–find data structure or merge–find set.
DNScrutiny
A DNS enum tool
hprobe
A HTTP probe written in Rust
iceberg-rs
ripioc
A fast IOC extractor written in Rust.
oliverdaff's Repositories
oliverdaff/iceberg-rs
oliverdaff/hprobe
A HTTP probe written in Rust
oliverdaff/ripioc
A fast IOC extractor written in Rust.
oliverdaff/DNScrutiny
A DNS enum tool
oliverdaff/bloom
A simple Bloom filter written in Go
oliverdaff/disjoint
A implementation of a disjoint-set data structure, also called a union–find data structure or merge–find set.
oliverdaff/avro-rs
Avro client library implementation in Rust
oliverdaff/docker-presentation
A Docker container that sets up my presentation environment
oliverdaff/Elements-of-Computing-Systems
'Element of Computing Systems' book solutions
oliverdaff/NanoBatch
A small micro batching library.
oliverdaff/nlpia
oliverdaff/practical-hacking
Repo for the Gitbook Practical Hacking
oliverdaff/princess_purity_castle_side_effect
Scala Syd presentation
oliverdaff/radixtree
Space-optimized trie (prefix tree) in which each node that is the only child is merged with its parent.
oliverdaff/rip_cli
A cli interface for rip ioc
oliverdaff/rscan
A very simple async port scanner written in Rust.
oliverdaff/trie
A trie for holding strings and values. Compact storage for keys with common prefixes.