From e5653e348dc0cfc23d6421c00799f7f8059ba4ce Mon Sep 17 00:00:00 2001 From: Matteo Malvica Date: Tue, 19 Mar 2019 10:52:07 +0100 Subject: [PATCH] Update splunk_upload_app_exec.md --- .../modules/exploit/multi/http/splunk_upload_app_exec.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/documentation/modules/exploit/multi/http/splunk_upload_app_exec.md b/documentation/modules/exploit/multi/http/splunk_upload_app_exec.md index 4eb9a5f2d5..ee58fedcc6 100644 --- a/documentation/modules/exploit/multi/http/splunk_upload_app_exec.md +++ b/documentation/modules/exploit/multi/http/splunk_upload_app_exec.md @@ -20,8 +20,6 @@ This module has been tested successfully against: 3. Set required variables (you will need admin credentials) 4. Do: ```SET LHOST [ip]``` 5. Do: ```SET RHOST [ip]``` - 6. Do: ```SET USERNAME admin``` - 7. Do: ```SET PASSWORD changeme``` 8. * If targeting linux or macos the payload ```cmd/unix/reverse_python``` will be automatically selected. * If targeting windows the payload ```cmd/windows/adduser``` will be automatically selected.