⚝
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
/
pam
/
View File Name :
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 "
\n"; print "
\n"; print "
$text{'create_header'}
\n"; print "
\n"; print "
$text{'create_name'}
\n"; print "
\n"; print "
$text{'create_desc'}
\n"; print "
\n"; print "
$text{'create_mods'}
\n"; print "
$text{'create_0'}
\n"; print "
$text{'create_1'}
\n"; print "
$text{'create_2'}\n"; print "
\n"; print "
\n"; print "
\n"; &ui_print_footer("", $text{'index_return'});