Recently Updated Pages
Pivoting with Ligolo-ng
Project GitHub https://github.com/nicocha30/ligolo-ng Download Binaries https://github.com/nicoc...
Migrate to Cluster-wide VLAN Trunking
Purpose We want to define VLAN IDs that will be trunked from vmbr0 up to the physical managed swi...
Convert P12 to PEM
cat password_file.txt | openssl pkcs12 -in file.p12 -out file.pem -nodes -passin stdin
HTTP
HTTP POST (Upload to Attack Box) Server Side (Attack Box) Python Server Python HTTP Upload Serve...
802.1q on VMs in VLAN-aware Networks
Network Diagram igb0 -- WAN [FIREWALL] igb...
Certificate Renewal Dry Run
Original ACME Request certbot certonly \ --nginx \ --server https://sub-ca.pki.home.internal/...
Saving CA over HTTPS
PKI Hierarchy [Root CA Host (Offline Later)] |--- root_ca.crt-------------------------Copy to Int...
Defining Group Variables and Protecting Secrets
Group Variables Back on Defining the Inventory, you may remember that we broke the inventory up i...
Read QR Code from Image File
zbarimg file.png
Kerberos Authentication
Install Kerberos Client Packages Upon installing, you will see an interactive prompt for informat...
Configuring 802.1q VLANs
Network Diagram VLAN IDs and their IP blocks do not need to align (e.g. VLAN 10 = 10.10.10.0/24 o...
Docker Credential Helper on Headless Linux
Install Prerequisites sudo apt update && sudo apt install -y gpg pass pinentry-tty curl Setup P...
Git Credential Manager on Headless Linux
Debian Derivatives Install Prerequisite Packages sudo apt update && sudo apt install -y libicu-d...
Get Raw Command Output from qm guest exec
sudo apt update && sudo apt install -y jq VM_ID='201' COMMAND='cat /etc/hosts' qm guest exec 201 ...
Create New Key Pair for SSH
Create the Key Pair -C "" : No comment on the public key string -f "~/my_ssh_key" : Output in th...
GitLab SSH Authentication
Generate SSH Keypair ssh-keygen -t ed25519 -C "gitlab-user@domain.tld" -f ~/.ssh/git-ssh-key Ente...
Using Faketime for Ad-Hoc Kerberos Authentication
Installing Faketime sudo apt install faketime faketime -h This will run the specified 'program' ...
Active Directory Methodology
Active Directory Pentest Types Given the massive attack surface that Active Directory presents, a...
Manual Testing with cURL
Multipart Forms This form expects the following fields: cat_name : text age : number birthdate...
ACME Certificates on PBS HTTPS
NOTE: The instructions on this page pertain to setting up ACME certificates for the proxmox-backu...