<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/peachfuzz</id>
  <title type="text">peachfuzz Google Group</title>
  <subtitle type="text">
  Peach is a cross-platform fuzzing framework written in Python. Peaches main goals include: short development time, code reuse, ease of use, flexability. Peach can fuzz just about anything from COM/ActiveX, SQL, shared libraries/DLL&#39;s, network applications, web, you name it.
  </subtitle>
  <link href="/group/peachfuzz/feed/atom_v1_0_msgs.xml" rel="self" title="peachfuzz feed"/>
  <updated>2009-11-29T04:56:25Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Michael Eddington</name>
  <email>medding...@gmail.com</email>
  </author>
  <updated>2009-11-29T04:56:25Z</updated>
  <id>http://groups.google.com/group/peachfuzz/browse_thread/thread/82bb2076c812cac4/4b0efe6f23912116?show_docid=4b0efe6f23912116</id>
  <link href="http://groups.google.com/group/peachfuzz/browse_thread/thread/82bb2076c812cac4/4b0efe6f23912116?show_docid=4b0efe6f23912116"/>
  <title type="text">Re: [Peach] unknown recive packet size</title>
  <summary type="html" xml:space="preserve">
  Mmmm, yes, that was a bug in the old Schema that made it seem like you &lt;br&gt; could do that, but really Action does not understand Choice. Choice &lt;br&gt; only works in DataModels. &lt;br&gt; &lt;p&gt;mike
  </summary>
  </entry>
  <entry>
  <author>
  <name>Shai Sarfaty</name>
  <email>shai.sarf...@googlemail.com</email>
  </author>
  <updated>2009-11-28T18:50:05Z</updated>
  <id>http://groups.google.com/group/peachfuzz/browse_thread/thread/82bb2076c812cac4/d8abc16847b2d5d2?show_docid=d8abc16847b2d5d2</id>
  <link href="http://groups.google.com/group/peachfuzz/browse_thread/thread/82bb2076c812cac4/d8abc16847b2d5d2?show_docid=d8abc16847b2d5d2"/>
  <title type="text">Re: [Peach] unknown recive packet size</title>
  <summary type="html" xml:space="preserve">
  Thanks. &lt;br&gt; I will try this. &lt;br&gt; I have tried useing choice but not like you told me but i puted the choice &lt;br&gt; like this (and it didn&#39;t work): &lt;br&gt; &lt;p&gt;&amp;lt;DataModel name=&amp;quot;Packet1&amp;quot;&amp;gt; &lt;br&gt; .. &lt;br&gt; &amp;lt;DataModel name=&amp;quot;Packet2&amp;quot;&amp;gt; &lt;br&gt; .. &lt;br&gt; &amp;lt;DataModel name=&amp;quot;Packet3&amp;quot;&amp;gt; &lt;br&gt; &lt;p&gt;&amp;lt;Action type=&amp;quot;input&amp;quot;&amp;gt; &lt;br&gt; &amp;lt;Choise&amp;gt; &lt;br&gt; &amp;lt;DataModel ref=&amp;quot;Packet1&amp;quot; /&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Michael Eddington</name>
  <email>medding...@gmail.com</email>
  </author>
  <updated>2009-11-26T12:52:20Z</updated>
  <id>http://groups.google.com/group/peachfuzz/browse_thread/thread/82bb2076c812cac4/f41d2299837758c4?show_docid=f41d2299837758c4</id>
  <link href="http://groups.google.com/group/peachfuzz/browse_thread/thread/82bb2076c812cac4/f41d2299837758c4?show_docid=f41d2299837758c4"/>
  <title type="text">Re: [Peach] unknown recive packet size</title>
  <summary type="html" xml:space="preserve">
  You can do this by using &amp;lt;Choice&amp;gt;, a typical setup might look like this: &lt;br&gt; &lt;p&gt;&amp;lt;!-- First we will define the generic version of our message packet. --&amp;gt; &lt;br&gt; &lt;p&gt;&amp;lt;DataModel name=&amp;quot;GenericPacket&amp;quot;&amp;gt; &lt;br&gt; &amp;lt;Block name=&amp;quot;MsgHeader&amp;quot;&amp;gt; &lt;br&gt; &amp;lt;Number name=&amp;quot;MsgType&amp;quot; size=&amp;quot;8&amp;quot; /&amp;gt; &lt;br&gt; &amp;lt;Number name=&amp;quot;DataSize&amp;quot; size=&amp;quot;32&amp;quot;&amp;gt; &lt;br&gt; &amp;lt;Relation type=&amp;quot;size&amp;quot; of=&amp;quot;Data&amp;quot; /&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>shai.sarfaty@googlemail.com</name>
  <email>shai.sarf...@googlemail.com</email>
  </author>
  <updated>2009-11-26T08:51:57Z</updated>
  <id>http://groups.google.com/group/peachfuzz/browse_thread/thread/82bb2076c812cac4/79575360ac9b8801?show_docid=79575360ac9b8801</id>
  <link href="http://groups.google.com/group/peachfuzz/browse_thread/thread/82bb2076c812cac4/79575360ac9b8801?show_docid=79575360ac9b8801"/>
  <title type="text">unknown recive packet size</title>
  <summary type="html" xml:space="preserve">
  Hi &lt;br&gt; i&#39;m testing a custom protocol and i have a complex flow that when i &lt;br&gt; recive a packet it could be one of 3 types of packets and all 3 are &lt;br&gt; not the same size. &lt;br&gt; now i have a MSG_HEADER that it size is constant (4 bytes) but all the &lt;br&gt; rest of the packet structure is diffrent for each packet &lt;br&gt; The question is how can i get a packet to my correct data module ?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kent Persson</name>
  <email>kenta...@gmail.com</email>
  </author>
  <updated>2009-11-20T12:36:15Z</updated>
  <id>http://groups.google.com/group/peachfuzz/browse_thread/thread/b2295991c0ad0476/5fa5dc53c998471a?show_docid=5fa5dc53c998471a</id>
  <link href="http://groups.google.com/group/peachfuzz/browse_thread/thread/b2295991c0ad0476/5fa5dc53c998471a?show_docid=5fa5dc53c998471a"/>
  <title type="text">Publisher, FileperIteration</title>
  <summary type="html" xml:space="preserve">
  Is there a simple way to have that publisher not to start from zero. &lt;br&gt; If one would parellel file creation, same filenames would be &lt;br&gt; generated. But if the test number were used each file would be unique. &lt;br&gt; &lt;p&gt;I thought of a simple way to customize it by giving the publisher some &lt;br&gt; additional parameters (in the pitfile) but then I would need to
  </summary>
  </entry>
  <entry>
  <author>
  <name>Michael Eddington</name>
  <email>medding...@gmail.com</email>
  </author>
  <updated>2009-11-18T23:35:30Z</updated>
  <id>http://groups.google.com/group/peachfuzz/browse_thread/thread/f1c47dd671134949/ed8750ffa149e830?show_docid=ed8750ffa149e830</id>
  <link href="http://groups.google.com/group/peachfuzz/browse_thread/thread/f1c47dd671134949/ed8750ffa149e830?show_docid=ed8750ffa149e830"/>
  <title type="text">Re: [Peach] Agent WindowsDebugEngine exception</title>
  <summary type="html" xml:space="preserve">
  Robert, &lt;br&gt; &lt;p&gt;Looks like this is a bug bug in the 2.3 series. I&#39;ll post out a new &lt;br&gt; build today that should resolve it. &lt;br&gt; &lt;p&gt;As a workaround you can have Peach launch the program by using &lt;br&gt; &amp;quot;CommandLine&amp;quot; instead of &amp;quot;ProcessName.&amp;quot; This also has the advantage &lt;br&gt; of allowing Peach to restart the program if it crashes and continue
  </summary>
  </entry>
  <entry>
  <author>
  <name>robert</name>
  <email>rer...@gmail.com</email>
  </author>
  <updated>2009-11-18T23:10:58Z</updated>
  <id>http://groups.google.com/group/peachfuzz/browse_thread/thread/f1c47dd671134949/46023dd1bf4fbafc?show_docid=46023dd1bf4fbafc</id>
  <link href="http://groups.google.com/group/peachfuzz/browse_thread/thread/f1c47dd671134949/46023dd1bf4fbafc?show_docid=46023dd1bf4fbafc"/>
  <title type="text">Agent WindowsDebugEngine exception</title>
  <summary type="html" xml:space="preserve">
  Running the latest binary version of peach, I get this error after &lt;br&gt; connecting to the peach agent running on a WinXP SP2 VM, configured &lt;br&gt; like so: &lt;br&gt; &lt;p&gt;&amp;lt;Agent name=&amp;quot;LocalAgent&amp;quot;&amp;gt; &lt;br&gt; &amp;lt;Monitor class=&amp;quot;debugger.WindowsDebugEn gine&amp;quot;&amp;gt; &lt;br&gt; &amp;lt;Param name=&amp;quot;ProcessName&amp;quot; value=&amp;quot;myprocess.exe&amp;quot; /&amp;gt; &lt;br&gt; &amp;lt;/Monitor&amp;gt; &lt;br&gt; &amp;lt;/Agent&amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kent Persson</name>
  <email>kenta...@gmail.com</email>
  </author>
  <updated>2009-11-16T13:34:05Z</updated>
  <id>http://groups.google.com/group/peachfuzz/browse_thread/thread/31d2d9588c354ff1/5b2f928ab2fabcb1?show_docid=5b2f928ab2fabcb1</id>
  <link href="http://groups.google.com/group/peachfuzz/browse_thread/thread/31d2d9588c354ff1/5b2f928ab2fabcb1?show_docid=5b2f928ab2fabcb1"/>
  <title type="text">Re: Bug in comtypes?</title>
  <summary type="html" xml:space="preserve">
  Sent you a mail with screenshots and some additional info! &lt;br&gt; &lt;p&gt;/K
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kent Persson</name>
  <email>kenta...@gmail.com</email>
  </author>
  <updated>2009-11-16T12:36:15Z</updated>
  <id>http://groups.google.com/group/peachfuzz/browse_thread/thread/31d2d9588c354ff1/5c997e86c08b9e17?show_docid=5c997e86c08b9e17</id>
  <link href="http://groups.google.com/group/peachfuzz/browse_thread/thread/31d2d9588c354ff1/5c997e86c08b9e17?show_docid=5c997e86c08b9e17"/>
  <title type="text">Re: Bug in comtypes?</title>
  <summary type="html" xml:space="preserve">
  I will ASAP ;-) &lt;br&gt; &lt;p&gt;Reverted to snapshot earlier, so let me install again... &lt;br&gt; &lt;p&gt;thx for your effort... &lt;br&gt; &lt;p&gt;/K
  </summary>
  </entry>
  <entry>
  <author>
  <name>Michael Eddington</name>
  <email>medding...@gmail.com</email>
  </author>
  <updated>2009-11-16T12:12:12Z</updated>
  <id>http://groups.google.com/group/peachfuzz/browse_thread/thread/31d2d9588c354ff1/4bce4b80c2facbf7?show_docid=4bce4b80c2facbf7</id>
  <link href="http://groups.google.com/group/peachfuzz/browse_thread/thread/31d2d9588c354ff1/4bce4b80c2facbf7?show_docid=4bce4b80c2facbf7"/>
  <title type="text">Re: [Peach] Re: Bug in comtypes?</title>
  <summary type="html" xml:space="preserve">
  Huh, thats super odd. My dev environment is actually in a VM, so I&#39;m &lt;br&gt; guessing it&#39;s not directly related. &lt;br&gt; &lt;p&gt;Could you post the last 20-50 lines from the agent window? &lt;br&gt; &lt;p&gt;mike
  </summary>
  </entry>
  <entry>
  <author>
  <name>Michael Eddington</name>
  <email>medding...@gmail.com</email>
  </author>
  <updated>2009-11-16T11:11:58Z</updated>
  <id>http://groups.google.com/group/peachfuzz/browse_thread/thread/34629797eed7e945/e5a0caa52c0e8ea9?show_docid=e5a0caa52c0e8ea9</id>
  <link href="http://groups.google.com/group/peachfuzz/browse_thread/thread/34629797eed7e945/e5a0caa52c0e8ea9?show_docid=e5a0caa52c0e8ea9"/>
  <title type="text">Re: [Peach] Re: How to Troubleshoot pit files hanging during mutation?</title>
  <summary type="html" xml:space="preserve">
  Mk, so that all looks fine. Looks like your not setup to read a file &lt;br&gt; into your pit so you won&#39;t see any debugging info about parsing it :) &lt;br&gt; &lt;p&gt;Grab that &amp;lt;Action&amp;gt; code I had in my email and add that to your state &lt;br&gt; mode to read in a file and you will see the parsing debugging infoz. &lt;br&gt; &lt;p&gt;mike
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kent Persson</name>
  <email>kenta...@gmail.com</email>
  </author>
  <updated>2009-11-16T09:28:30Z</updated>
  <id>http://groups.google.com/group/peachfuzz/browse_thread/thread/31d2d9588c354ff1/d1a02c58d39a7213?show_docid=d1a02c58d39a7213</id>
  <link href="http://groups.google.com/group/peachfuzz/browse_thread/thread/31d2d9588c354ff1/d1a02c58d39a7213?show_docid=d1a02c58d39a7213"/>
  <title type="text">Re: Bug in comtypes?</title>
  <summary type="html" xml:space="preserve">
  Works on like a charm on a physical box. When I try to run it on a &lt;br&gt; virtual machine it halts forever. &lt;br&gt; &lt;p&gt;Had it running there for two hours. No signs of any CPU activity in &lt;br&gt; taskmanager (for any process but Idle Process). &lt;br&gt; &lt;p&gt;Will there be a new Setup.exe released? &lt;br&gt; &lt;p&gt;/Kenta
  </summary>
  </entry>
  <entry>
  <author>
  <name>- -</name>
  <email>till.salzge...@gmail.com</email>
  </author>
  <updated>2009-11-16T08:59:43Z</updated>
  <id>http://groups.google.com/group/peachfuzz/browse_thread/thread/34629797eed7e945/ffafa5a9a0c93618?show_docid=ffafa5a9a0c93618</id>
  <link href="http://groups.google.com/group/peachfuzz/browse_thread/thread/34629797eed7e945/ffafa5a9a0c93618?show_docid=ffafa5a9a0c93618"/>
  <title type="text">Re: [Peach] Re: How to Troubleshoot pit files hanging during mutation?</title>
  <summary type="html" xml:space="preserve">
  here&#39;s what I get using the --debug arg: &lt;br&gt; &lt;p&gt;C:\peach&amp;gt;peach -1 --debug c:\labs\pie\pie_dumb.xml &lt;br&gt; &lt;p&gt;] Peach 2.3.1 DEV Runtime &lt;br&gt; ] Copyright (c) Michael Eddington &lt;br&gt; &lt;p&gt;[*] Performing single iteration &lt;br&gt; [*] Starting run &amp;quot;DefaultRun&amp;quot; &lt;br&gt; [-] Test: &amp;quot;TheTest&amp;quot; (None) &lt;br&gt; [1:?:?] Running test with mutator N/A &lt;br&gt; StateEngine.run: TheState
  </summary>
  </entry>
  <entry>
  <author>
  <name>Michael Eddington</name>
  <email>medding...@gmail.com</email>
  </author>
  <updated>2009-11-15T02:43:37Z</updated>
  <id>http://groups.google.com/group/peachfuzz/browse_thread/thread/87f2a7ff2440b4c6/f7f076426513c323?show_docid=f7f076426513c323</id>
  <link href="http://groups.google.com/group/peachfuzz/browse_thread/thread/87f2a7ff2440b4c6/f7f076426513c323?show_docid=f7f076426513c323"/>
  <title type="text">Re: [Peach] Re: Peach 2.3.2</title>
  <summary type="html" xml:space="preserve">
  Yup, loggers should also be fine :) &lt;br&gt; &lt;p&gt;mike
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kent Persson</name>
  <email>kenta...@gmail.com</email>
  </author>
  <updated>2009-11-14T18:22:22Z</updated>
  <id>http://groups.google.com/group/peachfuzz/browse_thread/thread/87f2a7ff2440b4c6/7219d03daab7eb64?show_docid=7219d03daab7eb64</id>
  <link href="http://groups.google.com/group/peachfuzz/browse_thread/thread/87f2a7ff2440b4c6/7219d03daab7eb64?show_docid=7219d03daab7eb64"/>
  <title type="text">Re: Peach 2.3.2</title>
  <summary type="html" xml:space="preserve">
  How about custom loggers? &lt;br&gt; &lt;p&gt;Thanx for pointing this out Mike! &lt;br&gt; &lt;p&gt;/Kenta
  </summary>
  </entry>
</feed>
