Skip to content

Instantly share code, notes, and snippets.

View ebanDev's full-sized avatar
🌱
hey !

Eban ebanDev

🌱
hey !
View GitHub Profile
@marklit
marklit / install.sh
Last active November 24, 2021 13:26
Bot Detection Script. Works with Apache and Nginx Log Files.
sudo apt-get update
sudo apt-get install \
python-dev \
python-pip \
python-virtualenv
virtualenv findbots
source findbots/bin/activate
curl -O http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz