shell bypass 403
UnknownSec Shell
:
/
usr
/
share
/
apport
/
general-hooks
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
wayland_session.py
"""Detect if the current session is running under Wayland.""" import os def add_info(report, unused_ui): """Add a tag if current session is running under Wayland.""" if os.environ.get("WAYLAND_DISPLAY"): report.add_tags(["wayland-session"])
© 2026 UnknownSec