-
Search Results
-
Topic: AWUS036NHA
I bought this wireless adapter AWUS036NHA and i am using custom kali image provided by zSecurity.
Exactly followed Lecture 4.3 on this course but iwconfig or ifconfig is not showing wireless adapter though lsusb output is showing wireless adapter.root@kali:~# lsusb
Bus 001 Device 002: ID 0cf3:9271 Qualcomm Atheros Communications AR9271 802.11n
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
root@kali:~# iwconfig
lo no wireless extensions.eth0 no wireless extensions.
root@kali:~#
Thanks in advance
Hello,
After the lesson MAC changer I was practicing and I try to code the setting of wireless adapter in monitor mode. If I run it I get the error bufsize must be an integer.
Can you help?
Thanks#!/usr/bin/env python import subprocess import optparse def get_arguments(): parser = optparse.OptionParser() parser.add_option("-i", "--interface", dest="interface", help="Interface to change to monitor mode") (options, arguments) = parser.parse_args() if not options.interface: parser.error("[-] Please specify an interface, use --help for info") return options def monitor_mode(interface): print("Setting {} to monitor mode".format(interface)) subprocess.call("ifconfig", interface, "down") subprocess.call("iwconfig", interface, "mode", "monitor") subprocess.call("ifconfig", interface, "up") options = get_arguments() monitor_mode(options.interface)Topic: Deauth-ing dual band AP
hi all,
I have asked around and googled elsewhere but have had no luck.
I am trying to de-auth devices off my hidden home WiFi network. It is a dual-band AP. When I run the deauth command, it deauths devices using the 2.4ghz band but devices using the 5ghz band remain.
I understand that the Aireplay command was specified to ch6 which is for the 2.4 GHz band but I am unsure if this would still stop the deauth-ing of the 5ghz band.
I was wondering what other options or commands I can run to de-auth all devices off the dual band WiFi on all channels.
I am using an Alfa AWUS036ACH adapter which supports both bands and updated drivers etc.
any advice would be greatly appreciated.
J
Search Results for 'adapter'
Home » Page 10
