Nick Sweeting
Nick Sweeting
I'm splitting this out from https://github.com/pirate/security-growler/issues/24. I want to add an alert whenever your public IP changes. I can easily get GeoIP from the public IP, and display latency by...
I'm splitting this out from https://github.com/pirate/security-growler/issues/24, I want to add an alert whenever DNS resolvers change on the system, as these can be used to snoop on traffic and redirect...
When being port-scanned, it would be nice to know who is scanning us. Maybe this info can be parsed from `lsof`? It's a bit difficult since portscans are very rapid...
I'm not sure if there's a bug with the Docker setup in the README, or if there are missing steps that should be documented. Despite having a test file uploaded...
There seems to be something preventing brotlipy from working on my machine: ```bash $ pip --version pip 19.0.1 $ virtualenv -p $(which python3.7) venv $ source venv/bin/activate $ python --version...
We're getting intermittent failing builds in our project: https://github.com/pirate/ArchiveBox/runs/1328177855 due to what looks like rate-limiting. Is this indeed rate-limiting of some API call, and if so, can we pay to...
Not sure if there's a better way to do multi-arch support, so I just created a separate `Dockerfile.armhf`. Usage: ```bash docker build --file Dockerfile.armhf --tag hera:armhf docker run \ --name=hera...
Got an alert that my 48GB server was running out of ram, when it normally has ~25GB free. I found this little 😈 feasting itself on my spare RAM. ...
I've noticed when using hera with multiple projects on the same host, the moment I try to run two instances of Hera they seem to fight with eachother. Errors about...