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

7 total results found

Network Pivoting

networking
pivoting
lateral-movement

Penetrating Networks via SSH JumpHosts

Network Pivoting Port Forwarding and Proxying

Click here to view this diagram in a new tab

networking
pivoting
ssh

Penetrating Networks via Chisel Proxies

Network Pivoting Port Forwarding and Proxying

Click here to see this diagram in a new tab

networking
pivoting
chisel

Session 8: Jan. 8, 2024

PJPT & PNPT Study Group Lessons

In this lesson, we focus on attacking Active Directory from an external assessment. So, enumerating an "externally" facing service, establishing a foothold, and pivoting into the network. This lesson is better suited to those preparing for the PNPT certificati...

active-directory
external
tcm-pnpt
pivoting

Enumerating SNMP Community Strings

Network Pivoting

TARGET='TARGET_IP_ADDRESS_HERE' snmpwalk -c public -v1 "$TARGET" . > snmpwalk.txt grep '[^Hex-]STRING' snmpwalk.txt iso.3.6.1.2.1.1.1.0 = STRING: "Linux underpass 5.15.0-126-generic #136-Ubuntu SMP Wed Nov 6 10:38:22 UTC 2024 x86_64" iso.3.6.1.2.1.1.4.0 = ...

networking
pivoting
snmp
snmpwalk

Port Forwarding with Chisel

Network Pivoting Port Forwarding and Proxying

Usage Requires a copy of the Chisel binary on: The target host The attacker's host Download from the Releases Page Bash Function to Download Chisel Binaries I've added this function to my ~/.zshrc file so that I can just invoke the function at any ...

networking
pivoting
chisel
port-forwarding
proxying

Port Forwarding with SSH

Network Pivoting Port Forwarding and Proxying

Security Considerations Reverse Tunneling This will require you to establish a SSH connection from the foothold back to your attack box. You want to mitigate any potential for this authentication to be used against you Public Key Authentication Say you have a ...

networking
pivoting
ssh
port-forwarding
proxying