From a618bd17bc99010d59e6699a1c13a3baebc098bf Mon Sep 17 00:00:00 2001 From: antonioCoco Date: Fri, 22 Mar 2019 15:37:53 +0100 Subject: [PATCH] fixed help in lateral_psexec module --- modules/lateral_psexec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lateral_psexec.py b/modules/lateral_psexec.py index 1d8d779..6056f2a 100644 --- a/modules/lateral_psexec.py +++ b/modules/lateral_psexec.py @@ -34,7 +34,7 @@ class Lateral_psexec(Module): In those cases, you need to use different credentials of a more privileged user in order to launch this module. Usage: - #lateral_psexec target_ip username password command [local_user] [local_password] [local_domain] + #lateral_psexec target_ip username password command [runas_system] [local_user] [local_password] [local_domain] Positional arguments: target_ip the ip of the remote server