What is this?

supajason

Member
Messages
288
Reaction score
2
Points
18
Hello there!

I'm a little confussed about this:

Code:
<html>
<head>
<title>Status</title>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
</head>
host_name="<!-#nas.cgi$cifs_host_name-->";
group_name="<!-#nas.cgi$cifs_group_name-->";
sntp_time="<!-#man.cgi$sntp_time-->";
sntp_day0="<!-#man.cgi$sntp_year-->";
sntp_day1="<!-#man.cgi$sntp_month-->";
sntp_day2="<!-#man.cgi$sntp_date-->";
sntp_time0="<!-#man.cgi$sntp_hour-->";
sntp_time1="<!-#man.cgi$sntp_minute-->";
sntp_time2="<!-#man.cgi$sntp_second-->";
sntp_auto="<!-#man.cgi$radio_sntp_manager_enabled-->";
sntp_timeserver="<!-#man.cgi$sntp_user_define-->";
sntp_server="<!-#man.cgi$sntp_server-->";
sntp_zone="<!-#man.cgi$sntp_time_zone-->";
ip_addr="<!-#if.cgi$wan_ip-->";
dhcps_option="<!-#dhcps.cgi$radio_enabled-->";
firm_ver="<!-#status.cgi$fmver-->";
disk_id="<!-#nas.cgi$ide_mode-->";
free_size="<!-#nas.cgi$ide_available_size-->";
total_size="<!-#nas.cgi$ide_total_size-->";
lang_list="<!-#nas.cgi$nas_lang_list-->";
default_lang="<!-#nas.cgi$nas_lang-->";
ip_type="<!-#if.cgi$wan_type-->";
ip="<!-#if.cgi$wan_ip-->";
submask="<!-#if.cgi$wan_netmask-->";
gateway="<!-#if.cgi$wan_gateway-->";
pdns="<!-#status.cgi$pdns-->";
sdns="<!-#status.cgi$sdns-->";
share_list="<!-#nas.cgi$dir_list-->";
allow_share="<!-#nas.cgi$nas_list_pwd-->";
ftps_status="<!-#nas.cgi$ftps_status-->";
ftps_port="<!-#nas.cgi$ftps_server_port-->";
ftp_anon_stu="<!-#nas.cgi$radio_ftps_anonymous_enabled-->";
ftp_a_att="<!-#nas.cgi$radio_ftps_anonymous_ro-->";
ftps_home="<!-#nas.cgi$dir_list-->";
ftps_home_def="<!-#nas.cgi$ftps_anonymous_directory-->";
ftp_ac_list="<!-#nas.cgi$ftps_user_list-->";
ftps_account="<!-#nas.cgi$ftps_user_account-->";
ftps_account_passwd="<!-#nas.cgi$ftps_user_pass-->";
ftps_att="<!-#nas.cgi$radio_user_attrib_ro-->";
ftps_dir_list="<!-#nas.cgi$dir_list-->";
ftps_share_list="<!-#nas.cgi$ftps_share_list-->";
disk_idle_value="<!-#nas.cgi$ide_idle_time-->"; 
disk_fix_enable="<!-#nas.cgi$ide_fixdisk_enable-->";
disk_scan="<!-#nas.cgi$ide_scandisk_log-->";
</body>

</html>

It's the source of a webpage but i dont understand the "<!-#xxxxx.cgi$xxxxxxx-->";

Thanks :)
 

Scoochi2

New Member
Messages
185
Reaction score
0
Points
0
it certainly looks like something you weren't supposed to see ;)

Where did you find all that?
 
Top