Linux cyberpanel 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
LiteSpeed
: 160.191.175.3 | : 216.73.216.114
Cant Read [ /etc/named.conf ]
8.2.29
aodai6801
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
/
usr /
local /
CyberCP /
ftp /
migrations /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
0001_initial.py
1.49
KB
-rw-r--r--
__init__.py
0
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 0001_initial.py
# Generated by Django 4.2.14 on 2025-10-04 08:50 from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): initial = True dependencies = [ ('websiteFunctions', '0001_initial'), ] operations = [ migrations.CreateModel( name='Users', fields=[ ('id', models.AutoField(db_column='ID', primary_key=True, serialize=False)), ('user', models.CharField(db_column='User', max_length=32, unique=True)), ('password', models.CharField(db_column='Password', max_length=255)), ('uid', models.IntegerField(db_column='Uid')), ('gid', models.IntegerField(db_column='Gid')), ('dir', models.CharField(db_column='Dir', max_length=255)), ('quotasize', models.IntegerField(db_column='QuotaSize')), ('status', models.CharField(db_column='Status', max_length=1)), ('ulbandwidth', models.IntegerField(db_column='ULBandwidth')), ('dlbandwidth', models.IntegerField(db_column='DLBandwidth')), ('date', models.DateField(db_column='Date')), ('lastmodif', models.CharField(db_column='LastModif', max_length=255)), ('domain', models.ForeignKey(on_delete=django.db.models.deletion.CASCADE, to='websiteFunctions.websites')), ], options={ 'db_table': 'users', }, ), ]
Close