Nuovo bug per mamma microsoft.
Vi ricordo che ms12_004 è attualmente in giro per il mondo ad infettare pc windows
Risolto con l’aggiornamento KB2631813.

Da metasploit description:
More…
Il captcha è stata la morte per gli spam bot.
Attraverso il CAPTCHA è possibile rendere più sicure le nostre applicazioni da spammers e bot.
Da wikipedia:
A CAPTCHA is a type of challenge-response test used in computing as an attempt to ensure that the response is generated by a person. The process usually involves one computer (a server) asking a user to complete a simple test which the computer is able to generate and grade. Because other computers are assumed to be unable to solve the CAPTCHA, any user entering a correct solution is presumed to be human. Thus, it is sometimes described as a reverse Turing test, because it is administered by a machine and targeted at a human, in contrast to the standard Turing test that is typically administered by a human and targeted at a machine. A common type of CAPTCHA requires the user to type letters or digits from a distorted image that appears on the screen.
Un esempio:

Vediamo oggi come bypassare queste protezioni
Nuova vlnerabilità per i sistemi linux con kernel >=2.6.39 indifferente se a 32 o a 64 bit.
Questa vulnerabilità permette un Privilege Escalation perciò di scalare i privilegi e diventare root.
L’analisi dell’exploit l’ho salvato in pdf perchè il sito dello sviluppatore su e giù ![]()

La vulnerabilità scoperta da zx2c4 è molto grave:
More…
Molte app di android usano la rete ed è bello analizzarle in cerca di vulnerabilità.
In più con l’espansione di android si incrementano le malcius app.

Vediamo come mettere su un Android Pentest Lab.
La prima cosa è scaricare l’android sdk:
http://developer.android.com/sdk/index.html
Adesso scompattiamo il file:
tar xfz android-sdk*
Entriamo nella directory:
cd android-sdk*
E andiamo nella directory tools.
More…