Open codewiz-inc opened 6 years ago
If your internal wireless card can be placed in monitor mode (Note: that most can't and that's why I opted for an external one), all you would need to do is modify the setup.sh to use your specific wireless interface.
iwconfig
or ifconfig
commands (it's probably something like wlan0)sudo airmon-ng start <Your Wireless Interface> 11
sudo iwconfig <Your Wireless Interface> channel 11
If you're not sure if your wireless card can be set up in monitor mode you can always do a quick test following this procedure.
I 'm just testing yours and curious to find how this works.Can you explain how this works and it will be good if u clear me with what procedure to follow to run from ubuntu without any external adapter like tp-link and to use inbuilt adapter? Thanks in advance