Skip to main content

Recently Updated Pages

PowerShell: Configure Network Interface

Windows Administration PowerShell

Static Configuration Get-NetIPConfiguration -Detailed | Select-Object InterfaceAlias, AllIPAddre...

Updated 3 months ago by 0xBEN

PBKDF2-HMAC-SHA256

Hash Cracking John the Ripper

Hash Format Details john --list=format-all-details --format=PBKDF2-HMAC-SHA256 Example ciphertext...

Updated 3 months ago by 0xBEN

Windows Host: Create Cloud-Init ISO File

VirtualBox

Example comes from my VirtualBox cybersecurity lab project mkdir "$env:USERPROFILE\Desktop\cloud-...

Updated 3 months ago by 0xBEN

Hexdump Privileged File Read

Linux

Read with Hexdump sudo -u user.name /usr/bin/hexdump -v -e '/1 "%02x"' /home/user.name/.ssh/id_r...

Updated 3 months ago by 0xBEN

Generate New UUID4

Linux Administration Command Line Tricks

echo $(cat /proc/sys/kernel/random/uuid)

Updated 3 months ago by 0xBEN

SUID -> PATH Exploit Chain

Metasploit Framework msfvenom

In this example, assume there's a SUID binary that calls gzip by it's relative name, resolving gz...

Updated 3 months ago by 0xBEN

2) Linux VM (No LVM)

Proxmox Resize Proxmox VM Disk

Resize the Disk in PVE Before you can resize any partitions in the VM, you need to expand the di...

Updated 3 months ago by 0xBEN

1) Resize the VM Disk in PVE

Proxmox Resize Proxmox VM Disk

Precautions Stop! Take a snapshot or backup of your VM in its current state for easy rollback in...

Updated 3 months ago by 0xBEN

Adding Additional Storage Disks

Proxmox Node Management

Before When installing PVE, you have the option to create a LVM Thin pool or a ZFS Pool, which b...

Updated 3 months ago by 0xBEN

Clustering: Same ZFS Pool on All Nodes

Proxmox Cluster Management

Example Configuration Showing clustered PVE nodes I have a ZFS volume called Guest_Disk...

Updated 4 months ago by 0xBEN

Linux Shell Command

Metasploit Framework msfvenom

LD_PRELOAD Useful in privilege escalation scenarios where sudo command is configured with: env_k...

Updated 4 months ago by 0xBEN

Port Forwarding with Chisel

Network Pivoting Port Forwarding and Proxying

Usage Requires a copy of the Chisel binary on: The target host The attacker's host Download...

Updated 4 months ago by 0xBEN

Adding Persistent Storage to Live-Boot Images

Linux Administration Live-Boot Linux Images

Hardware Configuration Memory: Assigned as needed Hard Disk: Add an extra hard disk to the li...

Updated 4 months ago by 0xBEN

Port Forwarding with SSH

Network Pivoting Port Forwarding and Proxying

Security Considerations Reverse Tunneling This will require you to establish a SSH connection...

Updated 4 months ago by 0xBEN

Evil-WinRM Alternatives

Active Directory Post Exploitation: Attacks

Problem evil-winrm works great in a pinch, but is often very buggy, so I've documented some work...

Updated 5 months ago by 0xBEN

zsteg

Steganography Image Steganalysis

Installation gem install zsteg for dir in $(find "$HOME/.local/share/gem/ruby" -maxdepth 2 -typ...

Updated 5 months ago by 0xBEN

Troubleshooting

Red Teaming AdaptixC2 Notes

Gopher Agent Generation Problem Need to generate an agent implant for LINUX TARGET (see diagram...

Updated 5 months ago by 0xBEN

NoMachine Customizations

Kali Optimizations

Auto-Login On Kali side, go to Startup & Shutdown > Login Screen (SDDM) and click Behavior . Set...

Updated 5 months ago by 0xBEN

Impacket-Addcomputer

Active Directory Post Exploitation: Attacks

When to Use Could be used post-compromise upon enumerating the ms-DS-MachineAccountQuota policy....

Updated 6 months ago by 0xBEN

Using an Ad-Hoc Nginx Server to Catch-Web Requests

Web Ad-Hoc Web Servers to Catch HTTP Client...

Set up Custom Logging sudo apt install -y libnginx-mod-http-lua Install Nginx LUA libraries su...

Updated 6 months ago by 0xBEN