JPJoao Paulo Guedesinjpfdevscybersec.com·Jul 14, 2024 · 4 min readBaby - VulnlabEnumeration We started executing a full port scan on the host. ╭─[us-free-3]-[10.8.2.220]-[th3g3ntl3m4n@kali]-[~/vulnlab/baby] ╰─ $ sudo nmap -v -sS -Pn -p- 10.10.98.130 --min-rate=300 --max-rate=500 Now, we execute a port scan only on the open por...00
JPJoao Paulo Guedesinjpfdevscybersec.com·Feb 18, 2024 · 9 min readBuilder - Hack The BoxThis is the write-up for the Builder machine from Hack The Box. This machine is based on the recent Jenkins Arbitrary File Read vulnerability noted on CVE-2024-23897. Enumeration We start executing a full port scan on the host. ─[us-vip-8]─[10.10.14....00
JPJoao Paulo Guedesinjpfdevscybersec.com·Jan 25, 2024 · 6 min readSeal - Hack The BoxReconnaissance First, we start with a full port scan to verify all possible open ports. ─[us-dedivip-1]─[10.10.16.200]─[jpfguedes@htb]─[~/htb/Seal] └──╼ [★]$ sudo nmap -v -sS -Pn -p- 10.10.10.250 PORT STATE SERVICE 22/tcp open ssh 443/tcp op...00