OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
python311
/
lib
/
python3.11
/
site-packages
/
shellingham
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
01/09/2025 02:18:04 AM
rwxr-xr-x
📄
__init__.py
635 bytes
05/14/2024 03:18:15 PM
rw-r--r--
📁
__pycache__
-
05/14/2024 03:18:15 PM
rwxr-xr-x
📄
_core.py
300 bytes
05/14/2024 03:18:15 PM
rw-r--r--
📄
nt.py
4.41 KB
05/14/2024 03:18:15 PM
rw-r--r--
📁
posix
-
05/14/2024 03:18:15 PM
rwxr-xr-x
Editing: _core.py
Close
SHELL_NAMES = ( {"sh", "bash", "dash", "ash"} # Bourne. | {"csh", "tcsh"} # C. | {"ksh", "zsh", "fish"} # Common alternatives. | {"cmd", "powershell", "pwsh"} # Microsoft. | {"elvish", "xonsh", "nu"} # More exotic. ) class ShellDetectionFailure(EnvironmentError): pass