PJPrashik Jadhavinblog.codedloki.is-a.dev·4d ago · 12 min readNexusProbe v0.3.0: From Port Checker to Service Discovery EngineBhai, v0.2.0 sorted out the biggest problem we had — speed. ThreadPoolExecutor made the scanner fast enough to actually use, and CLI args via argparse meant we weren't hardcoding the target IP every s00
PJPrashik Jadhavinblog.codedloki.is-a.dev·Apr 16 · 10 min readNexusProbe v0.2.0: Weaponizing Python with Multithreading & CLI ArgumentsINTRODUCTION The v0.1.0 we created in last post worked but its too slow to be used in real world scanning . Scanning a port range was like waiting for a government website to load . Also in previous v00
PJPrashik Jadhavinblog.codedloki.is-a.dev·Apr 8 · 5 min readNexusProbepy v0.1.0 Building PortScanner from ScratchWhy Python for Reconnaissance? I am starting a series to build security tools from scratch . Here is the First up : Nexus Probe Python is the swiss army knife for security experts and hackers lightwei102A
PJPrashik Jadhavinblog.codedloki.is-a.dev·Apr 5 · 2 min readroot@codedloki:~$ ./start_journey.sh"In the silence of a TTY shell, I found the clarity that high-level abstractions often hide." Welcome to Loki's Lab. If you are here, you probably care about performance, privacy, and the raw power o00