⚝
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
/
postgresql
/
View File Name :
download.cgi
#!/usr/bin/perl # download.cgi # Output the contents of a blob field if (-r 'mysql-lib.pl') { require './mysql-lib.pl'; } else { require './postgresql-lib.pl'; } &ReadParse(); &can_edit_db($in{'db'}) || &error($text{'dbase_ecannot'}); @str = &table_structure($in{'db'}, $in{'table'}); # Get search and limiting SQL ($search, $searchhids, $searchargs) = &get_search_args(\%in); $limitsql = &get_search_limit(\%in); ($sortsql, $sorthids, $sortargs) = &get_search_sort(\%in); $d = &execute_sql($in{'db'}, "select * from "."e_table($in{'table'})." $search $sortsql $limitsql"); # Work out the MIME type based on the data $data = $d->{'data'}->[$in{'row'}]->[$in{'col'}]; if ($data =~ /^\s*(