Marcin Wielgoszewski
Marcin Wielgoszewski
Bumping this, as this feature would be nice.
@vcsjones Hi Kevin, has there been any progress update on adding p7 and p7co parameters? Would be very interested in support for this capability as well.
Hi @rubenrodr-versia - Can you update nginx config to set: ``` proxy_set_header X-Forwarded-For $remote_addr; ``` and reload Doorman?
The old run.py script was for versions of Burp before the new Extender API was introduced, where you had to manually specify arguments on the command line. The latter approach,...
Hey @muffins, thanks for writing up this issue. Only a few questions: 1. You mentioned in the Slack channel, you mention "carving files/directories from systems is just querying against the...
Not ideal, but you'll have to access an `HttpRequest`'s `._messageInfo` attribute, as that is what [`addToSiteMap`](https://portswigger.net/BURP/extender/api/burp/IBurpExtenderCallbacks.html#addToSiteMap%28burp.IHttpRequestResponse%29) expects.
@wadey what would it take to get this merged?
Well that makes things easier @flz. Thanks, I'll rework that to expose that as the appropriate hvac_action rather than try to infer it.
Thanks - what else needs to happen to get this merged? is there a CI pipeline that runs tests/lint checks to validate the code doesn't break anything and complies with...
``` (hass) ~/src/home-assistant-core$ ruff format homeassistant tests 11137 files left unchanged (hass) ~/src/home-assistant-core$ pytest ./tests/components/iaqualink/ Test session starts (platform: linux, Python 3.11.0, pytest 7.4.4, pytest-sugar 0.9.7) rootdir: /home/marcin/src/home-assistant-core configfile: pyproject.toml...