/Pivoting-Dockerized-Lab

a simple lab built in docker for practising network pivoting and port forwarding accross linux servers

Primary LanguageShell

A Pentest Pivot Example

This is a set of docker containers used for quickly testing pivoting techniques. It goes along with the article on nullsweep about how to use various pivoting techniques.

A Pivot CheatSheet for Pentesters

How to run

docker-compose build
docker-compose up

The SSH machine has a user and password defined in the dockerfile. The SSH service is running on localhost port 22022.

The username and password is: pentester/letspivot

Logging into the SSH machine

ssh pentester@localhost -p 22022
password: letspivot