Jump to content



Photo

Steganography Script - jpgs in rtfs


  • Please log in to reply
3 replies to this topic

#1 boththose

boththose

    that means two things

  • Active Members
  • PipPipPipPipPipPip
  • 888 posts

Posted 08 May 2012 - 08:38 PM

http://www.codematterings.com/uncategorized/autoit-corner

Edited by boththose, 28 June 2012 - 12:38 PM.

  • Xandy likes this
Spoiler





#2 boththose

boththose

    that means two things

  • Active Members
  • PipPipPipPipPipPip
  • 888 posts

Posted 11 May 2012 - 02:39 PM

updated first post with link.

Edited by boththose, 28 June 2012 - 12:39 PM.

Spoiler

#3 BrewManNH

BrewManNH

    באָבקעס מיט קודוצ׳ה

  • MVPs
  • 6,846 posts

Posted 11 May 2012 - 04:32 PM

You can always append them to the end of the RTF file, and it won't be seen when opened. Then to extract the picture do a search for the characters FFD8FFE0, which signals the start of the jpg file and extract everything from there to the end of the file. Not sure how well that would work, but it's a thought.

How to ask questions the smart way!

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.

Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.

_FileGetProperty - Retrieve the properties of a file SciTE Toolbar - A toolbar demo for use with the SciTE editorGUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.

GUIToolTip UDF Demo - Demo script to show how to use the GUIToolTip UDF to create and use customized tooltips.

Posted Image


#4 boththose

boththose

    that means two things

  • Active Members
  • PipPipPipPipPipPip
  • 888 posts

Posted 11 May 2012 - 05:31 PM

I believe that is what I am currently doing in the above example. (though just grabbing all following might be faster than grabbing them individually as it stands now). My thought is if I could scatter the zero-width characters, then I could also create an index and scatter them randomly, masking the payload even further.

If I have misunderstood you I apologize, this is my first exploring in bytes-->bits-->chars and back
Spoiler




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users