From 910757d97e7bbab91466594b3bff5e4b2945f00d Mon Sep 17 00:00:00 2001 From: CPol Date: Sat, 24 Feb 2024 14:31:43 +0000 Subject: [PATCH] GITBOOK-4258: change request with no subject merged in GitBook --- .../macos-proces-abuse/macos-python-applications-injection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos-hardening/macos-security-and-privilege-escalation/macos-proces-abuse/macos-python-applications-injection.md b/macos-hardening/macos-security-and-privilege-escalation/macos-proces-abuse/macos-python-applications-injection.md index d6dc40216b4..c55e6156d78 100644 --- a/macos-hardening/macos-security-and-privilege-escalation/macos-proces-abuse/macos-python-applications-injection.md +++ b/macos-hardening/macos-security-and-privilege-escalation/macos-proces-abuse/macos-python-applications-injection.md @@ -16,7 +16,7 @@ Other ways to support HackTricks: ## Via `PYTHONWARNINGS` and `BROWSER` env variables -It's possible to alter both environmet variables to execute arbitarry code, for example: +It's possible to alter both environment variables to execute arbitrary code whenever python is called, for example: {% code overflow="wrap" %} ```bash