Ian Williams
Ian Williams
Other tools exist outside of the types specified by BurpExtractor, such as Sequencer. It would be nice if this extension supported those. Some options might include one-or-more of the following:...
It would be a nice addition to support some basic en-/decoders, similar to what Burp has right now: * URL * HTML * Base64 * String constructors for JS/MSSQL/Oracle/etc.
There's already an extension for decoding Gzipped data in Burp - would it be possible to integrate with that extension to beautify JSON in that GZip content? It appears they're...
### Have you checked for existing feature requests? - [X] Completed ### Summary _N.B.: I'm pretty sure this is **not** relevant to #878, given that this doesn't seem to be...
##### SUMMARY When defining an SSSD federation type, two prerequisites need to be met for SSSD to work in Keycloak: - PAM needs to have a `keycloak` service defined, that...
When using `-j`, the cookie header can be populated by slowhttptest when sending the request. However, there's an undocumented 1024-byte limit on the size of this header: https://github.com/shekyan/slowhttptest/blob/6e316be98f562dd129a76cb228faae83217030a8/src/slowhttptestmain.cc#L155 For applications...
### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues - [X] I have [validated](https://html5.validator.nu/) any HTML to avoid common problems - [X] I have read the [contributing...
In the constructor for a `GhApi` object, the `jwt_token` parameter appears to be used as a bearer token, whereas the `token` parameter uses an `Authorization: token` prefix: https://github.com/fastai/ghapi/blob/4fe9459c7e7bd631c7317eaa9d2365f14f2cb34d/ghapi/core.py#L96-L101 There are...