Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
More from this blog
Enabling GPU monitoring in Beszel (docker container)
Out of the box Beszel doesn’t provide monitoring information on any GPUs, at least when running Beszel via a docker container. Here is the docker compose (v2) file that enabled this monitoring to be possible: services: beszel: image: henrygd/be...
Penetration Test Report - VulnLawyers
Introduction The purpose of this report is to summarize the findings of a penetration test on the client’s system/application and find all 6 flags and note any vulnerabilities found. Client: VulnLawyers Testing Date: June 5, 2025 Scope: http://kaye.c...

CTF Pentesting Methodology
Enumeration Directory Enumeration Dirsearch Gobuster Dirbuster wfuzz wfuzz -w /usr/share/seclists/Discovery/Web-Content/raft-medium-directories.txt <https://domain.com/api/FUZZ\> ffuf Fast: ffuf -c -w /usr/share/wordlists/dirb/big.txt -u <http:/...

Tmux - Revelation
I was always partial to terminator as a terminal emulator, but there are times where it felt less productive and feature lacking. It was time to learn tmux, and tmux + terminator was a win for me! Here is my setup (config file) for tmux #set prefix #...

Kali Linux VMWare Workstation Audio Fix
Audio Problems with Kali Linux Reference: https://www.kali.org/docs/troubleshooting/no-sound/ sudo apt update sudo apt full-upgrade -y sudo apt install --mark-auto -y pipewire-audio You need to edit the WirePlumber configuration as follows (since 0...
