Skip to content
#

fuzzing

Here are 396 public repositories matching this topic...

Themercee
Themercee commented Feb 16, 2018

Dirsearch has an option that will force the use of hostname and by default it search by IP. I think it should be the opposite. It should search by hostname by default and an option could be used to search by IP.

This behavior is not expected by user that briefly read the help and this may result in not finding files or directories on server using vhost.

fast-check
mistressofjellyfish
mistressofjellyfish commented Feb 7, 2020

So while I was debugging another issue, I came along the enormous list of parameters in the Session class. I feel that some of them should be moved to more appropriate locations, and I'd argue that this should be a breaking change. Benefits: better documentation, easier to understand.

In particular:

  • ignore_connection_reset, ignore_connection_aborted, `ignore_connection_issues_when_sendin
fitzgen
fitzgen commented Nov 22, 2019

This is something that hasn't been super clear to me, and I haven't really seen it discussed anywhere ever.

The corpus

  • can end up getting sizable (see also #163)
  • often isn't human readable

Committing it to the project-being-fuzzed's repo seems like it could add a bunch of git overhead and even make merges difficult.

But, it is needed to "pick up where you left off" when doing time

ex0dus-0x
ex0dus-0x commented Oct 23, 2019

Since we support much more modern Python 3.x builds, we should use static type checking with our Python codebases. By making our types explicit and more absolute, this should not only improve code clarity, but also reduce any runtime TypeErrors (or any other type-related exceptions) that may happen as a result of having looser typing.

Pyre and [mypy](http://mypy-lan

Improve this page

Add a description, image, and links to the fuzzing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fuzzing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.