hashcat Forum

Full Version: oracle11g -a6 -a7 increment not work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
key -i ignore
hc.exe -m 112 -a6 -i orahash dic ?d?d?d?d?d
its not supported
bad news
not bad news, just use a loop.
what is loop? what use it?
i'll forgive you since you're a windows user.

read about what a loop is here: https://en.wikipedia.org/wiki/Loop_(computing)#Loops

since you use windows, you'll probably want to use powershell.

read about loops in powershell here: https://social.technet.microsoft.com/wik...en-en.aspx

your loop might look something like this:

Code:
$masks = '?d','?d?d','?d?d?d','?d?d?d?d','?d?d?d?d?d'

$masks | foreach { .\oclHashcat-plus64.exe .\example0.hash -a 6 .\example.dict $_ }
I'd like to use hc without programming knowledge and scripts.
as the blonde. run and crack! without problem

ease of use is a beautifully
always
don't post any more questions then if you're content with being a worthless script kiddie. we have no use for those who have no desire to learn.
you in any case, thanks for help
that is my advice to the creator
I like to learn
time of life is limited, i have my own interests
impossible to know everything, and do not always need
Does finding password from hash these days should be same as eating candy? Some time ago it was - plese halp me SL3 hascat not work. Now it's same, just in correct English. One line of code is a problem for people who 'hacking' naturally complex things.
Pages: 1 2 3