gitextract_qo928k60/ ├── .github/ │ └── FUNDING.yml ├── FAQs.md ├── Payloads/ │ ├── Debug/ │ │ └── Debug.ps1 │ ├── Flip-ADV-Recon/ │ │ ├── ADV-Recon.ps1 │ │ ├── ADV-Recon.txt │ │ └── README.md │ ├── Flip-ADV-RickRoll/ │ │ ├── ADV-RickRoll.txt │ │ ├── ReadMe.md │ │ ├── StageOne.txt │ │ └── rr.ps1 │ ├── Flip-AcidBurn/ │ │ ├── AcidBurn.ps1 │ │ ├── AcidBurn.txt │ │ └── README.md │ ├── Flip-BrowserData/ │ │ ├── README.md │ │ ├── browserData.ps1 │ │ └── browserData.txt │ ├── Flip-Credz-Plz/ │ │ ├── Credz-Plz-Execute.txt │ │ ├── Credz-Plz.ps1 │ │ └── README.md │ ├── Flip-EvilGoose/ │ │ ├── EvilGoose.txt │ │ ├── ReadMe.md │ │ └── placeholder │ ├── Flip-IP-Grabber/ │ │ ├── IP-Grabber.ps1 │ │ ├── IP-Grabber.txt │ │ └── ReadMe.md │ ├── Flip-JumpScare/ │ │ ├── JumpScare.ps1 │ │ ├── JumpScare.txt │ │ └── README.md │ ├── Flip-JumpScare-2.0/ │ │ ├── JumpScare2.0.txt │ │ └── ReadMe.md │ ├── Flip-Keylogger/ │ │ ├── README.md │ │ ├── keylogger.ps1 │ │ └── keylogger.txt │ ├── Flip-MustSub/ │ │ ├── MustSub-Execute.txt │ │ ├── MustSub.ps1 │ │ └── Readme.md │ ├── Flip-PS-Draw/ │ │ ├── Images/ │ │ │ └── images │ │ ├── PS-Custom-Draw.ps1 │ │ ├── PS-Draw.ps1 │ │ ├── PS-Draw.txt │ │ └── README.md │ ├── Flip-PineApple/ │ │ ├── PineApple-KeyInjection.txt │ │ ├── PineApple.ps1 │ │ ├── PineApple.txt │ │ └── README.md │ ├── Flip-Play-WAV/ │ │ ├── Play-WAV.ps1 │ │ ├── Play-WAV.txt │ │ └── README.md │ ├── Flip-Rage-PopUps/ │ │ ├── Rage-PopUps.ps1 │ │ └── Rage-PopUps.txt │ ├── Flip-ShortcutJacker/ │ │ ├── README.md │ │ ├── Shortcut-Jacker-Execute.txt │ │ └── Shortcut-Jacker.ps1 │ ├── Flip-Subscribe/ │ │ ├── README.md │ │ ├── Subscribe.ps1 │ │ └── Subscribe.txt │ ├── Flip-WallPaper-URL/ │ │ ├── ReadMe.md │ │ ├── Wallpaper-URL.ps1 │ │ └── Wallpaper-URL.txt │ ├── Flip-Wallpaper-Troll/ │ │ ├── README.md │ │ ├── Wallpaper-Troll.ps1 │ │ └── Wallpaper-Troll.txt │ ├── Flip-We-Found-You/ │ │ ├── README.md │ │ ├── We-Found-You.txt │ │ └── found-you.ps1 │ ├── Flip-WifiGrabber/ │ │ ├── README.md │ │ ├── WifiGrabber.ps1 │ │ └── WifiGrabber.txt │ ├── Flip-YT-Tripwire/ │ │ ├── ReadMe.md │ │ └── YouTube-TripWire.txt │ ├── Scripts/ │ │ └── WifiPasswords.ps1 │ ├── VoiceLogger/ │ │ ├── VL.ps1 │ │ ├── VoiceLogger.txt │ │ └── readme.md │ └── test.txt ├── README.md ├── index.html └── unload.ps1