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 : activate.nu
# Setting all environment variables for the venv let path-name = (if ((sys).host.name == "Windows") { "Path" } { "PATH" }) let virtual-env = "/usr/local/bin/dhwp/env" let bin = "bin" let path-sep = ":" let old-path = ($nu.path | str collect ($path-sep)) let venv-path = ([$virtual-env $bin] | path join) let new-path = ($nu.path | prepend $venv-path | str collect ($path-sep)) # environment variables that will be batched loaded to the virtual env let new-env = ([ [name, value]; [$path-name $new-path] [_OLD_VIRTUAL_PATH $old-path] [VIRTUAL_ENV $virtual-env] ]) load-env $new-env # Creating the new prompt for the session let virtual_prompt = (if ("|> dhwp <| " != "") { "(|> dhwp <| ) " } { (build-string '(' ($virtual-env | path basename) ') ') } ) # If there is no default prompt, then only the env is printed in the prompt let new_prompt = (if ( config | select prompt | empty? ) { ($"build-string '($virtual_prompt)'") } { ($"build-string '($virtual_prompt)' (config get prompt | str find-replace "build-string" "")") }) let-env PROMPT_COMMAND = $new_prompt # We are using alias as the function definitions because only aliases can be # removed from the scope alias pydoc = python -m pydoc alias deactivate = source "/usr/local/bin/dhwp/env/bin/deactivate.nu"
Close