Skip to content

Instantly share code, notes, and snippets.

View developarts's full-sized avatar
🏠
Working from home

Developarts developarts

🏠
Working from home
View GitHub Profile
@developarts
developarts / search_mail_scripts.sh
Last active December 3, 2015 18:55
Detectar scripts que envian correo
grep cwd /var/log/exim_mainlog | grep -v /var/spool | awk -F"cwd=" '{print $2}' | awk '{print $1}' | sort | uniq -c | sort -n