Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
other questions
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
zhiyong wu  
View profile  
 More options May 30, 8:37 am
From: zhiyong wu <wuzhiyong0...@gmail.com>
Date: Sat, 30 May 2009 20:37:31 +0800
Local: Sat, May 30 2009 8:37 am
Subject: other questions

what's the difference between fuzzing and blackbox testing?
someone said fuzzing could be divided into two kinds: one is based on
mutation, one is based on generation, which kind peach is?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Eddington  
View profile  
 More options May 30, 5:18 pm
From: "Michael Eddington" <medding...@gmail.com>
Date: Sat, 30 May 2009 14:18:41 -0700
Local: Sat, May 30 2009 5:18 pm
Subject: RE: [Peach] other questions

Blackbox testing is considered testing with typically zero knowledge about
the system.  For example, you might know the URL to a web application, but
nothing else.   Blackbox testing is typically considered closest to what an
attacker would see.

Whitebox testing is the opsosite of this were you are usually given access
to developers, source code, documentation, typically also accounts with
different access levels, etc.  

There is also a semi popular mixture of the two called "graybox" that mixed
both up.

The black/white/gray box stuff can be applied to many types of security
work, such as fuzzing, network penetration testing, application security
reviews, etc.  My typical view is that a whitebox/graybox give you the most
ROI (return on investment) since the security consultant is given the most
information up front and doesn't have to spend allot of time "Breaking in"
to see the inside of things.  Also, exposure of error paths, and backend
systems.  On most security engagements that I have performed over the years
(many hundreds of application security reviews), I typically find at least
20% more issues in white/gray box then in blackbox.

As for mutational vs. generational fuzzing, Peach is a mixture of both.

mike

From: peachfuzz@googlegroups.com [mailto:peachfuzz@googlegroups.com] On
Behalf Of zhiyong wu
Sent: Saturday, May 30, 2009 5:38 AM
To: peachfuzz@googlegroups.com
Subject: [Peach] other questions

what's the difference between fuzzing and blackbox testing?

someone said fuzzing could be divided into two kinds: one is based on
mutation, one is based on generation, which kind peach is?


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
zhiyong wu  
View profile  
 More options Jun 3, 5:24 am
From: zhiyong wu <wuzhiyong0...@gmail.com>
Date: Wed, 3 Jun 2009 17:24:43 +0800
Local: Wed, Jun 3 2009 5:24 am
Subject: Re: [Peach] Re: other questions

thanks:
I told my classmates that Peach is the most powerful fuzzing tool, they
asked me why.
Actually I can't tell them cleanly in theroy,  then I checked some books,
for example:
Fuzzing-Brute Force Vulnerability Discovery. The book also admitted that
Peach is advanced in theory, but it did not put much attation on peach and
said little about peach. In my opinion, Peach is flexible, reusable,
extensible, could run parallelly by agents, could monitor distrubuted
progroms(not sure about this one, but I told them surely), could fuzz deeply
based state model, has a general xml interface, and so on.
can you give me some materials describe your theory, if I can't understand,
I will ask you again.
best regards;

a joke about you.
we argued that why it is called peach.
one of my classmate guessed that because mike is fat and have a fat stomach;
until today I guessed that peach is fuzzy, and sulley is fuzzy too. am I
right?
thank you again for your kind and quick response, actually, many of my
students interested on your response.
best regards;

2009/5/31 Michael Eddington <medding...@gmail.com>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
zhiyong wu  
View profile  
 More options Jun 3, 5:26 am
From: zhiyong wu <wuzhiyong0...@gmail.com>
Date: Wed, 3 Jun 2009 17:26:50 +0800
Local: Wed, Jun 3 2009 5:26 am
Subject: Re: [Peach] Re: other questions

many of my classmates, not students, because I am still a student.

2009/6/3 zhiyong wu <wuzhiyong0...@gmail.com>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Eddington  
View profile  
 More options Jun 3, 7:46 am
From: "Michael Eddington" <medding...@gmail.com>
Date: Wed, 3 Jun 2009 04:46:04 -0700
Local: Wed, Jun 3 2009 7:46 am
Subject: RE: [Peach] Re: other questions

Thanks :)  Peach is named due to "Peach Fuzz" the little hairs on peaches.
Thanks for that goes to Spoonm a security researcher who I worked with years
ago when I first developed Peach.

I'm not sure if I have any proper written materials that really go in to
depth about Peach.  I probably should :)  Mostly I have a large quantity of
slide decks, but that is not really helpful in this case I would guess.

mike

From: peachfuzz@googlegroups.com [mailto:peachfuzz@googlegroups.com] On
Behalf Of zhiyong wu
Sent: Wednesday, June 03, 2009 2:25 AM
To: peachfuzz@googlegroups.com
Subject: [Peach] Re: other questions

thanks:

I told my classmates that Peach is the most powerful fuzzing tool, they
asked me why.

Actually I can't tell them cleanly in theroy,  then I checked some books,
for example:

Fuzzing-Brute Force Vulnerability Discovery. The book also admitted that
Peach is advanced in theory, but it did not put much attation on peach and
said little about peach. In my opinion, Peach is flexible, reusable,
extensible, could run parallelly by agents, could monitor distrubuted
progroms(not sure about this one, but I told them surely), could fuzz deeply
based state model, has a general xml interface, and so on.

can you give me some materials describe your theory, if I can't understand,
I will ask you again.

best regards;

a joke about you.

we argued that why it is called peach.

one of my classmate guessed that because mike is fat and have a fat stomach;

until today I guessed that peach is fuzzy, and sulley is fuzzy too. am I
right?

thank you again for your kind and quick response, actually, many of my
students interested on your response.

best regards;

2009/5/31 Michael Eddington <medding...@gmail.com>

Blackbox testing is considered testing with typically zero knowledge about
the system.  For example, you might know the URL to a web application, but
nothing else.   Blackbox testing is typically considered closest to what an
attacker would see.

Whitebox testing is the opsosite of this were you are usually given access
to developers, source code, documentation, typically also accounts with
different access levels, etc.  

There is also a semi popular mixture of the two called "graybox" that mixed
both up.

The black/white/gray box stuff can be applied to many types of security
work, such as fuzzing, network penetration testing, application security
reviews, etc.  My typical view is that a whitebox/graybox give you the most
ROI (return on investment) since the security consultant is given the most
information up front and doesn't have to spend allot of time "Breaking in"
to see the inside of things.  Also, exposure of error paths, and backend
systems.  On most security engagements that I have performed over the years
(many hundreds of application security reviews), I typically find at least
20% more issues in white/gray box then in blackbox.

As for mutational vs. generational fuzzing, Peach is a mixture of both.

mike

From: peachfuzz@googlegroups.com [mailto:peachfuzz@googlegroups.com] On
Behalf Of zhiyong wu
Sent: Saturday, May 30, 2009 5:38 AM
To: peachfuzz@googlegroups.com
Subject: [Peach] other questions

what's the difference between fuzzing and blackbox testing?

someone said fuzzing could be divided into two kinds: one is based on
mutation, one is based on generation, which kind peach is?

<br


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
zhiyong wu  
View profile  
 More options Jun 3, 9:58 pm
From: zhiyong wu <wuzhiyong0...@gmail.com>
Date: Thu, 4 Jun 2009 09:58:33 +0800
Local: Wed, Jun 3 2009 9:58 pm
Subject: Re: [Peach] Re: other questions

thank you

2009/6/3 Michael Eddington <medding...@gmail.com>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google