STEGNOGRAPHY - saranbhabu048/Cyber-Security-Placement-Training- GitHub Wiki

STEGNOGRAPH DAY-3

STEP-1 *Download a jpg file and create a text file.

image

STEP-2 *In command prompt and move the jpg file and text file in same directory.

STEP-3 *Enter the command :copy /b image.jpg+file.txt output.jpg

image

STEP-4 *Finally you can see the text file is copied to the image.

Nmap(basic scanning)

Step-1 *Select the target IP or url to scan(Nmap ).

Step-2 *Use -A command to start aggressive scan the target (Nmap -A ).

image

Step-3 *Aggressive scan gives more information than normal scanning.

Step-4 *Use -O to scan the taget “os”

image

Step-5 *Command (sudo nmap -O ).

⚠️ **GitHub.com Fallback** ⚠️