⚝
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
/
thread-self
/
root
/
usr
/
share
/
webmin
/
sshd
/
View File Name :
save_sync.cgi
#!/usr/bin/perl # save_sync.cgi # Save options for the automatic setting up of SSH for new users require './sshd-lib.pl'; &ReadParse(); &lock_file("$module_config_directory/config"); $config{'sync_create'} = $in{'create'}; $config{'sync_auth'} = $in{'auth'}; $config{'sync_pass'} = $in{'pass'}; $config{'sync_type'} = $in{'type'}; #$config{'sync_gnupg'} = $in{'gnupg'}; &write_file("$module_config_directory/config", \%config); &unlock_file("$module_config_directory/config"); &redirect("");