OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
python311
/
lib
/
python3.11
/
site-packages
/
pyroute2
/
remote
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/14/2024 03:18:01 PM
rwxr-xr-x
📄
__init__.py
206 bytes
05/14/2024 03:18:01 PM
rw-r--r--
📄
__main__.py
111 bytes
05/14/2024 03:18:01 PM
rw-r--r--
📁
__pycache__
-
05/14/2024 03:18:02 PM
rwxr-xr-x
📄
iproute.py
4.43 KB
05/14/2024 03:18:01 PM
rw-r--r--
📄
shell.py
2.04 KB
05/14/2024 03:18:01 PM
rw-r--r--
📄
transport.py
11.62 KB
05/14/2024 03:18:01 PM
rw-r--r--
Editing: __init__.py
Close
try: from .iproute import RemoteIPRoute except ImportError: from pyroute2.common import failed_class RemoteIPRoute = failed_class('mitogen library is not installed') classes = [RemoteIPRoute]