Linux cyberpanel 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
LiteSpeed
: 160.191.175.3 | : 216.73.216.2
Cant Read [ /etc/named.conf ]
8.2.29
aodai6801
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 /
gdb /
python /
gdb /
__pycache__ /
[ HOME SHELL ]
Name
Size
Permission
Action
FrameDecorator.cpython-310.pyc
7.14
KB
-rw-r--r--
FrameIterator.cpython-310.pyc
1.2
KB
-rw-r--r--
__init__.cpython-310.pyc
5.77
KB
-rw-r--r--
frames.cpython-310.pyc
5.32
KB
-rw-r--r--
printing.cpython-310.pyc
8.63
KB
-rw-r--r--
prompt.cpython-310.pyc
3.36
KB
-rw-r--r--
types.cpython-310.pyc
4.75
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : prompt.cpython-310.pyc
o ̴6b~ � @ s� d Z ddlZddlZdd� Zdd� Zdd� Zd d � Zdd� Zd d� Zdd� Z dd� Z dd� Zdd� Zdd� Z dd� Zee e eeeeeee ed�Zdd� Zdd� ZdS ) z# Extended prompt library functions.� Nc C s t �� S )zThe current working directory.)�os�getcwd)�ignore� r �#/usr/share/gdb/python/gdb/prompt.py�_prompt_pwd s r c C sf |du r|}z| � }W n t jy d| Y S w t||�r-t||�}t|�r+|� }|S d||f S )z,Internal worker for fetching GDB attributes.Nz<no %s>z<no attribute %s on current %s>)�gdb�error�hasattr�getattr�callable)�func�what�attr�nattr�obj�resultr r r �_prompt_object_attr s � r c C � t tjd| d�S )z8The selected frame; an argument names a frame parameter.�frame�name)r r �selected_frame�r r r r � _prompt_frame- � r c C r )z:The selected thread; an argument names a thread parameter.�thread�num)r r �selected_threadr r r r �_prompt_thread2 r r c C s t jS )zThe version of GDB.)r �VERSIONr r r r �_prompt_version7 s r c C � dS )zThe ESC character.�r r r r r �_prompt_esc<