Jozef Reisinger
Jozef Reisinger
``` $ while true; do ip=$(./randip); curl --silent "https://isc.sans.edu/api/ip/${ip}?json" | jq; sleep 2; done { "ip": { "number": "104.213.54.128", "count": null, "attacks": null, "maxdate": null, "mindate": null, "updated": null, "comment":...
Hello, it's already implemented, e.g.:
I think this feature would not be consistent with the logic of the tool ...
Might be helpful: https://danielmiessler.com/blog/build-successful-infosec-career/
Hi @mhasanmhasan. I cloned [your fork](https://github.com/mhasanmhasan/checkip) and ran tests in it. They are failing. Can you fix them? Thanks. ``` $ make test go test ./... ? github.com/jreisinger/checkip [no test...
Also when testing your code, I hit a limit quite fast: ``` checkip: GreyNoise: GET https://api.greynoise.io/v3/community/59.24.133.197: 429 Too Many Requests ``` Can you investigate what is the quota and what...