From a8e289ee9ccd2d09f1bc327ea366b51f27255608 Mon Sep 17 00:00:00 2001 From: William Vu Date: Tue, 12 Nov 2019 02:46:18 -0600 Subject: [PATCH] Code-block env(1) --- .../modules/exploit/linux/http/pulse_secure_cmd_exec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/modules/exploit/linux/http/pulse_secure_cmd_exec.md b/documentation/modules/exploit/linux/http/pulse_secure_cmd_exec.md index 7630c2a2ad..a8a7d668f0 100644 --- a/documentation/modules/exploit/linux/http/pulse_secure_cmd_exec.md +++ b/documentation/modules/exploit/linux/http/pulse_secure_cmd_exec.md @@ -1,7 +1,7 @@ ## Introduction This module exploits a post-auth command injection in the Pulse Secure -VPN server to execute commands as root. The env(1) command is used to +VPN server to execute commands as root. The `env(1)` command is used to bypass application whitelisting and run arbitrary commands. Please see related module `auxiliary/gather/pulse_secure_file_disclosure`