ヤミRoot VoidGate
User / IP
:
216.73.216.49
Host / Server
:
146.88.233.70 / www.dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
usr
/
share
/
zsh
/
5.0.2
/
functions
/
Viewing: match-word-context
# See if we can extend the word context to something more specific. # curcontext must be set to the base context by this point; it # will be appended to directly. emulate -L zsh setopt extendedglob local -a worcon bufwords local pat tag lastword word backword forword integer iword zstyle -a $curcontext word-context worcon || return 0 if (( ${#worcon} % 2 )); then zle -M "Bad word-context style in context $curcontext" return fi bufwords=(${(z)LBUFFER}) iword=${#bufwords} lastword=${bufwords[-1]} bufwords=(${(z)BUFFER}) if [[ $lastword = ${bufwords[iword]} ]]; then # If the word immediately left of the cursor is complete, # we're not on it for forward operations. forword=${bufwords[iword+1]} else # We're on a word. forword=${bufwords[iword]} fi backword=${bufwords[iword]} if [[ $curcontext = *back* ]]; then word=$backword else word=$forword fi for pat tag in "${worcon[@]}"; do if [[ $word = ${~pat} ]]; then curcontext+=":$tag" return fi done
Coded With 💗 by
0x6ick