Linux ip-172-31-33-47 5.4.0-1045-aws #47~18.04.1-Ubuntu SMP Tue Apr 13 15:58:14 UTC 2021 x86_64
Apache/2.4.29 (Ubuntu)
: 172.31.33.47 | : 216.73.216.188
Cant Read [ /etc/named.conf ]
7.4.20
www-data
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
/
var /
www /
html /
amply /
templates /
[ HOME SHELL ]
Name
Size
Permission
Action
Default
[ DIR ]
drwxrwxr-x
Inventory
[ DIR ]
drwxrwxr-x
Orders
[ DIR ]
drwxrwxr-x
POS
[ DIR ]
drwxrwxr-x
Stock
[ DIR ]
drwxrwxr-x
Users
[ DIR ]
drwxrwxr-x
ajax
[ DIR ]
drwxrwxr-x
billing
[ DIR ]
drwxrwxr-x
security
[ DIR ]
drwxrwxr-x
user
[ DIR ]
drwxrwxr-x
base.html.twig
3.59
KB
-rw-rw-r--
base1.html.twig
9.78
KB
-rw-rw-r--
base2.html.twig
3.58
KB
-rw-rw-r--
empty.html.twig
1.78
KB
-rw-rw-r--
googleda794cd9937527d01.html
29
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : empty.html.twig
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Modal</title> {% block styles %} {# <link rel="stylesheet" href="{{ asset('css/bootstrap.min.css') }}"> #} <style> .content { height: 100%; } .content { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding-top: 40px; padding-bottom: 40px; background-color: #f5f5f5; } .modal { position: relative; padding: 0; } .modal a.close-modal { top: 0; right: 0; } .form-signin { width: 100%; max-width: 90%; padding: 15px; margin: auto; /*background: #ccc;*/ } .form-signin .checkbox { font-weight: 400; } .form-signin .form-control { position: relative; box-sizing: border-box; height: auto; padding: 10px; font-size: 16px; } .form-signin .form-control:focus { z-index: 2; } </style> {% endblock %} </head> <body> <div class="content"> {% block content %} {% endblock %} </div> {% block scripts %} <script> $(document).ready(function(){ $('.form-signin').on('submit', function(e){ e.preventDefault(); const $target = $(e.currentTarget); var serialized = $target.serializeArray() var details = {}; for(let i=0; i<serialized.length; i++){ details[serialized[i].name] = serialized[i].value; } fetch($target.attr('action'), { credentials: 'same-origin', method: 'POST', body: JSON.stringify(details) }) .then(response => response.json()) .then(json => { if (json.status === 'success') { window.location.reload(); } }) }) }); </script> {% endblock %} </body> </html>
Close