https://github.com/thoughtfuldev/psimage-delivery
Use Invoke-PSImage to deliver a payload in an Image
https://github.com/thoughtfuldev/psimage-delivery
go image payload powershell social-engineering-attacks
Last synced: 10 months ago
JSON representation
Use Invoke-PSImage to deliver a payload in an Image
- Host: GitHub
- URL: https://github.com/thoughtfuldev/psimage-delivery
- Owner: ThoughtfulDev
- Created: 2017-12-19T20:03:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T19:36:52.000Z (about 8 years ago)
- Last Synced: 2025-04-18T06:51:08.370Z (10 months ago)
- Topics: go, image, payload, powershell, social-engineering-attacks
- Language: PowerShell
- Homepage:
- Size: 320 KB
- Stars: 52
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Invoke-PSImage Delivery (alias: Kira)
║ K I R A
╔════════ ╗
║████████ ║
║УA†нηΘ†E║
║████████ ║
║████████ ║
║████████ ║
║████████ ║
╚════════
## What does this do?
**Embed a Powershell base64 encoded Shellcode into an Image (Invoke-PSImage) an generate a Downloader for this Image. The Downloader will download the Image, extract the Shellcode and run it. Then it will delete itself and show the Image**
## Using
**Tested with Python 3.5 - ONLY WINDOWS SUPPORTED**
Make sure that your Image is at least 720p (so that the payload can fit into the Image).
On Windows install *GOLang* and add it to your path.
```
$ pip install -r requirements.txt
$ python kira.py -img
```
Then follow the Instructions of the Script.
# Tools used
[Invoke-PSImage](https://github.com/peewpw/Invoke-PSImage) - *Huge Props to this dude*
[rcedit](https://github.com/electron/rcedit)