Andrea

Results 34 comments of Andrea

Do you mind expanding on how do you think an error should be shown? An error message is already shown in the error logs of the burp plugin, when run...

> java.lang.Exception: Failed to load Python interpreter from Jython JAR file > > at burp.cli.(Unknown Source) > > at burp.ti.a(Unknown Source) > > at burp.lbc.run(Unknown Source) > > at java.lang.Thread.run(Thread.java:748)...

Thanks for the report! While I should fix the version handler, `inql` should work fine with HTTP/2, at the moment.

> Hi how can i fix this ? Cannot disable HTTP/2! invalid literal for int() with base 10: '5.1' No fix required, it's just an informative error at the current...

The easier thing until a new version is released is downloading this repository branch `fix/53` and running the `make ext/inql_burp.py` command. This will generate a self-contained burp extension, ready to...

Since this is affecting many instances, I made a quick fix applicable with TamperMonkey. https://gist.github.com/thypon/5078cd48c2c73b99293e1e22d17ec7c4 With this quick fix, whenever you search for a hashtag, that hashtag will be added...

Since this is affecting many instances, I made a quick fix applicable with TamperMonkey. https://gist.github.com/thypon/5078cd48c2c73b99293e1e22d17ec7c4 With this quick fix, whenever you search for a hashtag, that hashtag will be added...

There should already be one, at least on Burp, since we should inherit from the Burp text view, but not on the standalone version. If there is not, there may...

https://twitter.com/nJoyneer/status/1637863946383155220 I was able to run `llama.cpp` in the browser with a minimal patchset and some `*FLAGS` Following the Emscripten version used: ``` $ emcc --version emcc (Emscripten gcc/clang-like replacement...

The `abort();` case was hit when out of memory, and before outputting the partial LLM output, so no string was shown. Unfortunately, I did not find any way of using...