Recently Updated Pages
FFUF
Brute Force Logins Brute Force with a Request File Start Burp Make a randomized login to the...
Gobuster
Virtual Host Enumeration You can find a more detailed analysis on the functionality of virtual h...
Linux Remote Desktop Client
Usage and Help Display the xfreerdp3 man page man xfreerdp3 Display the xfreerdp3 help output ...
Using Pyenv to Manage Python Environments
sudo apt install pyenv pyenv init Sample output, run locally and append lines as described to...
apt: List Package Dependencies and Files
Problem On Debian based systems, apt acts as a wrapper around dpkg to manage dependencies and co...
Convert PFX to PEM
Output Combined Data openssl pkcs12 -nodes -in file.pfx -out file.pem Key and certificate combi...
LdapModify
When to Use You'll know when you've found a domain controller, because it will have several port...
apt: Find Application Source Package
Problem On Debian based systems, apt acts as a wrapper around dpkg to manage dependencies and co...
Dumping DNS Records with adidnsdump
Active Directory Integrated DNS Dump (adidnsdump) GitHub Repository Installation pipx install ...
Passback Attacks
What's the Flaw? Usually involves an unsecure device -- like a printer or multifunction device -...
Pass the Ticket
Anatomy of a Kerberos Ticket [0;97d82]-2-0-40e10000-t2_felicia.dean@krbtgt-ZA.TRYHACKME.COM.kirb...
Computer Networking: IP Addressing and Subnetting
IP Addressing Common Computer Numbering Systems Binary (base 2) -- 0 to 1 Octal (base 8) -- ...
Nmap Scanning with Categories
Example 1: Nmap script scan with categories Categories https://nmap.org/book/nse-usage.html#n...
Enumerating NFS
General Information portmapper and rpcbind run on TCP 111 rpcbind maps RPC services to their ...
Convert Certificate and Key to PFX
openssl pkcs12 -export -out file.pfx -inkey file.key -in file.crt Enter password details when pr...
Netcat
Listener on Attack Box File from Target to Attack Box nc -lnvp 53 -q 3 > /tmp/got-the-file Sta...
Create Self-Signed TLS Certificates
When You Should Do This If you have an internal/demo/test server where you'd like to encrypt tra...
Disable KWallet Subsystem
nano ~/.config/kwalletrc [Wallet] Enabled=false
Constrain Burp Memory Usage
JVM Options Search for the application and right click "Edit Application" (KDE Plasma pictured...
Read TLS Certificate from Server
OpenSSL openssl s_client -connect 127.0.0.1:443 -servername domain.tld Unix-like operating syst...