PATH:
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
defence360agent
/
wordpress
"""Constants for WordPress module.""" from pathlib import Path PLUGIN_PATH = Path("/usr/share/imunify360/wp-plugins/imunify-security.zip") PLUGIN_SLUG = "imunify-security" PLUGIN_VERSION_FILE = Path( "/usr/share/imunify360/wp-plugins/imunify-security.version" ) WP_CLI_WRAPPER_PATH = Path("/usr/share/imunify360/wp-plugins/wp-cli-wrapper")
[-] incident_parser.py
[open]
[+]
..
[+]
__pycache__
[-] proxy_auth.py
[open]
[-] site_repository.py
[open]
[-] changelog_processor.py
[open]
[-] wp_rules.py
[open]
[-] exception.py
[open]
[-] plugin.py
[open]
[-] incident_sender.py
[open]
[-] telemetry.py
[open]
[-] constants.py
[open]
[-] utils.py
[open]
[-] incident_collector.py
[open]
[-] __init__.py
[open]
[-] cli.py
[open]