⚝
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
/
fdisk
/
Edit File: fsck.cgi
#!/usr/bin/perl # fsck.cgi # Where the fsck command actually gets run require './fdisk-lib.pl'; &ReadParse(); &can_edit_disk($in{'dev'}) || &error($text{'fsck_ecannot'}); &ui_print_unbuffered_header(undef, $text{'fsck_title'}, ""); $cmd = &fsck_command($in{'type'}, $in{'dev'}); print "<b>",&text('fsck_exec', "<tt>$cmd</tt>"),"</b>\n"; print "<pre>\n"; &foreign_call("proc", "safe_process_exec_logged", $cmd, 0, 0, STDOUT, undef, 1); print "</pre>\n"; print "<b>... ",&fsck_error($?/256),"</b><p>\n"; &webmin_log("fsck", undef, $in{'dev'}, \%in); &ui_print_footer("", $text{'index_return'});
Simpan