unknown 2 years ago
parent
commit
3faeb5dfb2
2 changed files with 4 additions and 4 deletions
  1. 3 3
      KIT/CredPrompt/README.md
  2. 1 1
      KIT/IdleTime/README.md

+ 3 - 3
KIT/CredPrompt/README.md

@@ -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

+ 1 - 1
KIT/IdleTime/README.md

@@ -1,4 +1,4 @@
-# ListSecProducts
+# IdleTime
 Check current user activity based on the user's last input. Returns the time in format HH:MM:SS.