Показать сообщение отдельно

  #7  
Старый 18.10.2006, 14:32
_-[A.M.D]HiM@S-_
Green member
Регистрация: 28.12.2005
Сообщений: 376
Провел на форуме:
5559831

Репутация: 1833
По умолчанию

http://www.hackersplayground.org/wordlists.html
http://passcrack.spb.ru/modules/Files/Public/passcrack.rar
http://www.insidepro.com/download/passwordspro.zip
http://rapidshare.de/files/23008116/Keyboard_nospec3.rar.html 3.49 KB
http://rapidshare.de/files/23008118/Keyboard_nospec4.rar.html 17.9 Kb
http://rapidshare.de/files/23008124/Keyboard_nospec5.rar.html 130 Kb
http://rapidshare.de/files/23008167/Keyboard_nospec6.rar.html 945 Kb
http://rapidshare.de/files/23008390/Keyboard_nospec7.rar.html 6.42 Mb
http://rapidshare.de/files/23008110/Keyboard_nospec8.rar.html 42.5 Mb
http://www.insidepro.com/download/dictionaries.zip
http://www.phreak.com/html/wordlists.shtml
http://www.x-hack.ru/modules.php?name=Files&d_op=show_cat_files&categor ies_id=8

http://passwords.ru
http://www.acolytez.com/dict/
http://void.cyberpunk.ru/wordlist/
http://icqinfo.ru/soft_brute.shtml
_http://zloy.org/downloads/zloy_pass_nick.zip

_http://team.ignore.ru/lofiversion/index.php/t64

_http://www.iseekyou.ru/forum/index.php?showtopic=62&mode=threaded

_http://neolamers.ru/dictionaries.htm
ftp://ftp.openwall.com/pub/wordlists/
ftp://ftp.ox.ac.uk/pub/wordlists/
ftp://ftp.funet.fi/pub/unix/security/dictionaries/
http://www.outpost9.com/files/WordLists.html
ftp://coast.cs.purdue.edu/pub/dict/wordlists/
http://rapidshare.de/files/29732630/date.rar.html
http://www.nsd.ru/soft.php?group=hacksoft&razdel=passwords
Код:
#!/usr/bin/perl -w
open(FIN,$ARGV[0]);
open(FOUT,'>'.$ARGV[1]);
while(read(FIN,$buf,0xffff)){
  while($buf=~s/,/\n/g){}
  print FOUT $buf;
}
close(FIN);
close(FOUT);
Чистильщик

Последний раз редактировалось _-[A.M.D]HiM@S-_; 18.10.2006 в 14:35..