Published onJun 10, 20236 mins readAnsible: A Basic IntroductionWhat is Ansible and why use it? This blog post will introduce the reader to a very basic usage of Ansible and some of its benefits.
Published onMay 21, 20239 mins readUseful Linux CommandsWhat are some of the most useful Linux commands? How do they work? What are their purposes?
Published onMar 29, 20235 mins readHow to exploit the docker groupLearn how being a member of the docker group on a Linux system makes you vulnerable to attack.
Published onJan 15, 20235 mins readBash scripting - using dmenu to update note filesHow does one create a BASH script to easily sift through and select a note file for editing?
Published onNov 1, 20225 mins readCreating forensic disk images via the command lineHow can we create images using dd, and how may we sanitize them?
Published onAug 24, 20223 mins readCracking protected ZIP files (Linux)How does one create and crack ZIP archives? It's pretty simple. Here's how.
Published onAug 12, 20222 mins readExploiting directory traversal (Linux)How to exploit directory traversal on a Linux server? What are the techniques to circumvent certain filters? And how does one mitigate this vulnerability?