Leggi il seguito »
[PYTHON]Fake DNS Server
Semplice server dns, che mi è servito per un attacco a dei router :D ne parlerò presto, basato su questo codice. http://code.activestate.com/recipes/491264-mini-fake-dns-server/ L’ho praticamente riscritto a modo mio, togliendo le classi,aggiungendo alcune opzioni. La configurazione è molto semplice ;) Basta modificare la prima riga: fake=['www.facebook.com','127.0.0.1','www.google.it','127.0.0.1'] E’ un array*, si usa così: #host =>fake ip response [...]
...
Leggi il seguito »
Leggi il seguito »
Tecniche avanzate di SQL INJECTION/XSS
12 agosto 2010 - Fonte: http://www.clshack.it
Evilsocket, nel febbraio 2010 mi aveva aperto gli occhi, sul come da una normale sql injection blind o normal che sia, è possibile aprirsi una shell remota sul server vittima :D Vediamo un esempio di codice php buggato: mysql_query("SELECT a FROM b WHERE id=".$_GET['id']); Come vediamo, il parametro id non viene filtrato … Sarebbe opportuno, [...]
...
Leggi il seguito »
Leggi il seguito »
[MS10-054]Metasploit:Remote DOS Microsoft SMB Server Trans2
12 agosto 2010 - Fonte: http://www.clshack.it
E il nostro amico g-laurent, famoso per i suoi exploit ha scoperto una nuova vulnerabilità del protocollo SMB di windows :P Cosa possiamo fare con questo exploit o.O ? Dal sito microsoft: Vulnerability details In order to exploit CVE-2010-2550, the attacker must have read permission on a SMB share on the target system. This implies [...]
Altri:
- [CVE-2010-2568]Metasploit:windows Oday Remote Code Exuction
- href="http://www.clshack.it/...
Leggi il seguito »
[Tutorial]Fierce v2: Sub-Domain Scanner
7 agosto 2010 - Fonte: http://www.clshack.it
Dal sito ufficiale, leggiamo: Fierce Domain Scan was born out of a frustration while performing a web application security audit. It used to be very time-consuming to discover large swaths of a non-contiguous corporate network, but it doesn’t have to be. It’s terribly easy to run a scanner against an IP range, but if a [...]
Altri:...
Leggi il seguito »
- [tutorial]Tool for Information Gathering
- href="http://www.clshack.it/AutoScan: OTTIMO Network Scanner per UBUNTU e windows :P
Leggi il seguito »
DOWNLOAD BackTrack 4 R1 – Public Release
5 agosto 2010 - Fonte: http://www.clshack.it
Molte novità interessanti :D sopratutto: full Fluxbox desktop environment has been added Oltre al kernel aggiornato, a nuovi tools e ai nuovi driver disponibili :D DOWNLOAD Altri:[DOWNLOAD]BackTrack 4 Final Installa su UBUNTU tutte le applicazioni di BackTrack 4
Altri:
...
Leggi il seguito »
Leggi il seguito »


