[ Avaa Bypassed ]




Upload:

Command:

www-data@18.224.200.110: ~ $
#!/bin/sh
if [ $# -lt 6 ]; then
  IN=-_
else
  IN="$6"
fi

TMPFILE=`mktemp /tmp/pstotiff.XXXXXX` || exit 1
gs -I/usr/share/cups/fonts -sDEVICE=tiffg4 -dMaxStripSize=0 -r204x196 \
    -dNOPAUSE -dBATCH -dSAFER -dPARANOIDSAFER \
   -dSHORTERRORS -dWRITESYSTEMDICT -dGHOSTSCRIPT \
   -sstdout=%stderr -sOutputFile="$TMPFILE" "$IN"
RET=$?
cat "$TMPFILE"
rm -f "$TMPFILE"
exit $RET

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
__init__.py File 806 B 0644
coverpages.py File 22.21 KB 0644
fax.py File 31.45 KB 0644
faxdevice.py File 2.57 KB 0644
ledmfax.py File 34.01 KB 0644
ledmsoapfax.py File 3.63 KB 0644
marvellfax.py File 36.16 KB 0644
pmlfax.py File 42.05 KB 0644
pstotiff File 377 B 0644
pstotiff.convs File 778 B 0644
pstotiff.types File 2.04 KB 0644
soapfax.py File 28.37 KB 0644