Coder Social home page Coder Social logo

ameenmaali / qsfuzz Goto Github PK

View Code? Open in Web Editor NEW
296.0 7.0 41.0 84 KB

qsfuzz (Query String Fuzz) allows you to build your own rules to fuzz query strings and easily identify vulnerabilities.

License: MIT License

Go 100.00%
fuzz bugbounty infosec security vulnerability-detection

qsfuzz's People

Contributors

ameenmaali avatar ameenmaali-lnkd avatar happyfacade avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

qsfuzz's Issues

Feature Request: Inject Headers

It may be useful to be able to inject headers on a rule basis in addition to specifying them on the command line. This would allow us to test rules like the following using the already built-in functionality for response matching:

    CORSDetection:
      description: CORS misconfiguration
      injectHeader:
        - "Origin: test.com"
      expectation:
        responseHeaders:
          - Access-Control-Allow-Origin: test.com

This could also be extended to further tests such as X-Host, X-Forwarded-Host, X-Forwarded-Server being reflected in the response, or Host header SSRF's.

The benefit to having this feature as a rule instead of setting a blanket header for every request is that some hosts and endpoints may respond badly to them.

Installtion Problem

go get github.com/ameenmaali/qsfuzz cannot find package "github.com/hashicorp/hcl/hcl/printer" in any of:
/usr/local/go/src/github.com/hashicorp/hcl/hcl/printer (from $GOROOT)
/root/go/src/github.com/hashicorp/hcl/hcl/printer (from $GOPATH)

Feature Request: Proxy

It would be useful to add a proxy flag to enable the utilization of a tool for rotating IP addresses to prevent blacklisting.

blank values ignored in URLs

hello,
thanks for this awesome tool, when you run a scan against a URL that have a blank value like http://example.com/hack/this/?one=1&two=&three=3, here the tools won't inject in two parameter,
please, check this and fix it if you can.

Feature Request: [[originalValue]] Template String

To help with heuristics, it would also be great to have the original value of the query parameter represented by a template string like [[originalValue]].

So something like

    injections:
      - [[originalValue]]'"><h2>asd</h2>'

So rather than completely replacing the query string value, you simply append to it. I'm not sure how you would ensure that [[originalValue]] is different if a URL has more than one query parameter though.

index out of range error

I get the following error when I run a list of URL's:

goroutine 1 [running]:
main.getInjectedUrls(0xc4208f4280, 0xc42008e180, 0x51, 0xc420120e40, 0x2, 0x2, 0x0, 0x0, 0x0, 0x0, ...)
        /go/src/github.com/ameenmaali/qsfuzz/utils.go:191 +0xeb9
main.main()
        /go/src/github.com/ameenmaali/qsfuzz/main.go:151 +0x4e9

Add license

Could you please add a license statement and a LICENSE/COPYING file? Is a requirement for a lot of distributions to include a tool. Thanks.

Would help if you publish a new release after.

no regex support

hey , please can u please add regex pattern feature like:
responseContents:
- "somestring.*theEndOfThePattern"
and thanks alot.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.