dEEpEst
☣☣ In The Depths ☣☣
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
- Joined
- Mar 29, 2018
- Messages
- 13,860
- Solutions
- 4
- Reputation
- 27
- Reaction score
- 45,546
- Points
- 1,813
- Credits
- 55,340
7 Years of Service
56%
Store a Powershell script in the pixels of an image
Syntax
Script
Syntax
Code:
# Provide Script to hide. Image to use. Where to save modified image. Path where picture is intended to be dropped off at and executed from.
Invoke-PixelScript -Script "\Desktop\calc.ps1" -Image "\Desktop\notSecret.png" -Out "$env:userprofile\downloads\out.png" -ExecPath "$env:userprofile\downloads\out.png"
Script