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:
11
verb/fs.etc_ro.web/web/cgi/inetwork.cgi
Normal file
11
verb/fs.etc_ro.web/web/cgi/inetwork.cgi
Normal file
@@ -0,0 +1,11 @@
|
||||
IPAddress=%%CurrentIPAddress();%%
|
||||
SubnetMask=%%CurrentSubnetMask();%%
|
||||
DefaultGateway=%%CurrentDefaultGateway();%%
|
||||
PrimaryDNSAddress=%%DNSIPAddress1();%%
|
||||
SecondaryDNSAddress=%%DNSIPAddress2();%%
|
||||
DynamicDNS=%%StatusOfDynamicDNS();%%
|
||||
SecondaryHTTPPort=%%StringOfSecondHTTPPortEnable();%% (Port : %%SecondHTTPPort();%%)
|
||||
UPnP=%%StringOfUPnPEnable();%% (IP : %%GotIPFromUpnp();%%)
|
||||
UPnPPortForwarding=%%StatusOfUPnPPortForwarding();%%
|
||||
BonjourEnable=%%StringOfBonjourEnable();%%
|
||||
BonjourName=%%BonjourName();%%
|
Reference in New Issue
Block a user