Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
Python-3.10.14 /
PC /
layout /
Delete
Unzip
Name
Size
Permission
Date
Action
support
[ DIR ]
drwxr-xr-x
2024-03-19 22:46
__init__.py
0
B
-rw-r--r--
2024-03-19 22:46
__main__.py
357
B
-rw-r--r--
2024-03-19 22:46
main.py
19.71
KB
-rw-r--r--
2024-03-19 22:46
Save
Rename
import sys try: import layout except ImportError: # Failed to import our package, which likely means we were started directly # Add the additional search path needed to locate our module. from pathlib import Path sys.path.insert(0, str(Path(__file__).resolve().parent.parent)) from layout.main import main sys.exit(int(main() or 0))