__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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:

[email protected]: ~ $
�

�Цib2���dZddlZddlZddlZddlZddlZddgZee�Z	Gd�de
�ZGd�de
�Z			dd	�Z
			dd
�Zefd�ZGd�d
e�Zdd�Z		dd�Zefd�Zd�Zdd�Zedk(rMeej4�dkredej8��yej4d=eej4d�yy)aZrunpy.py - locating and running Python code using the module namespace

Provides support for locating and running Python scripts using the Python
module namespace instead of the native filesystem.

This allows Python code to play nicely with non-filesystem based PEP 302
importers when locating support scripts as well as when importing modules.
�N�
run_module�run_pathc�"�eZdZdZd�Zd�Zd�Zy)�_TempModulezCTemporarily replace a module in sys.modules with an empty namespacec�@�||_t|�|_g|_y�N)�mod_name�
ModuleType�module�
_saved_module��selfr	s  �/usr/lib/python3.12/runpy.py�__init__z_TempModule.__init__s�� ��
� ��*������c���|j}	|jjtj|�|jtj|<|S#t
$rY�*wxYwr)r	r�append�sys�modules�KeyErrorrr
s  r�	__enter__z_TempModule.__enter__!sZ���=�=��	����%�%�c�k�k�(�&;�<�!%������H������	��	�s�,A�	A%�$A%c���|jr2|jdtj|j<g|_ytj|j=g|_y�Nr)rrrr	�r�argss  r�__exit__z_TempModule.__exit__*sL�����)-�);�);�A�)>�C�K�K��
�
�&� ������D�M�M�*���rN)�__name__�
__module__�__qualname__�__doc__rrr�rrrrs��M� �
� rrc��eZdZd�Zd�Zd�Zy)�_ModifiedArgv0c�>�||_t�x|_|_yr)�value�object�_saved_value�	_sentinel)rr%s  rrz_ModifiedArgv0.__init__2s����
�-3�X�5���D�Nrc��|j|jurtd��tjd|_|j
tjd<y)NzAlready preserving saved valuer)r'r(�RuntimeErrorr�argvr%)rs rrz_ModifiedArgv0.__enter__6sA�����D�N�N�2��?�@�@��H�H�Q�K����j�j�����rc�`�|j|_|jtjd<yr)r(r%r'rr+rs  rrz_ModifiedArgv0.__exit__<s ���^�^��
��'�'�����rN)rrrrrrr!rrr#r#1s��6�!�(rr#c	���|�|j|�|�d}|}d}	n2|j}|j}|j}	|�|j}|j|||	d|||��t||�|S)z)Helper to run code in nominated namespaceN)r�__file__�
__cached__r �
__loader__�__package__�__spec__)�update�loader�origin�cached�parent�exec)
�code�run_globals�init_globalsr	�mod_spec�pkg_name�script_namer4�fnamer6s
          r�	_run_coder@As��������<�(��������������������������H����(�"'�$*�!%�$*�%-�"*�
�,�	��{���rc�.�|�|n|j}t|�5}t|�5|jj}t|||||||�ddd�ddd�j
�S#1swY�!xYw#1swYj
�SxYw)z5Helper to run code in new namespace with sys modifiedN)r5rr#r�__dict__r@�copy)	r9r;r	r<r=r>r?�temp_module�mod_globalss	         r�_run_module_coderF[s���$�+�K����E�	�X�	�=�+�~�e�/D�=�!�(�(�1�1���$��\��H�h��	=�=�=������
=�=��=������s"�A<�(A0�A<�0A9	�5A<�<Bc	��|jd�r|d��|jd�\}}}|rc	t|�t
jj|�}|�6t|d�s*ddl	m
}dj||��}|t|��	tjj|�}|�|d|z��|j,�0|dk(s|j'd�r|d��	|dz}
t/|
|�S|j0}|�|d|z��	|j3|�}|�|d|z��|||fS#t$rE}|j�-|j|k7r|j|jdz�s�Yd}~��Fd}~wwxYw#tt t"t$f$rT}	d}|j'd	�r|d
|dd�d|�d
�z
}||j|t)|	�j*|	��|	�d}	~	wwxYw#|$r&}|t
jvr�||�d|�d���d}~wwxYw#t$r}|t|��|�d}~wwxYw)N�.z#Relative module names not supported�__path__r)�warnz�{mod_name!r} found in sys.modules after import of package {pkg_name!r}, but prior to execution of {mod_name!r}; this may result in unpredictable behaviour)r	r=z:Error while finding module specification for {!r} ({}: {})z.pyz
. Try using '���z' instead of 'z' as the module name.zNo module named %s�__main__z	.__main__z%Cannot use package as __main__ modulez; z- is a package and cannot be directly executedz0%r is a namespace package and cannot be executedzNo code object available for %s)�
startswith�
rpartition�
__import__�ImportError�namerr�get�hasattr�warningsrJ�format�RuntimeWarning�	importlib�util�	find_spec�AttributeError�	TypeError�
ValueError�endswith�typer�submodule_search_locations�_get_module_detailsr4�get_code)
r	�errorr=�_�e�existingrJ�msg�spec�ex�
pkg_main_namer4r9s
             rr`r`is������3���9�:�:��(�(��-�N�H�a���	��x� ��;�;�?�?�8�,������*�(E�%��#�F�H�x�F�H�
�
���$�%�
I��~�~�'�'��1���|��(�8�3�4�4��&�&�2��z�!�X�%6�%6�{�%C��?�@�@�	G�$�{�2�M�&�}�e�<�<��[�[�F�
�~��F�CK�L�M�	M�&����x�(���|��5��@�A�A��T�4����g�	��v�v�~�!�&�&�H�"4� �+�+�A�F�F�S�L�9����
	��&
���J�?�I�K�����U�#��m�H�S�b�M�?�3� �z�!6�8�
9�C��C�J�J�x��b��):�):�B�?�@�b�H��I��"�	G��s�{�{�*���9:�H�F�G�
G��	G���&��F�1�I��A�%��&�s`�D:�F�,G;�H)�:	F�:F�F�G8�$AG3�3G8�;H&�!H!�!H&�)	I	�2I�I	c��eZdZdZy)�_ErrorzBError that _run_module_as_main() should report without a tracebackN)rrrr r!rrrkrk�s��Lrrkc�x�	|s|dk7rt|t�\}}}ntt�\}}}tjdj}|rjtjd<t|dd�S#t$r4}tj�d|��}tj
|�Yd}~��d}~wwxYw)a�Runs the designated module in the __main__ namespace

       Note that the executed module will have full access to the
       __main__ namespace. If this is not desirable, the run_module()
       function should be used to run the module code in a fresh namespace.

       At the very least, these variables in __main__ will be overwritten:
           __name__
           __file__
           __cached__
           __loader__
           __package__
    rLz: Nr)r`rk�_get_main_module_detailsr�
executable�exitrrBr5r+r@)r	�
alter_argvr<r9�excrf�main_globalss       r�_run_module_as_mainrs�s������Z�/�':�8�V�'L�$�H�h��'?��'G�$�H�h���;�;�z�*�3�3�L���o�o�������T�<����+�+��
���.�.�#�.������
�
���s�/A<�<	B9�*B4�4B9c�f�t|�\}}}|�|}|rt||||�St|i|||�S)u"Execute a module's code without importing it.

       mod_name -- an absolute module name or package name.

       Optional arguments:
       init_globals -- dictionary used to pre-populate the module’s
       globals dictionary before the code is executed.

       run_name -- if not None, this will be used for setting __name__;
       otherwise, __name__ will be set to mod_name + '__main__' if the
       named module is a package and to just mod_name otherwise.

       alter_sys -- if True, sys.argv[0] is updated with the value of
       __file__ and sys.modules[__name__] is updated with a temporary
       module object for the module being executed. Both are
       restored to their original values before the function returns.

       Returns the resulting module globals dictionary.
    )r`rFr@)r	r;�run_name�	alter_sysr<r9s      rrr�sI��* 3�8�<��H�h���������l�H�h�G�G���r�<��8�D�Drc�:�d}tj|}tj|=	t|�|tj|<S#t$r3}|t	|�vr |d|�dtj
d���|��d}~wwxYw#|tj|<wxYw)NrLzcan't find z module in r)rrr`rP�str�path)rb�	main_name�
saved_mainrqs    rrmrm�s���
�I����Y�'�J����I��,�"�9�-�",����I���
����C�� ��(�#�(�(�1�+�7�8�=@�
A�
��	��",����I��s#�
A�	B�.A=�=B�B�Bc�z�ddlm}tjj	tj
|��}t
j|�5}||�}ddd��=t
j|�5}t|j�|d�}ddd�||fS||fS#1swY�LxYw#1swY||fSxYw)Nr)�	read_coder8)
�pkgutilr}�osry�abspath�fsdecode�io�	open_code�compile�read)rur?r}�decoded_path�fr9s      r�_get_code_from_filer��s���!��7�7�?�?�2�;�;�u�#5�6�L�	���l�	#��q���|����|�
�\�\�,�
'�	4�1��1�6�6�8�U�F�3�D�	4���;��4��;��
���	4���;��s�	B"�6B.�"B+�.B:c
�8�|�d}|jd�d}ddlm}||�}t|t	d��rt||�\}}t
|||||��Stjjd|�	t�\}}	}t|�5}
t|�5|
jj}t|||||	|�j!�cddd�cddd�	tjj#|�S#t$$rYSwxYw#1swYnxYwddd�n#1swYnxYw	tjj#|�y#t$$rYywxYw#	tjj#|�w#t$$rYwwxYwxYw)uExecute code located at the specified filesystem location.

       path_name -- filesystem location of a Python script, zipfile,
       or directory containing a top level __main__.py script.

       Optional arguments:
       init_globals -- dictionary used to pre-populate the module’s
       globals dictionary before the code is executed.

       run_name -- if not None, this will be used to set __name__;
       otherwise, '<run_path>' will be used for __name__.

       Returns the resulting module globals dictionary.
    Nz
