// engineering & security research
Projects &
Works

Code I've written to break things, secure things, and understand how complex systems work under the hood.

Recon-Toolkit v2
View Project -> VIEW REPO
liketosweep@docker: ~/recon-toolkit
┌──(liketosweep㉿kali)-[~/workspace]
└─$ docker run --rm -it recon-toolkit --target example.com
[*] Initializing Asynchronous Reconnaissance Engine v2.0...
[+] Target acquired: example.com (93.184.216.34)
[*] Spawning asyncio workers for concurrent network scanning...
[+] Discovered Open Ports: [22, 80, 443]
[*] Running fast directory enumeration using wordlist...
[+] Found endpoint: /api/v1/users (Status: 403)
[+] Found endpoint: /admin/dashboard (Status: 200)
[!] Scan completed in 1.4 seconds. (85% faster than synchronous v1)
[+] Report exported to /reports/example.com_scan.json
┌──(liketosweep㉿kali)-[~/workspace]
└─$ █
📦
Maintainer
Architected an asynchronous web reconnaissance framework. Transitioned from synchronous I/O to a concurrent engine to streamline target profiling and reduce average network scan times.
Python Docker Security
🕷️
Developed a custom automated tool to perform initial reconnaissance and detect common vulnerabilities across the attack surface of target web applications.
Python Automation DAST
🔍
Built an OSINT tool to systematically discover valid subdomains for a target domain, effectively mapping out hidden infrastructure and expanding the testing scope.
Python OSINT Networking
🧪
Researcher
A comprehensive log of writeups, exploit scripts, and methodologies developed while solving advanced web vulnerabilities in the PortSwigger Web Security Academy.
Web Exploitation Burp Suite Writeups