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:
17
verb/fs.etc_ro.web/cgi/datetime.cgi
Normal file
17
verb/fs.etc_ro.web/cgi/datetime.cgi
Normal file
@@ -0,0 +1,17 @@
|
||||
DateTimeMode=%%DateTimeMode();%%
|
||||
TimeServerIPAddress=%%TimeServerIPAddress();%%
|
||||
TimeServerProtocol=%%TimeServerProtocol();%%
|
||||
TimeZone=%%TimeZone();%%
|
||||
TimeZoneIndex=%%TimeZoneIndex();%%
|
||||
Date=%%Date();%%
|
||||
Time=%%Time();%%
|
||||
DSTEnable=%%DSTEnable();%%
|
||||
DSTOffset=%%DSTOffset();%%
|
||||
DSTStartMonth=%%DSTStartMonth();%%
|
||||
DSTStartWeek=%%DSTStartWeek();%%
|
||||
DSTStartDay=%%DSTStartDay();%%
|
||||
DSTStartTime=%%DSTStartTime();%%
|
||||
DSTEndMonth=%%DSTEndMonth();%%
|
||||
DSTEndWeek=%%DSTEndWeek();%%
|
||||
DSTEndDay=%%DSTEndDay();%%
|
||||
DSTEndTime=%%DSTEndTime();%%
|
Reference in New Issue
Block a user