Keybase proof
I hereby claim:
- I am ph1ash on github.
- I am h3rm3s (https://keybase.io/h3rm3s) on keybase.
- I have a public key ASAyN538dUBHGOYuYAK6ciQUbNiQafIqRTBZf2yVuK-mhAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/python3 | |
import json | |
import subprocess | |
logFile = '/var/log/fail2ban.log' | |
banList = [] | |
banListGeo = {} | |
with open(logFile) as f: |