|
|
@@ -1,12 +1,12 @@
|
|
|
-# AddTaskScheduler
|
|
|
-Start Windows credential prompt in an attempt to capture user credentials. Entered credentials are returned as output. The prompt is persistent so the victim can't cancel/close the prompt or enter an empty password. Any user attempt to do so is shown in the output. Finally, a timer is set on the prompt to make sure the beacon will return at some point.\n\n" .
|
|
|
+# CredPrompt
|
|
|
+Start Windows credential prompt in an attempt to capture user credentials. Entered credentials are returned as output. The prompt is persistent so the victim can't cancel/close the prompt or enter an empty password. Any user attempt to do so is shown in the output. Finally, a timer is set on the prompt to make sure the beacon will return at some point.
|
|
|
|
|
|
>For the duration of the prompt, the beacon is occupied so set a reasonable timer.
|
|
|
|
|
|
## Arguments
|
|
|
* `title`: a custom window title.
|
|
|
* `message`: a custom message set in the window.
|
|
|
-* `timer`: number in seconds after how long the prompt should auto close. Default is set to 60.
|
|
|
+* `timer`: number in seconds after how long the prompt should auto close. Default is set to `60`.
|
|
|
|
|
|
|
|
|
## Usage
|