⚝
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 :
~
/
proc
/
self
/
root
/
usr
/
share
/
webmin
/
bacula-backup
/
View File Name :
fixpass.cgi
#!/usr/bin/perl # Update the password in bconsole.conf to match bacula-dir.conf require './bacula-backup-lib.pl'; &lock_file($bconsole_conf_file); $dirconf = &get_director_config(); $dirdir = &find("Director", $dirconf); $conconf = &get_bconsole_config(); $condir = &find("Director", $conconf); $dirpass = &find_value("Password", $dirdir->{'members'}); &save_directive($conconf, $condir, "Password", $dirpass, 1); &flush_file_lines(); &unlock_file($bconsole_conf_file); &webmin_log("fixpass"); &redirect("");