DoI

Results 19 issues of DoI

This pull strips a leading slash from the web discovery word lists, if present. There was a discrepancy with the word lists, for example common.txt and quickhits.txt. If a payload...

Some wordlists in Web-Content include a leading slash, some do not. This leads to an additional step being required before using some wordlists (since some webservers treat `/index.html` and `//index.html`...

Glorp does not support HTTP2. There is some support for HTTP2 in Martian now, so this should be a case of writing an additional proxy module and figuring out how...

GLORP should be able to be configured to use an upstream proxy, as well as a socks5 proxy.

The time-based matcher was being processed as a filter. This PR makes the time-matcher work as expected. The issue was that the `-mt` flag was being sunk into `AddFilter` instead...

# Description This pull request adds additional checking for proxy and replay-proxy parameters, as well as adding some tests to make sure the parser is working how it's expected to....

Setting either the `-x` or `--replay-proxy` options to some incorrect value results in `ffuf` running and ignoring the proxy value. This lead to me accidentally putting `http:/127.0.0.1:8080` as the replay...

Hello, I'm currently attempting to build an HTTP2 logging proxy using Martian. The test snippet below works fine with Firefox; however, when posting data with `curl` via the proxy, I...

This PR fixes the sniper template parsing issues, which was caused due to bug in the `injectKeyword` method where if the data between the section-signs was a single character, the...

This pull request adds the ability to pass `pencode` an input wordlist, rather than only accepting input via stdin. The use case here is when fuzzing something like a JSON...