mirror of
https://github.com/bvanroll/college-pentesting.git
synced 2025-08-29 20:12:41 +00:00
i think i almost have the default pass, i have to understand one more function
This commit is contained in:
16
verb/fs.etc_ro.web/cgi/wireless.cgi
Normal file
16
verb/fs.etc_ro.web/cgi/wireless.cgi
Normal file
@@ -0,0 +1,16 @@
|
||||
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();%%
|
Reference in New Issue
Block a user