- GRAYBYTE UNDETECTABLE CODES -

403Webshell
Server IP : 184.154.167.98  /  Your IP : 3.146.178.220
Web Server : Apache
System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
User : puertode ( 1767)
PHP Version : 8.2.26
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /bin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /bin/jimsh
ELF>p@�:@8@@@@hh��� �,�, �, DH �,�, �,   ���00���DDS�td���00P�td\\Q�tdR�td�,�, �, @@/lib64/ld-linux-x86-64.so.2 GNU��GNUGNU�v�iA�a��ߓ�/u.]���� !D")��w�BE��j	Cֻ�|:��K����2b���qXj�|��
���� ��Iw����f, ��U6f�X�; ��"�4 L0 F0 0 H 0 S�bpeLp/0 �zrP�$�libjim.so.0.77_ITM_deregisterTMCloneTable__gmon_start___ITM_registerTMCloneTableJim_NewStringObjJim_CreateInterpJim_InitStaticExtensionsJim_EvalFileJim_NewListObjJim_StringJim_InteractivePromptJim_MakeErrorMessageJim_FreeInterpJim_SetVariableStrJim_GetExitCodeJim_EvalJim_RegisterCoreCommandsJim_PackageProvideJim_EvalSourceJim_NewIntObjJim_SetVariableStrWithStrJim_ListAppendElementlibm.so.6libdl.so.2libc.so.6__printf_chkputsputchar__fprintf_chkstderr__cxa_finalizestrcmp__libc_start_main_edata__bss_start_end__libc_csu_finiJim_initjimshInit__data_start_IO_stdin_used__libc_csu_initusageGLIBC_2.3.4GLIBC_2.2.5�ti	xui	��, P�, �, �, �/ �/ �/ �/ �/ �/ / /  / (/ 0/ 8/ @/ H/ 	P/ 
X/ `/ 
h/ p/ x/ �/ �/ �/ �/ �/ �/ �/ �/ �/ �/ ��H��H�" H��t��H����5! �%! ��h�������h��������h�������h�������h�������h�������h�������h��q������h��a������h	��Q������h
��A������h��1������h��!������h
��������h��������h������h�������h��������h�������h�������h�������h�������h�������h��q�������%� D���%� D���%� D���%} D���%u D���%m D���%e D���%] D���%U D���%M D���%E D���%= D���%5 D���%- D���%% D���% D���% D���%
 D���% D���%� D���%� D���%� D���%� D���%� D��AVAUI��ATA��USL�6���H�^H�5H������Ņ��oH�5H������Ņ����G���H��H���L���H��������)L��H�5�H�����H��H�5�H�����H���I�mA��tH�5�H���s������i��H��H�����H�5�H��H���;���A�t$�I�UH���zI�uH������A�ă��Z1�A��@��A��tsH�����[��]A\A]A^��j���H��H���o���H�������u|L��H�5H�����A����H��H��H�5����H�����tJ��uMH���W������H���{�����M1�H�5l1������]���H���O�w���H���B1�1�H���H���~���A������H�:H�5HH���0���H���I�m���L���7���A�t$�I�UH���1I�uH������A�ă�tH�;����H���]������H�߽����fD��1�I��^H��H���PTL�VH�
�H�=X����: �H�=a H�Z H9�tH� H��t	�����H�=1 H�5* H)�H��H��H��?H�H�tH�� H��t��fD�����=� u+UH�=� H��tH�=� ����d����� ]������w����AWAVA��1�AUATUH��SH��1�H������I��E��~=A�F�A�����L�|�f�H�3D��H��H�����L��H��H�����L9�u�L��H��H�5*�9���Ic�H������H��H��H�5[H��]A\A]A^A_����@f.�SH�����H�;�/���H���[H��H�� H�81��~���@f.���S�MH��1�H�5��1��.���H�ڿ1�H�5�����H�ڿ1�H�5������
����H�=�����
���H�=a���H�=�����H�=�����H�=����H�=;���H�=����H�=�[���f.���S�H��H��H�5��@�����t�[�DH��H�
��[H�5��d���@��AWI��AVI��AUA��ATL�%4 UH�-4 SL)�H������H��t1��L��L��D��A��H��H9�u�H��[]A\A]A^A_Ðf.������H��H���argvargcjimsh version %d.%d
Usage: %s
Options:--version--helptcl_interactive-e1jim::argv0or   : %s [options] [filename]
Without options: Interactive mode         --version  : prints the version string         --help     : prints this text         -e CMD     : executes command CMD                      NOTE: all subsequent options will be passed as arguments to the command         [filename] : executes the script contained in the named file                      NOTE: all subsequent options will be passed to the script
1.0initjimshinitjimsh.tcl


proc _jimsh_init {} {
	rename _jimsh_init {}
	global jim::exe jim::argv0 tcl_interactive auto_path tcl_platform


	if {[exists jim::argv0]} {
		if {[string match "*/*" $jim::argv0]} {
			set jim::exe [file join [pwd] $jim::argv0]
		} else {
			foreach path [split [env PATH ""] $tcl_platform(pathSeparator)] {
				set exec [file join [pwd] [string map {\\ /} $path] $jim::argv0]
				if {[file executable $exec]} {
					set jim::exe $exec
					break
				}
			}
		}
	}


	lappend p {*}[split [env JIMLIB {}] $tcl_platform(pathSeparator)]
	if {[exists jim::exe]} {
		lappend p [file dirname $jim::exe]
	}
	lappend p {*}$auto_path
	set auto_path $p

	if {$tcl_interactive && [env HOME {}] ne ""} {
		foreach src {.jimrc jimrc.tcl} {
			if {[file exists [env HOME]/$src]} {
				uplevel #0 source [env HOME]/$src
				break
			}
		}
	}
	return ""
}

if {$tcl_platform(platform) eq "windows"} {
	set jim::argv0 [string map {\\ /} $jim::argv0]
}

_jimsh_init
;\
��h���Ph���xX�������H���4����h��������zRx���/D$4@�FJw�?:*3$"\��Dt�����B�B�G �B(�A0�D8�I@k8K0D(B BBB���2A�]�����E��<���zF�B�E �D(�A0�
(C BBBA4����LE�e
FPDT����eF�E�E �E(�H0�H8�G@n8A0A(B BBB����P�, ����

��, �, ���o@��
��. @��
�	���o���ox
���o�o 
���o�, �
 0@P`p�������� 0@P`GA$3a1�
�
GA$3s923�jGA$3a1��GA*`�GA$running gcc 8.3.1 20191121GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONSGA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realign
GA$3p923`GA$annobin gcc 8.3.1 20191121GA*
GA*GOW*�
GA$3p923 lGA*GA$annobin gcc 8.3.1 20191121GA$running gcc 8.3.1 20191121GA*GA*GA!
GA*FORTIFYGA+GLIBCXX_ASSERTIONS
GA*GOW*�GA*cf_protectionGA+omit_frame_pointerGA+stack_clashGA!stack_realign
GA$3p890p�GA$annobin gcc 8.3.1 20190507GA*
GA*GOW*EGA*�j
GA*FORTIFYGA+GLIBCXX_ASSERTIONS
GA*GOW*�GA+omit_frame_pointerGA+stack_clashGA!stack_realignGA*GA*GA!GA*cf_protectionjimsh-0.77-6.el8.x86_64.debug�xX�7zXZ�ִF!t/��G�]?�E�h=��ڊ�2N�$=V$��a�NPh���>�pK�l�vA?�G�'�%��w�3��;�����Q�,��Pbo���Ĵ��bA�\�0Ó����:�a�`:����>º�{*[%P?����0��Kep���TA&��
Yڮ����@pE2=�,�B������<ț`%�mڍ��7��3WD�-]��m�_����Ra�+�Q�>� ۽�o*τ.��r>|p�A����bڑq�o�9��bj*ZQ�gS�r� `�r*���)��4��#VC�b����ټR��[E�ܴ����zr�h�-����R��q���׺b��A����6G����SwdS�dC�׭�r�br��U�Yo��Y��Q`�gKy�Օ�[�D��p�.u�����㚈p����|? 9�W=��2����Xp�\��E�5)u�>�AU�e�Q��H�W�nn�/����G���ʑx����cH�(���?�QF,�l��שe���D5�-���
ɕ�n"�x���D��h��o��Kb���n���m�Y��VAV�:�`�^�9D��z�2�,�2z+;.&�$��<}�KH�Rd�����gC�����h�g>Et���W(�̀�Cg�f�T�_��!�V�W��1�f$�:��
6�K4/��������^��P'\�N�~r2Զɬ&<�m�#
��g�H�e������՗�l���L��Q~�+z�
����ā"�T�<�w���D��Q��|�@p1�ӥo:0����9� �=�
���m3��N�Ix:X0›�7�{Y�ʋ��kR]�À����
|�ٓ�̠OE�J�c�t�6!<S�'fj?yY^1a5��w�BQ��u|��J@f�6�$i�6��
�_P�C��t�4妅�`Z�M�� �f��g�YZ.shstrtab.interp.note.gnu.property.note.ABI-tag.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rela.dyn.rela.plt.init.plt.sec.text.fini.rodata.eh_frame_hdr.eh_frame.init_array.fini_array.data.rel.ro.dynamic.got.data.bss.gnu.build.attributes.gnu_debuglink.gnu_debugdata����0&�� 4$G���o@@\Q���Y���a���o 
 
Tn���ox
x
0}�
�
��B��@��
�
��
�
��pp��������
����\�hh���, �,��, �,��, �,��, �, ��. �.�0 00 0
0`0� �5$/�5��9>

Youez - 2016 - github.com/yon3zu
LinuXploit