Skip to main content

Recently Updated Pages

IPv6 DNS Spoofing

Active Directory Initial Attack Vectors: Local Area Network

Note: Network Environment This spoofing attack works by sending a router announcement to multica...

Updated 9 months ago by 0xBEN

Common Bash Pitfalls

Linux

https://mywiki.wooledge.org/BashPitfalls/ also on Archive.org Command execution via unquoted v...

Updated 9 months ago by 0xBEN

paste

Linux Administration Command Line Tricks

apple banana pear mango grapes fruit.txt cat fruit.txt | paste -s -d ',' - Using piped i...

Updated 9 months ago by 0xBEN

Data Exfiltration

Web Cross Site Scripting (XSS)

Stored / Hosted XSS If the target page has a loose content security policy / cross-origin policy...

Updated 9 months ago by 0xBEN

Pass the Hash

Active Directory Post Exploitation: Attacks

Overview Dumped the SAM or LSA and now have hashes for domain or a local users. Use the hash and...

Updated 9 months ago by 0xBEN

NetExec

Active Directory Post Exploitation: Enumeration

When to Use Useful post-compromise if you've dumped hashes from SAM or LSASS or obtained clearte...

Updated 10 months ago by 0xBEN

xargs

Linux Administration Command Line Tricks

Pipe HEREDOC to xargs When creating a HEREDOC, you can use any keyword to denote the start and e...

Updated 10 months ago by 0xBEN

BloodHound

Active Directory Post Exploitation: Enumeration

Install and Initial Setup Kali Linux When changing the neo4j user password at initial setup, I ...

Updated 10 months ago by 0xBEN

Pass the Password

Active Directory Post Exploitation: Attacks

Overview Cracked a hash or discovered a password for a domain user. Use the password and nxc to ...

Updated 10 months ago by 0xBEN

SMB

File Transfers and Data Exfiltration File Transfer Techniques

SMB Server on Attack Box For this, we can use Impacket's smbserver.py script to run an ad-hoc SM...

Updated 10 months ago by 0xBEN

Dumping Hashes without Mimikatz

Active Directory Post Exploitation: Attacks

Post-Compromise on Target Lsass Process Dump Sysinternals ProcDump Download ProcDump here # D...

Updated 10 months ago by 0xBEN

Manual Enumeration

Active Directory Post Exploitation: Enumeration

Linux LdapSearch ldapsearch -x -H ldap://DC01.ad.lab -D 'john.doe@ad.lab' -W -b 'DC=ad,DC=lab' ...

Updated 10 months ago by 0xBEN

FFUF

Web Brute Force & Fuzzing

Brute Force Logins Brute Force with a Request File Start Burp Make a randomized login to the...

Updated 10 months ago by 0xBEN

Gobuster

Web Brute Force & Fuzzing

Virtual Host Enumeration You can find a more detailed analysis on the functionality of virtual h...

Updated 10 months ago by 0xBEN

Linux Remote Desktop Client

Active Directory Post Exploitation: Attacks

Usage and Help Display the xfreerdp3 man page man xfreerdp3 Display the xfreerdp3 help output ...

Updated 10 months ago by 0xBEN

Using Pyenv to Manage Python Environments

Computer Programming Python

sudo apt install pyenv pyenv init Sample output, run locally and append lines as described to...

Updated 11 months ago by 0xBEN

apt: List Package Dependencies and Files

Linux Administration Package Managers

Problem On Debian based systems, apt acts as a wrapper around dpkg to manage dependencies and co...

Updated 11 months ago by 0xBEN

Convert PFX to PEM

Certificates and Encryption Convert Formats

Output Combined Data openssl pkcs12 -nodes -in file.pfx -out file.pem Key and certificate combi...

Updated 11 months ago by 0xBEN

LdapModify

Active Directory Post Exploitation: Attacks

When to Use You'll know when you've found a domain controller, because it will have several port...

Updated 11 months ago by 0xBEN

apt: Find Application Source Package

Linux Administration Package Managers

Problem On Debian based systems, apt acts as a wrapper around dpkg to manage dependencies and co...

Updated 1 year ago by 0xBEN