mirror of
https://github.com/bvanroll/college-pentesting.git
synced 2025-08-29 20:12:41 +00:00
11 lines
512 B
Perl
11 lines
512 B
Perl
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();%% |