To Stabilize a reverse shell is to make it useable. In this blog post I cover why it’s required, the commands for doing it, and what exactly they do.
Posts on ctf write ups.
To Stabilize a reverse shell is to make it useable. In this blog post I cover why it’s required, the commands for doing it, and what exactly they do.
WordPress is secure by design but are its plug-ins? Find an described example of how someone could exploit your sites WordPress Stored XSS
The WordPress wpscan tool is one of the great tools for checking if your WordPress site is secure. Join me as I check if mine own site is.
Some CTF Challenge VMs are just hard to enumerate. This was one of them. Join my as I struggle to get through the hackmyvm.eu room tajer.
The free CTF Challenge web site “hackmyvm.eu” have another medium level vm called ‘murph‘ for us to download, enumerate and get some flags. In this…
The Raspberry Pi Zero 2 is a great little system to put kali linux onto. Learn how to install and configure Kali on a Pi Zero.
SMBrute is a Python tool that is used to bruteforce samba user passwords for pentesting or CTF challenges.
With the Python Paramiko module you don’t even need ssh installed on the system, so it even works with windows systems.
Python shlex is an easy to turn a sting into a list or a list into a string or to safely quote system commands before they are run.
The Python Subprocess module allows you to spawn new processes and is very useful to build fast scripts to interact with System commands