Skip to content

Store env variables securely in images using steganography

Notifications You must be signed in to change notification settings

ersinesen/visualenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Visualenv

Store your env variables securely in images using steganography.

Octomim is used as backend service to embed and extract hidden data.

Sample

Embed

PS D:\Projects\visualenv\windows> .\embed.ps1
Creating stego image
Response Time: 2113 ms
Getting stego image 87g2k1f086.png

Extract

PS D:\Projects\visualenv\windows> .\extract.ps1 87g2k1f086.png
Extracting hidden env variables using: 87g2k1f086.png
Requesting URL: https://192.168.11.111:8443/api/stego/extract/text
Request Body: {
    "file":  "87g2k1f086.png"
}
{"text":"__PSLockDownPolicy=0
ALLUSERSPROFILE=C:\ProgramData
APPDATA=C:\Users\ersin.esen\AppData\Roaming
CommonProgramFiles=C:\Program Files\Common Files
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
CommonProgramW6432=C:\Program Files\Common Files
...

About

Store env variables securely in images using steganography

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published