Linux server.serveridoramd.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
LiteSpeed
Server IP : 138.128.189.138 & Your IP : 216.73.216.158
Domains :
Cant Read [ /etc/named.conf ]
User : avisosenacribj05
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
cups /
filter /
Delete
Unzip
Name
Size
Permission
Date
Action
bannertopdf
65.28
KB
-rwxr-xr-x
2026-08-20 11:30
commandtoescpx
11.86
KB
-rwxr-xr-x
2026-08-20 11:30
commandtopclx
11.87
KB
-rwxr-xr-x
2026-08-20 11:30
foomatic-rip
115.88
KB
-rwxr-xr-x
2026-08-20 11:30
gstopdf
555
B
-rwxr-xr-x
2026-08-20 11:30
gstopxl
558
B
-rwxr-xr-x
2026-08-20 11:30
gstoraster
27.87
KB
-rwxr-xr-x
2026-08-20 11:30
imagetopdf
44.65
KB
-rwxr-xr-x
2026-08-20 11:30
imagetops
988
B
-rwxr-xr-x
2026-08-20 11:30
imagetoraster
57.99
KB
-rwxr-xr-x
2026-08-20 11:30
lftocrlf
3.48
KB
-rwxr-xr-x
2026-08-20 11:24
pdftopdf
175.96
KB
-rwxr-xr-x
2026-08-20 11:30
pdftops
44.95
KB
-rwxr-xr-x
2026-08-20 11:30
pdftoraster
41.11
KB
-rwxr-xr-x
2026-08-20 11:30
rastertoescpx
32.49
KB
-rwxr-xr-x
2026-08-20 11:30
rastertopclm
563
B
-rwxr-xr-x
2026-08-20 11:30
rastertopclx
36.56
KB
-rwxr-xr-x
2026-08-20 11:30
rastertopdf
98.24
KB
-rwxr-xr-x
2026-08-20 11:30
rastertops
16.48
KB
-rwxr-xr-x
2026-08-20 11:30
sys5ippprinter
32.63
KB
-rwxr-xr-x
2026-08-20 11:30
texttopdf
60.06
KB
-rwxr-xr-x
2026-08-20 11:30
texttops
982
B
-rwxr-xr-x
2026-08-20 11:30
texttotext
24.39
KB
-rwxr-xr-x
2026-08-20 11:30
Save
Rename
#!/bin/sh # gstopdf - Ghostscript-based PDF filter for CUPS # # Note: This is only a wrapper filter, the real work is done by gstoraster # # (C) 2012 Till Kamppeter <till.kamppeter@gmail.com> # # Released under GPL 2 or later # echo "DEBUG: gstopdf argv[$#] = $@" >&2 echo "DEBUG: PPD: $PPD" >&2 if [ $# -lt 5 -o $# -gt 6 ]; then echo "ERROR: gstopdf job-id user title copies options [file]" >&2 exit 1 fi # Read from given file. if [ -n "$6" ]; then exec <"$6" fi OUTFORMAT=PDF $CUPS_SERVERBIN/filter/gstoraster "$1" "$2" "$3" "$4" "$5"