<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.exploitee.rs/index.php?action=history&amp;feed=atom&amp;title=User_talk%3AAbliss</id>
	<title>User talk:Abliss - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.exploitee.rs/index.php?action=history&amp;feed=atom&amp;title=User_talk%3AAbliss"/>
	<link rel="alternate" type="text/html" href="https://wiki.exploitee.rs/index.php?title=User_talk:Abliss&amp;action=history"/>
	<updated>2026-05-07T00:36:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.0-alpha</generator>
	<entry>
		<id>https://wiki.exploitee.rs/index.php?title=User_talk:Abliss&amp;diff=531&amp;oldid=prev</id>
		<title>Abliss at 23:09, 11 February 2011</title>
		<link rel="alternate" type="text/html" href="https://wiki.exploitee.rs/index.php?title=User_talk:Abliss&amp;diff=531&amp;oldid=prev"/>
		<updated>2011-02-11T23:09:56Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 23:09, 11 February 2011&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Nice work on extending the pad!  What approach are you using?  I enhanced my file-crossreferencer so that in addition to knowing the valid character set of each of the six files, it understands the Intel .hex file format enough to force a colon after a definite \r\n, disallow colon if not on the line after a possible \n, disallow colon within 12 chars of a definite colon, and such.  After that I&amp;#039;ve been using manual pattern searching to find standard shell script patterns in the possibilities (e.g. &amp;quot;| grep&amp;quot;) and then run a manual search of the dictionary file for sequences of options that look like they could be dictionary words.  A lot of brute force, but it&amp;#039;s at least revealing the contents of the shell scripts.  The tgz files would require that we figure out the pattern though.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Nice work on extending the pad!  What approach are you using?  I enhanced my file-crossreferencer so that in addition to knowing the valid character set of each of the six files, it understands the Intel .hex file format enough to force a colon after a definite \r\n, disallow colon if not on the line after a possible \n, disallow colon within 12 chars of a definite colon, and such.  After that I&amp;#039;ve been using manual pattern searching to find standard shell script patterns in the possibilities (e.g. &amp;quot;| grep&amp;quot;) and then run a manual search of the dictionary file for sequences of options that look like they could be dictionary words.  A lot of brute force, but it&amp;#039;s at least revealing the contents of the shell scripts.  The tgz files would require that we figure out the pattern though.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;* I have just been going one character at a time, trying to &quot;intuit&quot; the next character by looking at the shell scripts.  Sometimes I go back and change my earlier answers once I see later bytes, and I periodically manually check the hex file for sanity and checksums.  I posted my perl script on the discussion page.  It&#039;s kinda fun actually, but exhausting and slow.  I was toying with the idea of turning it into a MMOG so we could all collaboratively figure out the puzzle, but it&#039;s probably not worth it for the ~1kb that we&#039;ll be able to do this way.  My hunch is that the pad is just the output of a standard PRNG with a 32-bit seed... perhaps with enough compute time we could brute-force it based one the first hundred bytes or so. --[[User:Abliss|Abliss]] 17:09, 11 February 2011 (CST)&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Abliss</name></author>
	</entry>
	<entry>
		<id>https://wiki.exploitee.rs/index.php?title=User_talk:Abliss&amp;diff=530&amp;oldid=prev</id>
		<title>Catrane: Pad strategy.</title>
		<link rel="alternate" type="text/html" href="https://wiki.exploitee.rs/index.php?title=User_talk:Abliss&amp;diff=530&amp;oldid=prev"/>
		<updated>2011-02-11T22:57:05Z</updated>

		<summary type="html">&lt;p&gt;Pad strategy.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Nice work on extending the pad!  What approach are you using?  I enhanced my file-crossreferencer so that in addition to knowing the valid character set of each of the six files, it understands the Intel .hex file format enough to force a colon after a definite \r\n, disallow colon if not on the line after a possible \n, disallow colon within 12 chars of a definite colon, and such.  After that I&amp;#039;ve been using manual pattern searching to find standard shell script patterns in the possibilities (e.g. &amp;quot;| grep&amp;quot;) and then run a manual search of the dictionary file for sequences of options that look like they could be dictionary words.  A lot of brute force, but it&amp;#039;s at least revealing the contents of the shell scripts.  The tgz files would require that we figure out the pattern though.&lt;/div&gt;</summary>
		<author><name>Catrane</name></author>
	</entry>
</feed>