Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
python3 /
dist-packages /
boto /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-310.pyc
31.33
KB
-rw-r--r--
auth.cpython-310.pyc
28.84
KB
-rw-r--r--
auth_handler.cpython-310.pyc
1.5
KB
-rw-r--r--
compat.cpython-310.pyc
2.07
KB
-rw-r--r--
connection.cpython-310.pyc
32.05
KB
-rw-r--r--
endpoints.cpython-310.pyc
8.1
KB
-rw-r--r--
exception.cpython-310.pyc
17.35
KB
-rw-r--r--
handler.cpython-310.pyc
1.87
KB
-rw-r--r--
https_connection.cpython-310.p...
4.42
KB
-rw-r--r--
jsonresponse.cpython-310.pyc
4.27
KB
-rw-r--r--
plugin.cpython-310.pyc
1.81
KB
-rw-r--r--
provider.cpython-310.pyc
11.63
KB
-rw-r--r--
regioninfo.cpython-310.pyc
7.12
KB
-rw-r--r--
requestlog.cpython-310.pyc
1.74
KB
-rw-r--r--
resultset.cpython-310.pyc
4.61
KB
-rw-r--r--
storage_uri.cpython-310.pyc
30.2
KB
-rw-r--r--
utils.cpython-310.pyc
28.99
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : plugin.cpython-310.pyc
o ckF[� � @ sN d Z ddlZddlZddlZG dd� de�Zddd�Zdd� Zd a d d� Z dS ) a Implements plugin related api. To define a new plugin just subclass Plugin, like this. class AuthPlugin(Plugin): pass Then start creating subclasses of your new plugin. class MyFancyAuth(AuthPlugin): capability = ['sign', 'vmac'] The actual interface is duck typed. � Nc @ s e Zd ZdZg Zedd� �ZdS )�PluginzBase class for all plugins.c C s |D ] }|| j vr dS qdS )zMReturns true if the requested capability is supported by this plugin FT)� capability)�cls�requested_capability�c� r �-/usr/lib/python3/dist-packages/boto/plugin.py� is_capable1 s �zPlugin.is_capableN)�__name__� __module__�__qualname__�__doc__r �classmethodr r r r r r , s r c C s2 |sg }g }| � � D ]}|�|�r|�|� q |S �N)�__subclasses__r �append)r r �result�handlerr r r � get_plugin; s �r c C sf t j�| �\}}t j�|�\}}t�||g�\}} }zt�||| |�W |r*|�� S S |r2|�� w w r )�os�path�split�splitext�imp�find_module�load_module�close)�filenamer �name�ext�file�datar r r �_import_moduleE s � �r"