Waraxe IT Security Portal  
  Login or Register
::  Home  ::  Search  ::  Your Account  ::  Forums  ::   Waraxe Advisories  ::  Tools  ::
February 9, 2012
Menu
 Home
 Logout
 Discussions
 Forums
 Members List
 IRC chat
 Tools
 Base64 coder
 MD5 hash
 CRC32 checksum
 ROT13 coder
 SHA-1 hash
 URL-decoder
 Sql Char Encoder
 Affiliates
 Error solutions
 y3dips ITsec
 Md5 Cracker
 plain-text.info
 Game Reviews
 User Manuals
 AlbumNow
 Content
 Content
 Sections
 FAQ
 Top
 Info
 Feedback
 Recommend Us
 Search
 Journal
 Your Account



User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: Nicholas
New Today: 0
New Yesterday: 2
Overall: 7982

People Online:
Visitors: 246
Members: 1
Total: 247

Online Now:
01: ZiPo - Homepage
milw0rm
·[webapps / 0day] - Tube Ace(Adult PHP Tube Script) SQL Injection
·[webapps / 0day] - GAzie <= 5.20 Cross Site Request Forgery
·[dos / poc] - Edraw Diagram Component 5 ActiveX buffer overflow DoS
·[dos / poc] - PHP 5.4.0RC6 64bit Denial of Service
·[dos / poc] - PHP 5.4SVN-2012-02-03 htmlspecialchars/entities Buffer Overflow
·[dos / poc] - torrent-stats httpd.c Denial of Service
·[remote exploits] - Icona SpA C6 Messenger DownloaderActiveX Control Arbitrary File Execute
·[remote exploits] - Sunway Forcecontrol SNMP NetDBServer.exe Opcode 0x57
·[dos / poc] - NetSarang Xlpd Printer Daemon 4 Denial of Service Vulnerability
·[dos / poc] - OfficeSIP Server 3.1 Denial Of Service Vulnerability

read more...
PacketStorm News
·Debian Security Advisory 2384-2
·Secunia Security Advisory 47843
·Secunia Security Advisory 47856
·Secunia Security Advisory 47859
·Secunia Security Advisory 47851
·Secunia Security Advisory 47806
·Secunia Security Advisory 47846
·Secunia Security Advisory 47817
·Secunia Security Advisory 47813
·Secunia Security Advisory 47847

read more...
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Hash related information -> oclHashcat
Post new topic  Reply to topic View previous topic :: View next topic 
oclHashcat
PostPosted: Sat May 01, 2010 9:27 pm Reply with quote
K99
Regular user
Regular user
 
Joined: Dec 25, 2009
Posts: 14








oclHashcat is a free gpu supported hashcracking tool.



Features

* Free
* Multi-GPU
* Multi-Hash
* Linux & Windows native binaries
* Uses OpenCL
* Fastest multihash MD5 cracker on NVidia cards
* Fastest multihash MD5 cracker on ATI 5xxx cards
* Supports wordlists (not limited to Brute-Force / Mask-Attack)
* Can mix wordlists with Mask-Attack to emulate Hybrid-Attacks
* Runs very cautious, you can still watch movies while cracking
* Number of workload can be configured (like -n in hashcat)
* Supports pause / resume
* Supports huge numbers of hashes (4 million and more)
* Able to work in a distributed environment
* Includes hashcats entire rule engine to modify wordlists on start
* ... and much more


Algorithms

* MD5
* md5(md5($pass))
* md5(md5($pass).$salt)
* MD4
* NTLM

Tested OS

* Windows XP 32bit
* Windows XP 64bit
* Windows Vista 64bit
* Windows 7 64bit
* Debian Lenny 32bit
* Ubuntu 9.02 64bit
* Ubuntu 9.10 64bit

Tested GPU

* 8500gt
* 8700mgt
* 8800gt
* 8800gts
* 9600gt
* 9800gt
* gt240
* gtx260
* gtx280
* gtx285
* gtx295
* hd4850
* hd4870
* hd5770
* hd5870



Check the website to download it:

http://hashcat.net/oclhashcat/

irc://irc.rizon.net/hashcat
View user's profile Send private message
PostPosted: Fri Jun 18, 2010 9:01 am Reply with quote
arturis
Active user
Active user
 
Joined: Mar 07, 2010
Posts: 26




new version v0.20 has been released today Smile

Code:

* changes v0.19 -> v0.20:

type: improvement
file: oclHashcat
desc: added wordlist segmentation, allows wordlists to be of arbitrary size
refe: docs/todo.txt

type: improvement
file: oclHashcat
desc: made restore more precise, not longer depending on right mask
refe: docs/todo.txt

type: improvement
file: oclHashcat
desc: added -m 1100 = Domain Cached Credentials
refe: http://hashcat.net/forum/thread-50.html

type: improvement
file: oclHashcat
desc: added -m 300 = MySQL4.1/MySQL5
refe: http://hashcat.net/forum/thread-39.html

