Linux linux7.web4world.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
: 199.38.113.107 | : 216.73.216.178
Cant Read [ /etc/named.conf ]
?5.6.40
siddhapu
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
lib /
python2.7 /
site-packages /
iniparse /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.py
1.08
KB
-rw-r--r--
__init__.pyc
945
B
-rw-r--r--
__init__.pyo
945
B
-rw-r--r--
compat.py
11.82
KB
-rw-r--r--
compat.pyc
12.54
KB
-rw-r--r--
compat.pyo
12.54
KB
-rw-r--r--
config.py
8.11
KB
-rw-r--r--
config.pyc
9.37
KB
-rw-r--r--
config.pyo
9.37
KB
-rw-r--r--
ini.py
20.17
KB
-rw-r--r--
ini.pyc
19.94
KB
-rw-r--r--
ini.pyo
19.94
KB
-rw-r--r--
utils.py
1.24
KB
-rw-r--r--
utils.pyc
1.39
KB
-rw-r--r--
utils.pyo
1.39
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : __init__.py
# Copyright (c) 2001, 2002, 2003 Python Software Foundation # Copyright (c) 2004-2008 Paramjit Oberoi <param.cs.wisc.edu> # Copyright (c) 2007 Tim Lauridsen <tla@rasmil.dk> # All Rights Reserved. See LICENSE-PSF & LICENSE for details. from ini import INIConfig, change_comment_syntax from config import BasicConfig, ConfigNamespace from compat import RawConfigParser, ConfigParser, SafeConfigParser from utils import tidy from ConfigParser import DuplicateSectionError, \ NoSectionError, NoOptionError, \ InterpolationMissingOptionError, \ InterpolationDepthError, \ InterpolationSyntaxError, \ DEFAULTSECT, MAX_INTERPOLATION_DEPTH __all__ = [ 'BasicConfig', 'ConfigNamespace', 'INIConfig', 'tidy', 'change_comment_syntax', 'RawConfigParser', 'ConfigParser', 'SafeConfigParser', 'DuplicateSectionError', 'NoSectionError', 'NoOptionError', 'InterpolationMissingOptionError', 'InterpolationDepthError', 'InterpolationSyntaxError', 'DEFAULTSECT', 'MAX_INTERPOLATION_DEPTH', ]
Close