I am a developer in Seattle with interests in Security (cyber and IRL), machine learning, and distributed systems.
Questions and collaboration
Jan 28 · 5 min read · A co-worker reached out to me to help debug some test failures. These were actually integration tests that were run with in-memory webserver: Factory = ConfigureWebApplicationFactory(); HttpClient = Factory!.CreateClient(); ... private WebApplicati...
Join discussion
Jan 24 · 1 min read · Surprised that I didn’t fall much compared to Season 8, even though I had to travel for two weeks to Japan for a Kyokushin-kan World Tournament. Key vulnerabilities that were typically present were password reuse, weak passwords, Insecure Direct Obj...
Join discussion
Jan 9 · 8 min read · Recon We need to look around what is available at the target. Start off with an nmap scan. Nmap nmap -A -sV -T4 -vvv 10.10.11.23 -oN permX.txt -A: Enables OS detection, version detection, script scanning, and traceroute. -sV: Enables version detec...
Join discussion
Jan 9 · 1 min read · In my day job, we own several common libraries. The common libraries my contain additional dependencies that we own such as HTTP clients or other providers. It’s a pain when we have a chain of dependencies which all need to be updated. We use Central...
Join discussion