type: improvement
file: oclHashcat
desc: moved wordlist generator from cpu to gpu

type: improvement
file: oclHashcat
desc: added support for external salts
refe: http://hashcat.net/forum/thread-36.html

type: improvement
file: oclHashcat
desc: made speed display more user-friendly with dynamic suffixes
refe: http://hashcat.net/forum/thread-38.html

type: bug
file: oclHashcat
desc: uncatched file not found exception if in restore mode
refe: http://hashcat.net/forum/thread-40.html

type: bug
file: oclHashcat
desc: uncatched floating point exception if number of combinations is zero
refe: http://hashcat.net/forum/thread-40.html

type: bug
file: oclHashcat
desc: rule ] was not working correctly
refe: http://hashcat.net/forum/thread-54.html

type: documentation
file: rules.txt
desc: added basic description of rules
refe: http://hashcat.net/forum/thread-54.html

* changes v0.18 -> v0.19:

type: improvement
file: oclHashcat
desc: added support for bitalign on ATI HD5xxx

type: improvement
file: oclHashcat
desc: optimized single-hash handling

type: improvement
file: oclHashcat
desc: split kernel to reduce initialization time

type: improvement
file: oclHashcat
desc: added -m 1 = md5($pass.$salt)
refe: http://hashcat.net/forum/thread-11.html

type: improvement
file: oclHashcat
desc: added -m 2 = md5($salt.$pass)

type: improvement
file: oclHashcat
desc: added -m 100 = SHA1

type: improvement
file: oclHashcat
desc: added --gpu-loops to fine-tune workload if -n is not precise enough
refe: http://hashcat.net/forum/thread-8.html

type: improvement
file: oclHashcat
desc: added new valid values for -n 40 and 160
refe: http://hashcat.net/forum/thread-8.html

type: improvement
file: oclHashcat
desc: added support for changing workload while cracking (hit +/-)

type: improvement
file: oclHashcat
desc: added --restore parameter to restore previous aborted session
refe: http://hashcat.net/forum/thread-16.html

type: improvement
file: oclHashcat
desc: added --quiet mode

type: improvement
file: oclHashcat
desc: added --output-format parameter
refe: http://hashcat.net/forum/thread-28.html

type: defaults
file: oclHashcat
desc: changed -n default to 8 on NVidia, you can of course still use -n 1

type: add-on
file: batchcrack.sh
desc: added batchcrack shell-script. works on linux and windows

type: bug
file: oclHashcat
desc: when recovering salted hashes, the salt used was always the first salt

type: bug
file: oclHashcat
desc: words counter may overflow since they were based on 32 bit integers

type: bug
file: oclHashcat
desc: removed useless 0x7f char from predefined mask ?s
refe: http://hashcat.net/forum/thread-15.html

type: bug
file: oclHashcat
desc: device-mask parameter -d was not working correctly
refe: http://hashcat.net/forum/thread-6.html

type: bug
file: oclHashcat
desc: mysql-hash loading valid check was not working correctly

type: documentation
file: example.sh
desc: ported version of example.cmd to linux

type: documentation
file: performance
desc: added note about fixed ATI opencl runtime

type: documentation
file: readme
desc: added new features, more tested GPUs and OSs
View user's profile Send private message
PostPosted: Thu Jan 20, 2011 7:57 pm Reply with quote
K99
Regular user
Regular user
 
Joined: Dec 25, 2009
Posts: 14




The last version of hashcat is oclHashcat v0.24

changes v0.23 -> v0.24
Code:
NVidia 8800gt, % applies to MD5

        2 hashes: v0.23 =  302.9M/s, v0.24 =  311.3M/s
  500.000 hashes: v0.23 =  295.6M/s, v0.24 =  302.5M/s

NVidia gtx465, % applies to SHA-1

        2 hashes: v0.23 =  376.9M/s, v0.24 =  430.3M/s
  500.000 hashes: v0.23 =  366.8M/s, v0.24 =  418.3M/s


It supports the following algorithms:
* MD5
* md5($pass.$salt)
* md5($salt.$pass)
* md5(md5($pass))
* md5(md5($pass).$salt)
* SHA1
* sha1($pass.$salt)
* sha1($salt.$pass)
* MySQL
* MySQL4.1/MySQL5
* MD4
* NTLM
* Domain Cached Credentials

You can downlaod it here:
http://hashcat.net/oclhashcat/
View user's profile Send private message
PostPosted: Mon Feb 21, 2011 4:15 pm Reply with quote
K99
Regular user
Regular user
 
Joined: Dec 25, 2009
Posts: 14




New update. World record for all listed algorithms.



http://hashcat.net/forum/thread-309.html
View user's profile Send private message
oclHashcat
  www.waraxe.us Forum Index -> Hash related information
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Post new topic  Reply to topic  




Powered by phpBB © 2001-2008 phpBB Group






All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2010 Janek Vind "waraxe"

Page Generation: 0.184 Seconds