⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
webmin
/
virtualmin-awstats
/
Edit File: icon.cgi
#!/usr/bin/perl # Output an image for some AWStats domain use strict; use warnings; our (%text, %in, %config); require './virtualmin-awstats-lib.pl'; &ReadParse(); &can_domain($in{'config'}) || &error($text{'view_ecannot'}); my $path = $ENV{'PATH_INFO'}; $path =~ /\.\./ && &error($text{'view_epath'}); $path =~ /\0/ && &error($text{'view_epath'}); print "Content-type: ",&guess_mime_type($path),"\n\n"; no strict "subs"; &open_readfile(ICON, "$config{'icons'}$path"); while(<ICON>) { print $_; } close(ICON); use strict "subs";
Simpan