HEX
Server: Apache
System: Linux viper.innovativeinternet.net 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64
User: thetradingroom (1095)
PHP: 8.3.25
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //ibin/phone
#!/usr/bin/perl

#system("pico /ibin/domaininfo/config/dns/local-host-names");
#system("pico /ibin/domaininfo/config/dns/virtusertable");
#system("pico -ewb /ibin/domaininfo/config/dns/virtual");

if(!$ARGV[0]) {

	system("tail -n 50 /var/log/phone.log");	

} else {

	system("tail -f -n 50 /var/log/phone.log");

}