mirror of
https://github.com/bvanroll/college-pentesting.git
synced 2025-08-29 12:02:46 +00:00
17 lines
492 B
Perl
17 lines
492 B
Perl
WirelessDisable=%%WirelessDisable();%%
|
|
ConnectionMode=%%ConnectionMode();%%
|
|
SSID=%%SSID();%%
|
|
WirelessChannel=%%WirelessChannel();%%
|
|
TransmissionRate=%%StringOfTransmissionRate();%%
|
|
WEPEncryption=%%WEPEncryption();%%
|
|
WEPKeyFormat=%%WEPKeyFormat();%%
|
|
Key1=%%Key1();%%
|
|
Key2=%%Key2();%%
|
|
Key3=%%Key3();%%
|
|
Key4=%%Key4();%%
|
|
TxKey=%%TxKey();%%
|
|
BeaconInterval=%%BeaconInterval();%%
|
|
Preamble=%%Preamble();%%
|
|
AuthenticationType=%%AuthenticationType();%%
|
|
PreSharedKey=%%PreSharedKey();%%
|