View Issue Details

IDProjectCategoryView StatusLast Update
0004399Kali LinuxNew Tool Requestspublic2017-12-20 20:33
Reporterj_jito Assigned Todookie  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionwon't fix 
Product Version2017.3 
Summary0004399: VPNpivot: Explore the network using VPNPivot tool
Description

This is an implementation of VPN pivoting technique in Linux using pure low-level sockets within tap device. It creates a fully encrypted tunnel using a SSL/TLS between the target machine and the attacker.

VPN Pivot sends and receive a fully encrypted TCP/IP stack over TCP stream socket, then the peers forward it into the desired device/host. The attacker explores the internal network as he belongs to it within a local IP address taken from the dhcp server or statically configured.

Steps To Reproduce

git clone https://github.com/0x36/VPNPivot.git

cd VPNPivot

./autogen.sh

./configure

make && make install

pivots -h (For server mode)

pivotc -h (For client mode)

Additional Information

Demo: https://youtu.be/VauxUK3OZnQ

Activities

dookie

dookie

2017-12-20 20:33

reporter   ~0007721

Thanks for the suggestion. This tool isn't very actively-developed and doesn't work particularly well. It will not be added to Kali.

Issue History

Date Modified Username Field Change
2017-12-05 21:17 j_jito New Issue
2017-12-20 20:33 dookie Assigned To => dookie
2017-12-20 20:33 dookie Status new => closed
2017-12-20 20:33 dookie Resolution open => won't fix
2017-12-20 20:33 dookie Note Added: 0007721