Augustin FL

Results 58 comments of Augustin FL

Hi, > Subsequently, if this change is added in, the core/analysis.py file add_extracted_file() function will need to load the response payload as bson so that it can resolve the File...

Hello, I do confirm the behavior and the issue: when using `preload_content=False` and [`stream()`](https://urllib3.readthedocs.io/en/stable/reference/urllib3.response.html#urllib3.response.HTTPResponse.stream), `Retries` does not work correctly on urllib3. `requests` [uses urlib3's stream() function](https://github.com/psf/requests/blob/cdbc2e271529f467b278b2760f12ee0b5d6930d3/requests/models.py#L816) and is therefore also...

I'm sorry to insist but I definitely agree with this PR : would it be possible to enforce certificate checking by default? If users are using this lib on an...

The problem is related to your systemd config. You have ``` User=nginx Group=nginx ``` in your config, but your fame instance is in `/home/uma/FIR`. You need to either change the...

Hi I will close this issue. Feel free to reopen it if needed

I will close this issue (for inactivity). Feel free to re-open it if needed!

Hello, In order to use a virtualenv, you need to add `-H /path/to/your/virtualenv` to the uwsgi command. This issue is 5 years old, you likely already resolved the problem. I...

Hi FIR is working correctly with the configuration provided by udgover. I will close this issue. Feel free to reopen it if needed

Hi, You may be able to host FIR in a directory but you will need to add rewrite rules (proxy_redirect on Nginx, ProxyPassMatch & ProxyPassReverse on Apache, etc..) for it...

As mentioned by udgover, this issue was related to python2 and is now fixed