PiHole files
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
balhau@balhau.net 8e3daa0722
More spam
1 year ago
BalhauList.txt More spam 1 year ago
README.md Fix markdown violations 2 years ago

README.md

PIHole Blacklists

Utility commands

Print all email patterns for a citadel db

sudo cat data/cdb.00 | strings | grep <pattern1> | grep <pattern2> | sed 's/^[^@]*[@]//g' | sort | uniq

Example:

sudo cat data/cdb.00 | strings | grep virus | grep "@" | sed 's/^[^@]*[@]//g' | sort | uniq

All dns reply responses from pihole

sudo tail -f /var/log/pihole.log | grep reply