Skip to content

Python3 - Create sub-interface (VLAN) on debian linux (primarily Kali 2020)

Notifications You must be signed in to change notification settings

jtjones1028/trunker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Trunker

Python3 tool to create virtual sub-interface (VLAN) on debian linux (primarily Kali 2020)

  • determine if the appropriate kernel modules are loaded, if not it will recommend the appropriate command
  • can add interfaces manually (-a) or through a file (-f FILE)
  • interfaces will persist through a reboot
  • remove all virtual sub-interfaces (-r)
  • logs all commands/actions to trunker.log in default location, if default location is not found the user can provide a new location
  • searches file system for trunker.log and provides file paths to each

TODO

  • develop listner function to capture PCAP, identify VLAN tags, and create interfaces

About

Python3 - Create sub-interface (VLAN) on debian linux (primarily Kali 2020)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages