Skip to main content

Recently Updated Pages

Penetrating Networks via Chisel Proxies

Network Pivoting Port Forwarding and Proxying

Click here to see this diagram in a new tab

Updated 1 year ago by 0xBEN

Port Forwarding with PLINK

Network Pivoting Port Forwarding and Proxying

Download Plink You can download the latest plink.exe binary from here: https://www.chiark.greene...

Updated 1 year ago by 0xBEN

Alternate Ways to Read Host Network Data

Network Pivoting

Context I created this page for some quick reference commands to check network configurations an...

Updated 1 year ago by 0xBEN

Port Knocking

Network Pivoting

Challenge During target enumeration, you find information that suggests if you port knock the se...

Updated 1 year ago by 0xBEN

Enumerating SNMP Community Strings

Network Pivoting

TARGET='TARGET_IP_ADDRESS_HERE' snmpwalk -c public -v1 "$TARGET" . > snmpwalk.txt grep '[^Hex-]...

Updated 1 year ago by 0xBEN

Password & Credential Brute Force

Active Directory Post Exploitation: Attacks

User Emumeration You have enumerated users with one of the methods defined here: NetExec Pow...

Updated 1 year ago by 0xBEN

Lesson Plan

PJPT & PNPT Study Group Lessons Session 10: Jan. 18, 2024

Accompanying Presentation The PJPT Study Group is hosted by my friend and fellow Discord mod, Sh...

Updated 1 year ago by 0xBEN

Lesson Plan

PJPT & PNPT Study Group Lessons Session 8: Jan. 8, 2024

Accompanying Presentation The PJPT Study Group is hosted by my friend and fellow Discord mod, Sh...

Updated 1 year ago by 0xBEN

APK Analysis

Mobile Android

APKTool sudo apt install -y apktool apktool d -o decompiled_apk file.apk A good place to start...

Updated 1 year ago by 0xBEN

Pass the Key

Active Directory Post Exploitation: Attacks

Kerberos Encryption Keys Policies on the domain controller will dictate which encryption algorit...

Updated 1 year ago by 0xBEN

PowerView

Active Directory Post Exploitation: Enumeration

Overview A set of PowerShell functions that can be used to enumerate ActiveDirectory. Part of th...

Updated 1 year ago by 0xBEN

GetUserSPNs.py

Active Directory Post Exploitation: Enumeration

When to Use Useful in post-compromise enumeration. If you acquire domain user passwords or hashe...

Updated 1 year ago by 0xBEN

GetADUsers.py

Active Directory Post Exploitation: Enumeration

When to Use Helpful in post-compromise enumeration. If you've compromised a domain-joined host, ...

Updated 1 year ago by 0xBEN

DCSync

Active Directory Post Exploitation: Attacks

DCSync Overview DC Sync is a legitimate function of Active Directory environments where a domain...

Updated 1 year ago by 0xBEN

Computer Networking: MAC Addressing and ARP

PJPT & PNPT Study Group Lessons Session 2: Nov. 13, 2023

Media Access Control Address Identifies the physical network interface of a host Hexadecima...

Updated 1 year ago by 0xBEN

403

Error Pages

Updated 1 year ago by 0xBEN

Kali LXC: Fixing Slow Desktop Load after KDE Upgrade

Proxmox LXC Management

Background Following an upgrade to KDE Plasma, whenever I entered user credentials, the KDE spla...

Updated 1 year ago by 0xBEN

Windows RDP Client Custom Resolutions

Windows Administration

Setting Custom Resolutions Problem When setting resolutions using the slider, you are limited i...

Updated 1 year ago by 0xBEN

XRDP Server on KDE Plasma

Linux Administration Remote Desktop Solutions

Install and Configure XRDP # Install xRDP server sudo apt update && sudo apt install -y xrdp db...

Updated 1 year ago by 0xBEN

JAR File Analysis

Binary Analysis & Reverse Engineering Java

JAR File Analysis sudo apt install -y jd-gui jadx jd-gui cloudhosting-0.0.1.jar Example: a...

Updated 1 year ago by 0xBEN