<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Strings - Tag - SalehTZ</title><link>https://archive.salehtz.ir/tags/strings/</link><description>Strings - Tag - SalehTZ</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>mstalebizadeh@gmail.com (SalehTZ)</managingEditor><webMaster>mstalebizadeh@gmail.com (SalehTZ)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Wed, 15 Oct 2025 13:40:11 +0200</lastBuildDate><atom:link href="https://archive.salehtz.ir/tags/strings/" rel="self" type="application/rss+xml"/><item><title>Bandit Level 9 to 10: Sifting Through Binary Data with 'strings'</title><link>https://archive.salehtz.ir/bandit_9_10/</link><pubDate>Wed, 15 Oct 2025 13:40:11 +0200</pubDate><author>SalehTZ</author><guid>https://archive.salehtz.ir/bandit_9_10/</guid><description><![CDATA[<h2 id="introduction">Introduction</h2>
<p>In our journey so far, we&rsquo;ve dealt mostly with plain text files. Bandit Level 9 to 10 introduces a new type of challenge: extracting information from a <strong>binary file</strong>. These files are compiled for machines, not humans, and reading them with <code>cat</code> results in a mess of unreadable characters.</p>
<p>This level teaches us how to use the <code>strings</code> command, a specialized tool for finding and printing the sequences of readable text embedded within binary data. 🧐</p>]]></description></item></channel></rss>