<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Steganography on BITFRAGMENT</title>
    <link>https://bitfragment.com/tags/steganography/</link>
    <description>Recent content in Steganography 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/tags/steganography/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>
    
    <item>
      <title>TryHackMe - Easy Peasy Room</title>
      <link>https://bitfragment.com/posts/tryhackme-easy-peasy-room/</link>
      <pubDate>Mon, 03 Aug 2020 00:18:16 +0100</pubDate>
      
      <guid>https://bitfragment.com/posts/tryhackme-easy-peasy-room/</guid>
      <description>Before we begin, you can access this room by creating an account with tryhackme.com and browsing to this link to join it, or by simply searching for &amp;ldquo;Easy Peasy&amp;rdquo; under the Hacktivities tab.
Scanning &amp;amp; Enumeration Running nmap nmap -sV -sC -p- -oA nmap/all -vv 10.10.190.28 Nmap scan report for 10.10.190.28 Host is up, received syn-ack (0.093s latency). Scanned at 2020-08-03 10:01:19 BST for 208s Not shown: 65528 closed ports Reason: 65528 conn-refused PORT STATE SERVICE REASON VERSION 80/tcp open http syn-ack nginx 1.</description>
    </item>
    
  </channel>
</rss>