Brennon Thomas
Brennon Thomas
Hi @MadDud - Thanks for submitting an issue. I have not yet. If you'd love to take a crack at it, I'd appreciate it!
@MadDud / @luciddr34m3r I just started diving into docker, but wanted to try and get the agent dockerized first. It's a total work in progress. Let me know what you...
Hey @Bzzz666 Unfortunately I haven't. I'd like to get the engine (formerly called the agent) container working first. The Dockerfile above was where I last left off. Recent updates include...
Saw a 40-50% drop in request time when enabling gzip on .json files for a 100 MB scan file. Not a huge gain right now. May come back to this...
Letting the config bake in prod.
Will it only show `127.0.0.1` if the SSH tunnel is used? Likely.
This ticket may help: https://github.com/django-recurrence/django-recurrence/issues/24 It pointed me to this file: https://github.com/swmcc/django-recurrence/blob/93485a72f59f6e5bdbdefb28e355566ff527ab07/recurrence/static/recurrence/js/recurrence-widget.js I just started playing around with it yesterday, so my testing is minimal, but I copy pasta'd that...
Thanks for the update...looking forward to taking v3 for a test drive.
Cool, thanks for the link. You can close this ticket.
Used the ruby gem to compare the info in a site before running the Python library and after. ```ruby site = Nexpose::Site.load(@nsc, 2) pp site ```