Using csvkit sql on csv files gives the power of SQL on csv files. In this blog post I cover the control of CSV or Excel files with csvkit.
Using csvkit sql on csv files gives the power of SQL on csv files. In this blog post I cover the control of CSV or Excel files with csvkit.
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.
Using a docker container such as gluetun to create a vpn connection for a seedbox is a great way to keep away your ISP prying eyes.
btrfs is not new and had a shaky start to life. But is it now ready for the prime time and prod environments. Join my in my btrfs howto.
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.