[bglug] Sport Utility

Lore pino.maiuli@email.it
Mer 12 Gen 2005 09:00:14 CET


ERRATA CORRIGE
sorry

#!/bin/bash
FILE=/percorso/netstat
netstat -navt | grep "tcp" > $FILE
netstat -navu | grep "udp" >> $FILE
LINE=`wc $FILE | cut -b 7-8`
i=1
echo > /percorso/lista
until [ "$v" = "0" ]; do
   PROT=`nl -s "%" $FILE | grep "$i%" | cut -b 8-10`
   PORT=`nl -s "%" $FILE | grep "$i%" | cut -d ":" -f2 -s | cut -b 1-5`
   sh sport_utility $PORT $PROT >> /percorso/lista
   v=`expr $LINE -$i`
   i=`expr $i +1`
done
grep "trojan" /percorso/lista
grep....


Everyone please observe the fasten seatbelt and no smoking signs have been
turned on.
Sit back, and enjoy your flight.
----- Original Message ----- 
From: "Paolo Asperti" <paolo@asperti.com>
To: <bglug@lists.linux.it>
Sent: Wednesday, January 05, 2005 6:58 PM
Subject: Re: [bglug] Sport Utility


> Figo!
>
> Propongo subito un update:
> scriptino che prende l'output di `netstat -vatn`, cerca le porte nel db,
se una di queste porte e' considerata trojan ti telefona e ti fa sentire un
insulto registrato e casuale (preso da db, ovviamente) e riattacca. Da
mettere nel cron, ogni 2 minuti.
>
>
>
>
> -- 
>
>  - AxP -
>


----------------------------------------------------------------------------
----



-- 
Sito BgLUG: http://www.bglug.it
Mailing list: http://www.bglug.it/list/bglug
BgLUG-biz!: http://www.bglug.it/list/bglug-biz

 
 
 --
 Email.it, the professional e-mail, gratis per te: http://www.email.it/f
 
 Sponsor:
 Logos Finanziaria SPA. Società di credito ad erogazione diretta. Fino a 30.000 euro in 24 ore! Clicca e scopri come
* 
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=2909&d=12-1


Maggiori informazioni sulla lista bglug