Skip to content
/ split Public

Used to split wireless adapters such as my Alfa AWUS036NHA into a managed interface and a monitor interface.

Notifications You must be signed in to change notification settings

mcgregol/split

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

split

Used to split my Alfa AWUS036NHA USB wireless adapter to run a managed interface and a monitor interface simultaneously.

Dependencies

  • A compatible wireless adapter

    • see 'Troubleshooting'
  • Airmon-ng

    • sudo apt install aircrack-ng

Installation

git clone https://github.com/mcgregol/split

cd split

sudo bash install

Usage

sudo bash split "current_interface" "new_interface_name" 

ex. sudo bash split wlan0 wlan1 

Troubleshooting

If you get an error and/or the program doesn't work, run sudo iw list and look under valid interface combinations. If you do not see #{ managed, P2P-client } <= 2 or #{ AP, mesh point, P2P-GO } <= 2, etc., your wireless adapter isn't compatible.

About

Used to split wireless adapters such as my Alfa AWUS036NHA into a managed interface and a monitor interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages