ok guys most of you would be already knowing the trick to hide a zip file at the end of a jpg file by using
copy /b file1.jpg+file2.zip final.jpg
where the final.jpg when opened works as jpg file , when renamed to file2.zip works as zip file..
so we can hide some zip files in jpg files...
but how to hide a zip file in the same way in another file format for example a .avi/.mp4 etc ??
cos i found only the jpg and zip combo working not the avi and zip combo..
when used avi zip combo it just gives the final avi file working but when renamed to zip doesn't opens zip , hence this combo is invalid..
is there any other way to combine the files so that the video works and other file remains hidden ?? maybe combining somehow and then using hex editor to split the files ??
copy /b file1.jpg+file2.zip final.jpg
where the final.jpg when opened works as jpg file , when renamed to file2.zip works as zip file..
so we can hide some zip files in jpg files...
but how to hide a zip file in the same way in another file format for example a .avi/.mp4 etc ??
cos i found only the jpg and zip combo working not the avi and zip combo..
when used avi zip combo it just gives the final avi file working but when renamed to zip doesn't opens zip , hence this combo is invalid..
is there any other way to combine the files so that the video works and other file remains hidden ?? maybe combining somehow and then using hex editor to split the files ??