shell bypass 403
UnknownSec Shell
:
/
lib
/
python3
/
dist-packages
/
sos
/
presets
/
__pycache__
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
__init__.cpython-312.pyc
� i��d� � � � d dl Z d dlZd dlmZ dZdZdZdZ G d� d� Zd Z d Z dZdZd Z dZ eddddd�� Ze ee e e e� �� e eee ee�� iZy)� N)� SoSOptionsz/etc/sos/presets.d�desc�note�argsc �` � e Zd ZdZdZdZdZ e� ZdZ d� Z d� Zddd e� fd�Zd� Z d � Zy) �PresetDefaultsa� Preset command line defaults to allow for quick reference to sets of commonly used options :param name: The name of the new preset :type name: ``str`` :param desc: A description for the new preset :type desc: ``str`` :param note: Note for the new preset :type note: ``str`` :param opts: Options set for the new preset :type opts: ``SoSOptions`` NTc � � d| j �d| j �d| j �dt | j � �d� S )zeReturn a human readable string representation of this ``PresetDefaults`` object. zname=z desc=z note=z opts=(�))�namer r �str�opts��selfs �6/usr/lib/python3/dist-packages/sos/presets/__init__.py�__str__zPresetDefaults.__str__4 s- � � ���D�I�I�t�y�y�#�d�i�i�.�B� C� c � � d| j �d| j �d| j �dt | j � �d� S )zgReturn a machine readable string representation of this ``PresetDefaults`` object. zPresetDefaults(name='z' desc='z' note='z' opts=(r )r r r �reprr r s r �__repr__zPresetDefaults.__repr__; s- � � ���D�I�I�t�y�y�$�t�y�y�/�C� Dr � c �<