Nicolas Grégoire
Nicolas Grégoire
# Context Burp Suite Pro 2021.8.4 + Hackvertor 1.7.0 Repeater, HTTP/2, GET request # Description Parameter values with Hackvertor tags containing space characters break syntax parsing The right part of...
The features allowing to import from / export to JSON files seem to have disappear (tested on v1.1.13 from December 2022). Am I missing a new button or menu?
Currently, the `gron` message viewer only supports JSON objects, not JSON arrays. The following diff fixes this: ``` 29a30,36 > - prefix: [gron] > inputMethod: stdin > name: gron >...
I'd like to the 1st-level contextual menu to be sorted alphabetically (like the 2nd- and 3rd-level ones). I refer to the one with a red border in the attached screenshot....
Setup: Burp Pro v2023.10.2 / Hackvertor v1.7.49 After sending a request to Intruder, I can't add tags to it using the contextual menu. The contextual menu shows up, but clicking...
I tried to use `read_url` to read a local file using `file:///etc/passwd` as the URL. That doesn't work, as the underlying code only expects HTTP(S) URLs. Would it be possible...
I was looking for a workaround for the situation described in #86 I tried to read a file using `system`, using the command `cat /etc/passwd`. However, as soon as I...
Decoder Improved already implements "fuzzy Base64 decoding", and that's very useful for JWS. However, adding "fuzzy GZip decoding" (like the standard decoder does) would be nice! Currently, I get error...