<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Tutorials on BITFRAGMENT</title>
    <link>https://bitfragment.com/categories/tutorials/</link>
    <description>Recent content in Tutorials on BITFRAGMENT</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>&lt;a href=&#34;https://creativecommons.org/licenses/by-nc/4.0/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CC BY-NC 4.0&lt;/a&gt;</copyright>
    <lastBuildDate>Tue, 04 Aug 2020 02:24:16 +0100</lastBuildDate>
    
	<atom:link href="https://bitfragment.com/categories/tutorials/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>CTF Methodology - Steganography</title>
      <link>https://bitfragment.com/posts/ctf-methodology-steganography/</link>
      <pubDate>Tue, 04 Aug 2020 02:24:16 +0100</pubDate>
      
      <guid>https://bitfragment.com/posts/ctf-methodology-steganography/</guid>
      <description>always run strings filename first and try to grep for the flag format for a quick easy win; try running binwalk filename to see if there are any files embedded in the image. You can find from text files, to other images, to whole archives. Note that for PNG files it is normal to contain two zlib compressed data entries;  if you find any hidden data by running binwalk, run foremost filename to extract said data from the image;   run steghide info filename to display info about whether the file has any embedded data.</description>
    </item>
    
  </channel>
</rss>