[Version: 1.0]
wcc.sh
(Wi-Fi Capability Check) is a Bash script designed to help users determine if their Wi-Fi interfaces support monitor mode and packet injection. This is particularly useful for security professionals and enthusiasts who need to ensure their hardware is compatible with specific wireless auditing tasks.
- Language Selection: The script supports English, Spanish, and French.
- Wi-Fi Interface Detection: Lists all available Wi-Fi interfaces.
- Monitor Mode Check: Verifies if a Wi-Fi interface can be set to monitor mode.
- Packet Injection Check: Tests if a Wi-Fi interface supports packet injection.
-
Download the Script:
git clone https://github.com/commander-z3r0/WifiCabilityCheck.git
-
Change directory:
cd WifiCabilityCheck/
-
Make the Script Executable:
chmod +x wcc.sh
-
Run the Script as Root:
sudo ./wcc.sh
-
Select Language: When prompted, choose your preferred language (English, Spanish, or French).
-
Select Wi-Fi Interface: The script will list all available Wi-Fi interfaces. Select the interface you want to test.
-
Monitor Mode and Packet Injection Test: The script will check if the selected interface supports monitor mode and packet injection, and display the results.
❯ sudo ./wccn.sh
_cyqyc_
:>3qKKKKKKKq3>:
';CpKKKKKKKkKKKKKKKpC;'
-"iPKKKKKKkkkCZ3R0KKKKKKKKKKPi"-
`~v]KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK]v~`
,rwKKKKKKKKKKKKKPv;,:'-':,;vPKKKKKKKKKKKKKwr,
!KKKKKKKKKKKKKKK/ !KKKKKKKKKKKKKKK!
!KKKKKKKKKKKKKKf ? CKKKKKKKKKKKKKK!
!KKKKKKKKKKKKKp- -qKKKKKKKKKKKKK!
!KKKKKKKKKKKKK>" "\KKKKKKKKKKKKK!
!KKKKKKKw;,_'- .-:,"wKKKKKKK!
!KKKKKKKKhi*;" ";*ihKKKKKKKK!
!KKKKKKKKKKKKK; ;KKKKKKKKKKKKK!
!KKKKKKKKKKKKK2>' '>2KKKKKKKKKKKKK!
!KKKKKKKKKKKKKKKZ ZKKKKKKKKKKKKKKK!
!KKKKKKKKKKKKKKK5 eKKKKKKKKKKKKKKK!
!KKKKKKKKKKKqC;- -;CqKKKKKKKKKKK!
<KKKKKKKKkr, ,rSKKKKKKKK<
-"v]qj;- -;jq]v"-
>>-------> [WifiCapabilityChecker]
>>-------> by @C.Z3R0
Select a language / Seleccione un idioma / Sélectionnez une langue:
1) English
2) Español
3) Français
#? 1
Select a Wi-Fi interface from the list:
1) wlan0
#? 1
[?] Checking if wlp3s0 can be set to monitor mode...
[*] wlan0 is compatible with monitor mode.
[?] Checking if wlp3s0 supports packet injection...
[X] Alas! wlan0 does not support packet injection
Upon running the script, follow the prompts to select your language and Wi-Fi interface. The script will then provide detailed feedback on the capabilities of your chosen interface.