Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 18.191.150.27
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3.10 /
distutils /
__pycache__ /
Delete
Unzip
Name
Size
Permission
Date
Action
__init__.cpython-310.pyc
621
B
-rw-r--r--
2025-02-22 06:16
_msvccompiler.cpython-310.pyc
12.53
KB
-rw-r--r--
2024-02-16 18:45
archive_util.cpython-310.pyc
6.36
KB
-rw-r--r--
2024-02-16 18:45
bcppcompiler.cpython-310.pyc
6.34
KB
-rw-r--r--
2024-02-16 18:45
ccompiler.cpython-310.pyc
32.27
KB
-rw-r--r--
2024-02-16 18:45
cmd.cpython-310.pyc
13.57
KB
-rw-r--r--
2024-02-16 18:45
config.cpython-310.pyc
3.45
KB
-rw-r--r--
2024-02-16 18:45
core.cpython-310.pyc
6.45
KB
-rw-r--r--
2024-02-16 18:45
cygwinccompiler.cpython-310.pyc
8.26
KB
-rw-r--r--
2024-02-16 18:45
debug.cpython-310.pyc
197
B
-rw-r--r--
2024-02-16 18:45
dep_util.cpython-310.pyc
2.65
KB
-rw-r--r--
2024-02-16 18:45
dir_util.cpython-310.pyc
6.02
KB
-rw-r--r--
2024-02-16 18:45
dist.cpython-310.pyc
33.15
KB
-rw-r--r--
2024-02-16 18:45
errors.cpython-310.pyc
4.82
KB
-rw-r--r--
2024-02-16 18:45
extension.cpython-310.pyc
6.81
KB
-rw-r--r--
2024-02-16 18:45
fancy_getopt.cpython-310.pyc
10.33
KB
-rw-r--r--
2024-02-16 18:45
file_util.cpython-310.pyc
5.78
KB
-rw-r--r--
2024-02-16 18:45
filelist.cpython-310.pyc
9.6
KB
-rw-r--r--
2024-02-16 18:45
log.cpython-310.pyc
2.2
KB
-rw-r--r--
2024-02-16 18:45
msvc9compiler.cpython-310.pyc
17.1
KB
-rw-r--r--
2024-02-16 18:45
msvccompiler.cpython-310.pyc
14.38
KB
-rw-r--r--
2024-02-16 18:45
spawn.cpython-310.pyc
3.33
KB
-rw-r--r--
2024-02-16 18:45
sysconfig.cpython-310.pyc
7.59
KB
-rw-r--r--
2024-02-16 18:45
text_file.cpython-310.pyc
8.22
KB
-rw-r--r--
2024-02-16 18:45
unixccompiler.cpython-310.pyc
7.04
KB
-rw-r--r--
2024-02-16 18:45
util.cpython-310.pyc
15.27
KB
-rw-r--r--
2024-02-16 18:45
version.cpython-310.pyc
7.13
KB
-rw-r--r--
2025-02-22 06:16
versionpredicate.cpython-310.pyc
5.01
KB
-rw-r--r--
2024-02-16 18:45
Save
Rename
o ��bc|! � @ sF d Z ddlZddlmZ ddlZzddlZW n ey! dZY nw ddlmZ ddl m Z ddlmZ ddl mZ zddlmZ W n eyM dZY nw zdd lmZ W n eya dZY nw d d� Zdd � Z d#dd�Zd$dd�Zedgdfedgdfedgdfedgdfedgdfeg dfd�Zdd � Z d%d!d"�ZdS )&zodistutils.archive_util Utility functions for creating archive files (tarballs, zip files, that sort of thing).� N)�warn)�DistutilsExecError)�spawn)�mkpath)�log)�getpwnam)�getgrnamc C �L t du s| du r dS zt | �}W n ty d}Y nw |dur$|d S dS )z"Returns a gid, given a group name.N� )r �KeyError��name�result� r �-/usr/lib/python3.10/distutils/archive_util.py�_get_gid � �r c C r )z"Returns an uid, given a user name.Nr )r r r r r r �_get_uid+ r r �gzipc s2 dddddd�}dddd d �}|dur||� � vrtd��| d } |dkr-| |�|d�7 } ttj�| �|d� ddl} t� d� t ���t��� � ���fdd�}|sp| �| d|| �}z |j ||d� W |�� n|�� w |dkr�tdt� | || } tjdkr�|| | g}n|d| g}t||d� | S | S )a= Create a (possibly compressed) tar file from all the files under 'base_dir'. 'compress' must be "gzip" (the default), "bzip2", "xz", "compress", or None. ("compress" will be deprecated in Python 3.2) 'owner' and 'group' can be used to define an owner and a group for the archive that is being built. If not provided, the current owner and group will be used. The output tar file will be named 'base_dir' + ".tar", possibly plus the appropriate compression extension (".gz", ".bz2", ".xz" or ".Z"). Returns the output filename. �gz�bz2�xz� )r �bzip2r N�compressz.gzz.bz2z.xzz.Z)r r r r NzKbad value for 'compress': must be None, 'gzip', 'bzip2', 'xz' or 'compress'z.tarr ��dry_runr zCreating tar archivec s, � d ur � | _ �| _�d ur�| _�| _| S )N)�gid�gname�uid�uname)�tarinfo�r �group�ownerr r r �_set_uid_gida s z"make_tarball.<locals>._set_uid_gidzw|%s)�filterz'compress' will be deprecated.�win32z-f)�keys� ValueError�getr �os�path�dirname�tarfiler �infor r �open�add�closer �PendingDeprecationWarning�sys�platformr )� base_name�base_dirr �verboser r$ r# �tar_compression�compress_ext�archive_namer. r% �tar�compressed_name�cmdr r"