Uname:Linux server2.hostofiraq.site 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64

Base Dir : /home/iscmbt-kufa-atu/public_html

User : iscmbt-kufa-atu


403WebShell
403Webshell
Server IP : 89.117.53.150  /  Your IP : 216.73.216.11
Web Server : Apache
System : Linux server2.hostofiraq.site 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
User : iscmbt-kufa-atu ( 1014)
PHP Version : 8.2.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/webmin/fetchmail/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/webmin/fetchmail/start.cgi
#!/usr/bin/perl
# start.cgi
# Start the fetchmail daemon

require './fetchmail-lib.pl';
&ReadParse();
&error_setup($text{'start_err'});
$config{'config_file'} || $< || &error($text{'start_ecannot'});
$can_daemon || &error($text{'start_ecannot'});

if ($config{'start_cmd'}) {
	$out = &backquote_logged("$config{'start_cmd'} 2>&1");
	}
else {
	$in{'interval'} =~ /^\d+$/ || &error($text{'start_einterval'});
	$mda = " -m ".quotemeta($config{'mda_command'}) if ($config{'mda_command'});
	my $qinterval = quotemeta($in{'interval'});
	my $qconfig_file = quotemeta($config{'config_file'});
	if ($< == 0) {
		if ($config{'daemon_user'} eq 'root') {
			$out = &backquote_logged("$config{'fetchmail_path'} -d $qinterval -f $qconfig_file $mda 2>&1");
			}
		else {
			my $qdaemon_user = quotemeta($config{'daemon_user'});
			my $daemon_cmd = "$config{'fetchmail_path'} -d $qinterval -f $qconfig_file $mda";
			$out = &backquote_logged("su - $qdaemon_user -c ".quotemeta($daemon_cmd)." 2>&1");
			}
		}
	else {
		$out = &backquote_logged("$config{'fetchmail_path'} -d $qinterval $mda 2>&1");
		}
	}
if ($?) {
	&error("<tt>$out</tt>");
	}
&webmin_log("start", undef, undef, \%in);
&redirect("");


Youez - 2016 - github.com/yon3zu
LinuXploit