
Port Egress Testing
One of the common tasks conducted during an internal penetration test is to determine how data can be exfiltrated off the network. When configuring outbound firewall rules the general guidance is t...

One of the common tasks conducted during an internal penetration test is to determine how data can be exfiltrated off the network. When configuring outbound firewall rules the general guidance is t...

I’ve been doing some research into a Tplink Archer C60 V3 router recently. One of the first steps i take when looking at IOT devices is to get a copy of the firmware. One method is to dump the flas...

The Setup I decided to setup a VNC honeypot. My goal was to essentially spin up an Ubuntu server and configure it in such a way, where when someone connected, it would start a recording of the acti...

As with all other machines, I started by running an NMap scan against the target: Starting Nmap 7.94 ( https://nmap.org ) at 2023-08-04 13:54 BST Stats: 0:00:47 elapsed; 0 hosts completed (1 up), ...

Once privileged access has been achieved on a target machine the next step tends to be maintaining persistence. If the target is restarted or a new user logs in, you want to maintain access to the ...

Ive recently setup an OpenVPN server on my home network to allow me to connect remotely. I’ve always been quite hesitant to open up any ports on my home firewall as I know it can lead to trouble if...
I’ve been playing around with the ESP32 S2 Mini recently and wanted to try and create a device that allows you to track it’s location using only WiFi networks. For a high-level overview of how thi...

I started the machine by running NMap against it: ┌──(root💀kali)-[/home/kali/Documents/sunday] └─# nmap -p- -sV -sC -O -oN scan 10.10.10.76 --min-rate 1000 --max-retries 5 Starting Nmap 7.91 ( htt...

I started by running Nmap against the machine: ┌──(root💀kali)-[/home/kali/Documents/poison] └─# nmap -sU -sS 10.10.10.84 Starting Nmap 7.91 ( https://nmap.org ) at 2021-02-10 15:40 EST Nmap scan r...

I started by running NMap against the machine: ┌──(root💀kali)-[/home/kali/Documents/valentine] └─# nmap -p- -O -oN scan -sV -sC 10.10.10.79 Starting Nmap 7.91 ( https://nmap.org ) at 2021-02-10 12...