Recently Updated Pages
PowerShell: Configure Network Interface
Static Configuration Get-NetIPConfiguration -Detailed | Select-Object InterfaceAlias, AllIPAddre...
PBKDF2-HMAC-SHA256
Hash Format Details john --list=format-all-details --format=PBKDF2-HMAC-SHA256 Example ciphertext...
Windows Host: Create Cloud-Init ISO File
Example comes from my VirtualBox cybersecurity lab project mkdir "$env:USERPROFILE\Desktop\cloud-...
Hexdump Privileged File Read
Read with Hexdump sudo -u user.name /usr/bin/hexdump -v -e '/1 "%02x"' /home/user.name/.ssh/id_r...
Generate New UUID4
echo $(cat /proc/sys/kernel/random/uuid)
SUID -> PATH Exploit Chain
In this example, assume there's a SUID binary that calls gzip by it's relative name, resolving gz...
2) Linux VM (No LVM)
Resize the Disk in PVE Before you can resize any partitions in the VM, you need to expand the di...
1) Resize the VM Disk in PVE
Precautions Stop! Take a snapshot or backup of your VM in its current state for easy rollback in...
Adding Additional Storage Disks
Before When installing PVE, you have the option to create a LVM Thin pool or a ZFS Pool, which b...
Clustering: Same ZFS Pool on All Nodes
Example Configuration Showing clustered PVE nodes I have a ZFS volume called Guest_Disk...
Linux Shell Command
LD_PRELOAD Useful in privilege escalation scenarios where sudo command is configured with: env_k...
Port Forwarding with Chisel
Usage Requires a copy of the Chisel binary on: The target host The attacker's host Download...
Adding Persistent Storage to Live-Boot Images
Hardware Configuration Memory: Assigned as needed Hard Disk: Add an extra hard disk to the li...
Port Forwarding with SSH
Security Considerations Reverse Tunneling This will require you to establish a SSH connection...
Evil-WinRM Alternatives
Problem evil-winrm works great in a pinch, but is often very buggy, so I've documented some work...
zsteg
Installation gem install zsteg for dir in $(find "$HOME/.local/share/gem/ruby" -maxdepth 2 -typ...
Troubleshooting
Gopher Agent Generation Problem Need to generate an agent implant for LINUX TARGET (see diagram...
NoMachine Customizations
Auto-Login On Kali side, go to Startup & Shutdown > Login Screen (SDDM) and click Behavior . Set...
Impacket-Addcomputer
When to Use Could be used post-compromise upon enumerating the ms-DS-MachineAccountQuota policy....
Using an Ad-Hoc Nginx Server to Catch-Web Requests
Set up Custom Logging sudo apt install -y libnginx-mod-http-lua Install Nginx LUA libraries su...