Johan Borestad
Johan Borestad
Hi. It's "apanzzon" from Reddit ;-) A fdir-cli version would be interesting. Due to corona chaos, I currently have very little spare time. Would avoid using a framework, to avoid...
Hi! Awesome cli tool. I'm currently trying to emulate the look & feel of [gnomon](https://github.com/paypal/gnomon), and the only thing lacking to have a somewhat similar output is to be able...
https://github.com/borestad/firehol-mirror **Goals / Why?** - Removed all `private` ips - Removed all `old/deprecated` blocklists - Proper `TTL to avoid spamming` https://iplists.firehol.org - Used as a baseline to `rebuild` the most...
Hi! FYI - Both lists are identical, as in no difference. https://github.com/LittleJake/ip-blacklist/blob/main/abuseipdb_blacklist_ip_score_75.txt https://github.com/LittleJake/ip-blacklist/blob/main/abuseipdb_blacklist_ip_score_100.txt
Hi again :) This is currently possible `ds -f sample.txt` ``` 999.999.999.999 $$$$$999.999.999.999$$$$$ 1.1.1.1 ``` output: ``` ip_address: 999.999.999.999 ip_address: $$$999.999.999.999$$$ ip_address: 1.1.1.1 ``` I'm not really sure howto handle...
Hi! Currently DataSurgon can't handle CIDR-ranges: Example: ``` 100.64.0.1 100.64.0.0/10 40.88.21.235/30 169.254.0.0/16 224.0.0.0/4 2002::1234:abcd:ffff:c0a8:101 2002::1234:abcd:ffff:c0a8:101/64 2001:db8:3333:4444:5555:6666:7777:8888 2001:db8:3333:4444:5555:6666:7777:8888/64 ``` Result ``` ❯ ds -C -f test.txt ip_address: 100.64.0.1 ip_address: 100.64.0.0 ip_address:...
Hi! Great util! Any chance to also distribute it as a static binary? (and more platforms as well, like mac m1) 🙂
Hi! Added a discussion here: https://github.com/dimo414/bkt/discussions/53