Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
xml-core /
examples /
Delete
Unzip
Name
Size
Permission
Date
Action
foo.postinst
1.23
KB
-rwxr-xr-x
2019-02-27 00:10
foo.postrm
726
B
-rwxr-xr-x
2019-02-27 00:10
foo.prerm
1.08
KB
-rwxr-xr-x
2019-02-27 00:10
foo.xmlcatalogs
231
B
-rw-r--r--
2019-02-27 00:10
Save
Rename
#!/bin/sh ## ---------------------------------------------------------------------- ## debian/postrm: postremoval script for foo ## ---------------------------------------------------------------------- ## ---------------------------------------------------------------------- ## Abort if any command returns an error value set -e ## -------------------------------------------------------------- ## Remove package XML catalog file if [ "$1" = "purge" ] then rm -f /etc/xml/foo.xml rm -f /etc/xml/foo.xml.old fi ## ---------------------------------------------------------------------- ## Automatically added sections #DEBHELPER# exit 0 ## ----------------------------------------------------------------------