mirror of
https://github.com/bvanroll/college-pentesting.git
synced 2025-08-30 12:32:49 +00:00
i think i almost have the default pass, i have to understand one more function
This commit is contained in:
19
verb/fs.etc_ro.web/web/cgi/network.cgi
Normal file
19
verb/fs.etc_ro.web/web/cgi/network.cgi
Normal file
@@ -0,0 +1,19 @@
|
||||
IPAddressMode=%%IPAddressMode();%%
|
||||
IPAddress=%%IPAddress();%%
|
||||
SubnetMask=%%SubnetMask();%%
|
||||
DefaultGateway=%%DefaultGateway();%%
|
||||
PPPoEUserID=%%PPPoEUserID();%%
|
||||
PPPoEPassword=%%PPPoEPassword();%%
|
||||
DNSIPAddress1=%%DNSIPAddress1();%%
|
||||
DNSIPAddress2=%%DNSIPAddress2();%%
|
||||
DDNSEnable=%%DDNSEnable();%%
|
||||
DDNSProvider=%%DDNSProvider();%%
|
||||
DDNSHostName=%%DDNSHostName();%%
|
||||
DDNSUserName=%%DDNSUserName();%%
|
||||
DDNSPassword=%%DDNSPassword();%%
|
||||
SecondHTTPPortEnable=%%SecondHTTPPortEnable();%%
|
||||
SecondHTTPPort=%%SecondHTTPPort();%%
|
||||
UPnPEnable=%%UPnPEnable();%%
|
||||
UPnPPortForwarding=%%UPnPPortForwarding();%%
|
||||
BonjourEnable=%%BonjourEnable();%%
|
||||
BonjourName=%%BonjourName();%%
|
Reference in New Issue
Block a user