// tag · 10 items
: Python
- blog
Dossier: taking an OSINT investigation from collection to a cited report
Most OSINT tooling nails collection but leaves you to assemble a cited report by hand. Dossier is an offline desktop workbench that runs one …
- cyber operations
Dossier
An offline OSINT desktop workbench that runs one investigation from collection through curation to a finished, cited PDF or Word report.
- cyber operations
indict
An OSINT indicator enrichment and triage CLI: give it an IP, domain, hash, or URL and it pulls from multiple sources, correlates related …
- blog
Triaging a Suspicious Indicator in One Command
A tool I built that takes one IP, domain, hash, or URL, checks it against a stack of OSINT sources at once, and hands back a single report with a …
- python projects
Collatz Conjecture in Python
The Collatz Conjecture, also known as the 3(x) + 1 conjecture, is a famous unsolved problem in mathematics. It proposes a sequence defined by the …
- python projects
Fibonacci Sequence in Python
The Fibonacci sequence is a fundamental mathematical sequence where each number is the sum of the two preceding ones, starting from 0 and 1. So, the …