Nick Sweeting

Results 140 issues of Nick Sweeting

new feature
long-term
contribution wanted

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...

new feature
contribution wanted

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...

new feature
minor tweak
contribution wanted

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...

new feature
contribution wanted

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...

kind/bug
need/triage

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...

enhancement

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. ![image](https://user-images.githubusercontent.com/511499/79189386-9d6c5600-7def-11ea-97a2-0d91ae349a4d.png)...

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...