examples



Brute-Force Attack 1
====================

Charset: a-z
Length: 8
Generates: aaaaaaaa - zzzzzzzz

$ oclHashcat.exe example.hash ?l?l?l?l ?l?l?l?l

Brute-Force Attack 2
====================

Charset: a-z0-9
Length: 7
Generates: aaaaaaa - 9999999

$ oclHashcat.exe example.hash -1 ?l?d ?1?1?1?1 ?1?1?1

Note: ?l and ?d are bound to ?1 first by using -1 parameter

Mask Attack 1
=============

Generates: aaaaaa1900 - Zzzzzz1999

$ oclHashcat.exe example.hash -1 ?l?u ?1?l?l?l ?l?l19?d?d

Note: This mask exploits well known pseudo-complex passwords by humans

Mask Attack 2
=============

Generates: 00aaaaa - ffZZZZZ

$ oclHashcat.exe example.hash -1 ?dabcdef -2 ?l?u ?1?1?2?2 ?2?2?2

Note: Efficient brute-force OSC salted hashes without having the salt

Combinator Attack 1
===================

Generates: helloworld

$ oclHashcat.exe example.hash example.dict example.dict

Combinator Attack 2
===================

Generates: hello.World

$ oclHashcat.exe example.hash example.dict example.dict --rule-left="$." --rule-right="c"

Rule1: Appends . to each word on the left side
Rule2: Capitalize each word on the right side

Hybrid Attack 1
===============

Generates: l0l1hello

$ oclHashcat.exe example.hash -n 80 -1 ?l?d ?1?1?1?1 example.dict

Note: Use bigger workgroups with -n resulting in much faster cracking on ATI

Hybrid Attack 2
===============

Generates: world2010

$ oclHashcat.exe example.hash -o cracked.txt example.dict ?d?d?d?d

Note: Write cracked hashes to file cracked.txt


Wyszukiwarka

Podobne podstrony:
general training example writing 6 10
Project manager CV example 1
Example01
group convolution example
drugs for youth via internet and the example of mephedrone tox lett 2011 j toxlet 2010 12 014
group matrix example
MSP430x13x, MSP430F14x, MSP430F15x, MSP430F16x Code Examples TI COM ?T140?molist C
pickle example
Source Program Information EXAMPLE
examples ?cident records
The Social EconomyBR The dynamics of the social economyBR Example of Basta Arbetskooperativ
WiDaF test examples
installation example

więcej podobnych podstron