|
1 year ago | |
---|---|---|
BalhauList.txt | 1 year ago | |
README.md | 2 years ago |
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