<run_path>rHr)�get_importer)r=r>)rNr~r��
isinstancer^r�rFrry�insertrmrr#rrBr@rC�remover\)�	path_namer;rur=r��importerr9r?r	r<rDrEs            rrrs��������"�"�3�'��*�H�$��I�&�H��(�D��J�'�*�(�I�>���e���l�H�)1�u�F�	F�
	������9�%�	�(@�'A�$�H�h���X�&�
I�+��	�*�
I�)�0�0�9�9�� ��{�L�$,�h��B�BF�$�&�	
I�
I�
I�
������	�*���
��
��
I�
I��
I�
I�
I��
������	�*���
��
��
������	�*���
��
�s��<E(�D,�!4D�	D,�	E(�(D�	D�D�D 	�D,�#	E(�,D5�1E(�9E�	E%�$E%�(F�*F
�	F�
	F�F�F�FrL�z!No module specified for execution)�file)NNNNN)T)NNF)NN)r r�importlib.machineryrW�importlib.utilr�r�__all__r^r
r&rr#r@rFrPr`�	Exceptionrkrsrrmr�rr�lenr+�print�stderrr!rr�<module>r�s�������	�	��*���
�#�Y�
� �&� �.
(�V�
(� /3�&*�)-��4)-�,0�/3��)4�; �zM�Y�M�+�8'+�(-�E�<$/�,�&
�/�d�z��
�3�8�8�}�q��
�1��
�
�C��H�H�Q�K��C�H�H�Q�K�(�
r

Filemanager

Name Type Size Permission Actions
__future__.cpython-312.pyc File 4.59 KB 0644
__hello__.cpython-312.pyc File 870 B 0644
_aix_support.cpython-312.pyc File 4.65 KB 0644
_collections_abc.cpython-312.pyc File 44.84 KB 0644
_compat_pickle.cpython-312.pyc File 7.05 KB 0644
_compression.cpython-312.pyc File 7.32 KB 0644
_distutils_system_mod.cpython-312.pyc File 7.63 KB 0644
_markupbase.cpython-312.pyc File 11.99 KB 0644
_osx_support.cpython-312.pyc File 17.32 KB 0644
_py_abc.cpython-312.pyc File 6.89 KB 0644
_pydatetime.cpython-312.pyc File 91.99 KB 0644
_pydecimal.cpython-312.pyc File 222.47 KB 0644
_pyio.cpython-312.pyc File 107.68 KB 0644
_pylong.cpython-312.pyc File 9.75 KB 0644
_sitebuiltins.cpython-312.pyc File 4.65 KB 0644
_strptime.cpython-312.pyc File 23.55 KB 0644
_sysconfigdata__linux_x86_64-linux-gnu.cpython-312.pyc File 57.28 KB 0644
_sysconfigdata__x86_64-linux-gnu.cpython-312.pyc File 57.27 KB 0644
_threading_local.cpython-312.pyc File 8.1 KB 0644
_weakrefset.cpython-312.pyc File 11.48 KB 0644
abc.cpython-312.pyc File 7.87 KB 0644
aifc.cpython-312.pyc File 41.86 KB 0644
antigravity.cpython-312.pyc File 1003 B 0644
argparse.cpython-312.pyc File 99.3 KB 0644
ast.cpython-312.pyc File 97.93 KB 0644
base64.cpython-312.pyc File 23.84 KB 0644
bdb.cpython-312.pyc File 36.48 KB 0644
bisect.cpython-312.pyc File 3.56 KB 0644
bz2.cpython-312.pyc File 14.78 KB 0644
cProfile.cpython-312.pyc File 8.39 KB 0644
calendar.cpython-312.pyc File 38.69 KB 0644
cgi.cpython-312.pyc File 39.29 KB 0644
cgitb.cpython-312.pyc File 16.93 KB 0644
chunk.cpython-312.pyc File 7.14 KB 0644
cmd.cpython-312.pyc File 18.18 KB 0644
code.cpython-312.pyc File 12.75 KB 0644
codecs.cpython-312.pyc File 41.28 KB 0644
codeop.cpython-312.pyc File 6.75 KB 0644
colorsys.cpython-312.pyc File 4.53 KB 0644
compileall.cpython-312.pyc File 20.02 KB 0644
configparser.cpython-312.pyc File 62.09 KB 0644
contextlib.cpython-312.pyc File 29.66 KB 0644
contextvars.cpython-312.pyc File 261 B 0644
copy.cpython-312.pyc File 9.57 KB 0644
copyreg.cpython-312.pyc File 7.24 KB 0644
crypt.cpython-312.pyc File 5.24 KB 0644
csv.cpython-312.pyc File 17.37 KB 0644
dataclasses.cpython-312.pyc File 43.63 KB 0644
datetime.cpython-312.pyc File 409 B 0644
decimal.cpython-312.pyc File 406 B 0644
difflib.cpython-312.pyc File 73.73 KB 0644
dis.cpython-312.pyc File 33.75 KB 0644
doctest.cpython-312.pyc File 103.21 KB 0644
enum.cpython-312.pyc File 78.82 KB 0644
filecmp.cpython-312.pyc File 14.32 KB 0644
fileinput.cpython-312.pyc File 19.8 KB 0644
fnmatch.cpython-312.pyc File 6.34 KB 0644
fractions.cpython-312.pyc File 35.81 KB 0644
ftplib.cpython-312.pyc File 41.64 KB 0644
functools.cpython-312.pyc File 39.56 KB 0644
genericpath.cpython-312.pyc File 6.66 KB 0644
getopt.cpython-312.pyc File 8.17 KB 0644
getpass.cpython-312.pyc File 6.69 KB 0644
gettext.cpython-312.pyc File 21.63 KB 0644
glob.cpython-312.pyc File 9.61 KB 0644
graphlib.cpython-312.pyc File 10.08 KB 0644
gzip.cpython-312.pyc File 31.26 KB 0644
hashlib.cpython-312.pyc File 7.9 KB 0644
heapq.cpython-312.pyc File 17.54 KB 0644
hmac.cpython-312.pyc File 10.45 KB 0644
imaplib.cpython-312.pyc File 61.42 KB 0644
imghdr.cpython-312.pyc File 6.78 KB 0644
inspect.cpython-312.pyc File 130.32 KB 0644
io.cpython-312.pyc File 4.04 KB 0644
ipaddress.cpython-312.pyc File 88.63 KB 0644
keyword.cpython-312.pyc File 1.02 KB 0644
linecache.cpython-312.pyc File 6.25 KB 0644
locale.cpython-312.pyc File 58.14 KB 0644
lzma.cpython-312.pyc File 15.48 KB 0644
mailbox.cpython-312.pyc File 109 KB 0644
mailcap.cpython-312.pyc File 10.89 KB 0644
mimetypes.cpython-312.pyc File 23.62 KB 0644
modulefinder.cpython-312.pyc File 27.29 KB 0644
netrc.cpython-312.pyc File 8.69 KB 0644
nntplib.cpython-312.pyc File 43.89 KB 0644
ntpath.cpython-312.pyc File 25.42 KB 0644
nturl2path.cpython-312.pyc File 2.96 KB 0644
numbers.cpython-312.pyc File 13.64 KB 0644
opcode.cpython-312.pyc File 14.37 KB 0644
operator.cpython-312.pyc File 16.96 KB 0644
optparse.cpython-312.pyc File 65.96 KB 0644
os.cpython-312.pyc File 42.46 KB 0644
pathlib.cpython-312.pyc File 60.64 KB 0644
pdb.cpython-312.pyc File 82.93 KB 0644
pickle.cpython-312.pyc File 74.39 KB 0644
pickletools.cpython-312.pyc File 79.23 KB 0644
pipes.cpython-312.pyc File 10.66 KB 0644
pkgutil.cpython-312.pyc File 19.49 KB 0644
platform.cpython-312.pyc File 40.63 KB 0644
plistlib.cpython-312.pyc File 40.32 KB 0644
poplib.cpython-312.pyc File 18.01 KB 0644
posixpath.cpython-312.pyc File 17.81 KB 0644
pprint.cpython-312.pyc File 28.78 KB 0644
profile.cpython-312.pyc File 22.01 KB 0644
pstats.cpython-312.pyc File 37.03 KB 0644
pty.cpython-312.pyc File 7.19 KB 0644
py_compile.cpython-312.pyc File 9.84 KB 0644
pyclbr.cpython-312.pyc File 14.54 KB 0644
pydoc.cpython-312.pyc File 139.6 KB 0644
queue.cpython-312.pyc File 14.39 KB 0644
quopri.cpython-312.pyc File 9.1 KB 0644
random.cpython-312.pyc File 32.38 KB 0644
reprlib.cpython-312.pyc File 9.68 KB 0644
rlcompleter.cpython-312.pyc File 8.09 KB 0644
runpy.cpython-312.pyc File 14.05 KB 0644
sched.cpython-312.pyc File 7.55 KB 0644
secrets.cpython-312.pyc File 2.5 KB 0644
selectors.cpython-312.pyc File 25.52 KB 0644
shelve.cpython-312.pyc File 12.61 KB 0644
shlex.cpython-312.pyc File 13.83 KB 0644
shutil.cpython-312.pyc File 66.52 KB 0644
signal.cpython-312.pyc File 4.34 KB 0644
site.cpython-312.pyc File 28.38 KB 0644
sitecustomize.cpython-312.pyc File 300 B 0644
smtplib.cpython-312.pyc File 47.09 KB 0644
sndhdr.cpython-312.pyc File 10.46 KB 0644
socket.cpython-312.pyc File 40.84 KB 0644
socketserver.cpython-312.pyc File 33.46 KB 0644
sre_compile.cpython-312.pyc File 625 B 0644
sre_constants.cpython-312.pyc File 628 B 0644
sre_parse.cpython-312.pyc File 621 B 0644
ssl.cpython-312.pyc File 61.53 KB 0644
stat.cpython-312.pyc File 5.11 KB 0644
statistics.cpython-312.pyc File 54.12 KB 0644
string.cpython-312.pyc File 11.21 KB 0644
stringprep.cpython-312.pyc File 24.57 KB 0644
struct.cpython-312.pyc File 325 B 0644
subprocess.cpython-312.pyc File 77.33 KB 0644
sunau.cpython-312.pyc File 24.83 KB 0644
symtable.cpython-312.pyc File 18.34 KB 0644
sysconfig.cpython-312.pyc File 29.3 KB 0644
tabnanny.cpython-312.pyc File 11.87 KB 0644
tarfile.cpython-312.pyc File 120.5 KB 0644
telnetlib.cpython-312.pyc File 27.76 KB 0644
tempfile.cpython-312.pyc File 46.23 KB 0644
textwrap.cpython-312.pyc File 17.86 KB 0644
this.cpython-312.pyc File 1.38 KB 0644
threading.cpython-312.pyc File 63.81 KB 0644
timeit.cpython-312.pyc File 14.52 KB 0644
token.cpython-312.pyc File 3.47 KB 0644
tokenize.cpython-312.pyc File 24.19 KB 0644
trace.cpython-312.pyc File 32.25 KB 0644
traceback.cpython-312.pyc File 50.32 KB 0644
tracemalloc.cpython-312.pyc File 26.28 KB 0644
tty.cpython-312.pyc File 2.61 KB 0644
turtle.cpython-312.pyc File 180.3 KB 0644
types.cpython-312.pyc File 14.59 KB 0644
typing.cpython-312.pyc File 138.54 KB 0644
uu.cpython-312.pyc File 7.63 KB 0644
uuid.cpython-312.pyc File 32.23 KB 0644
warnings.cpython-312.pyc File 23.23 KB 0644
wave.cpython-312.pyc File 31.33 KB 0644
weakref.cpython-312.pyc File 30.61 KB 0644
webbrowser.cpython-312.pyc File 25.74 KB 0644
xdrlib.cpython-312.pyc File 11.56 KB 0644
zipapp.cpython-312.pyc File 9.74 KB 0644
zipimport.cpython-312.pyc File 23.9 KB 0644
Filemanager