PyRat | TryHackMe Writeup

Let’s get started. I first started with a port scan to identify the open ports and the services running on the server: Visit the python server Even more basic connection with NC Exploitation We have something here. Lets try adding some python code We confirmed that we can execute code. Lets try a reverse shell.
Read More

Install RustScan for faster Nmap Scans

In this article we will try to install RustScan. For those who don’t know what RustScan is?. It’s utility written in Rust programming language that makes your Nmap portscans run a whole lot faster. Remember real hacker hack time 😉 You can check the official installation here which shows multiple installation methods. In this article
Read More

HackTheBox: Bashed [OSCP Prep]

Hello there guys. Welcome to my 7th post on the TJnull OSCP Prep Series. Today we’re going to be discussing Bashed from HackTheBox. Let’s begin with a full Nmap scan port scan to see what open ports we can find. I’ve used Rustscan because it provides faster Nmap results: We found HTTP port 80 open. What is phpbash?.
Read More

HackTheBox: Blue [OSCP Prep]

Box Info: Hello there guys. Welcome to my 4th post on the TJnull OSCP Prep Series. Today we’re going to be discussing Bashed from HackTheBox. Let’s begin with a full Nmap scan port scan to see what open ports we can find. I’ve used Rustscan because it provides faster Nmap results: $ rustscan -a 10.10.10.4 -r 1-65535 --
Read More