You cannot post messages because only members can post, and you are not currently a member.
Description:
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's, network applications, web, you name it.
|
|
|
unknown recive packet size
|
| |
Hi
i'm testing a custom protocol and i have a complex flow that when i
recive a packet it could be one of 3 types of packets and all 3 are
not the same size.
now i have a MSG_HEADER that it size is constant (4 bytes) but all the
rest of the packet structure is diffrent for each packet
The question is how can i get a packet to my correct data module ?... more »
|
|
Publisher, FileperIteration
|
| |
Is there a simple way to have that publisher not to start from zero.
If one would parellel file creation, same filenames would be
generated. But if the test number were used each file would be unique.
I thought of a simple way to customize it by giving the publisher some
additional parameters (in the pitfile) but then I would need to... more »
|
|
Agent WindowsDebugEngine exception
|
| |
Running the latest binary version of peach, I get this error after
connecting to the peach agent running on a WinXP SP2 VM, configured
like so:
<Agent name="LocalAgent">
<Monitor class="debugger.WindowsDebugEn gine">
<Param name="ProcessName" value="myprocess.exe" />
</Monitor>
</Agent>... more »
|
|
How to Troubleshoot pit files hanging during mutation?
|
| |
Hi all,
it's been a while since I've been working with peach and I have a big
problem with my pit files just taking up 100% cpu during mutation and
never coming out of it.
Is there any way to troubleshoot this? I must admit after trying 3 or
four different approaches always coming up with the same result is... more »
|
|
Bug in comtypes?
|
| |
Regarding the dependencie comtypes 0.6.
The issue you described here: [link].
The solution mentioned by the maintainer does not seem to be
implemented in comtypes 0.6
I am running the latest SVN version on a physical machine with Python
2.5.4.4 and a fresh install...... more »
|
|
Random Mutate Strategy
|
| |
Hi,
performing some tests with Blob mutators, I have noticed that only
the"sequencialMutation" method is called during the execution. I
suppose that it depends on the use of sequencial
mutator strategy as default. How can I use the random mutation
strategy?
Thanks,
Robgas
|
|
Peach 2.3.3 Released
|
| |
Lots of point releases last week or so. Hopefully this release will get rid of the msvcrt.dll pop-up issues. Also in this release: * Updated console display * Fixed bug with Flags and mutators * Fixed bug with Flags parsing wrong mike
|
|
Skipto
|
| |
Hi Michael,
I'm using the "--skipto" option so i could simulate a bug that i have
so i can debug it.
i know that its not a bug that before Peach skip to the test case it
run the none mutated test case and only then jumps to the wanted test
case.
but this causes issues, i know that the fuzzing is working well thats... more »
|
|
Peach 2.3.2
|
| |
I've just pushed up new installers for Peach 2.3.2. This version contains some changes to how debuggers are handled in Windows to resolve some issues several people ran into. Now instead of running the debugger in a thread we spawn off a full process. This fixes some stability issues found when performing file fuzzing of some targets.... more »
|
|
can peach output what it receive?
|
| |
hi mike
i am tring to output what peach recive from mysql,but fail in the end
can peach do that?
here is the pit file:
<?xml version="1.0" encoding="utf-8"?>
<Peach xmlns="[link]" xmlns:xsi="[link]
2001/XMLSchema-instance"
xsi:schemaLocation="[link] /peach/peach.xsd">... more »
|
|
|