Catch Fishing Script

Hello,

I am using a simple script to catch fishing at my server.

It will work locating malicious files and sending to my e-mail the results, although I dont know how to send e-mail from the command line using exim.

For qmail it works this way:

echo "To: e-mail@e-mail.com
Subject: Apache Monitor

`locate itau_dima` ; `locate xxx.php` ; `locate x9.php` ; `locate lanzinho.txt` ; `locate *.scr` ; `locate aacd.htm` ; `locate crss3.exe` ; `locate email*.txt` ; `locate cartao.exe` ; `locate cartao1.exe` ; `locate lista1.txt` ; `locate spam.pl` ; `qmailctl stat`
" | /var/qmail/bin/qmail-inject

Thank you.

 

 

 

 

Top