⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.13
Server IP:
109.199.105.153
Server:
Linux connect.inboxifs.com 5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
webmin
/
quota
/
Edit File: edgrace.pl
#!/usr/bin/perl # edgrace.pl # Run by edquota to edit the grace times for some filesystem $no_acl_check++; $0 =~ /^(\S+)\//; chdir($1); require './quota-lib.pl'; $fs = $ENV{'QUOTA_FILESYS'}; $bt = $ENV{'QUOTA_BTIME'}; $bu = $ENV{'QUOTA_BUNITS'}; $ft = $ENV{'QUOTA_FTIME'}; $fu = $ENV{'QUOTA_FUNITS'}; $f = $ARGV[0]; open(FILE, "<".$f); while(<FILE>) { $qdata .= $_; } close(FILE); $nqdata = &edit_grace_file($qdata, $fs, $bt, $bu, $ft, $fu); open(FILE, ">$f"); print FILE $nqdata; close(FILE);
Simpan