Best options for my system and true syntx
#1
Hello everybody,
I would kindly want to ask best options for my hardware listed below for a single hash (password should be 6-15 numerics(digits) ONLY) and what is the complete command i should use for brute force attack with resume option enabled only.
Thank you very much.
Specs:
SiSoftware Sandra

Total Memory : 2.64GB DDR3 SO-DIMM

Processors
Processor : Intel(R) Core(TM) i7-3632QM CPU @ 2.20GHz (4C 8T 3.09GHz, 3.1GHz IMC, 4x 256kB L2, 6MB L3)
Socket/Slot : FC PGA988

Chipset
Memory Controller : HP ProBook 4540s 100MHz, 2x 3GB DDR3 SO-DIMM 1.6GHz 128-bit, Integrated Graphics

Memory Module(s)
Memory Module : Samsung M471B5773DH0-CK0 2GB DDR3 SO-DIMM PC3-12800S DDR3-1600 (11-11-11-29 5-40-13-6)
Memory Module : Hynix (Hyundai) HMT351S6CFR8C-PB 4GB DDR3 SO-DIMM PC3-12800S DDR3-1600 (11-11-11-29 5-40-13-6)

Video System
Monitor/Panel : LGD Generic PnP Monitor (1600x1200, 15.3")
Video Adapter : Intel(R) HD Graphics 4000 (16CU 128SP SM5.0 350MHz/1.15GHz, 2GB DDR3 1.6GHz 128-bit, Integrated Graphics)

Graphics Processor
OpenCL GP Processor : AMD Radeon HD 7650M (480SP 6C 500MHz, 2GB)
Compute Shader Processor : Intel(R) HD Graphics 4000 (128SP 16C 350MHz/1.15GHz, 2GB DDR3 1.6GHz/1.8GHz 128-bit, Integrated Graphics)



Operating System
Windows System : Microsoft Windows 7 Ultimate 6.01.7601 (Service Pack 1)
Platform Compliance : x86
#2
Since you kindly asked, here are the commands:
Code:
oclHashcat-lite64.exe -n 80 -m %hashmode% --pw-min=6 -1 01234 %hash% ?1?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d
hashcat-cliAVX.exe -n 8 -a 3 -m %hashmode% --pw-min=6 -1 56789 %hash% ?1?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d
Grab lite and hc.
Replace %hashmode% with whatever your hash mode is and %hash% with your hash.
Run both in parallel; first command is for lite, second is for hc.
#3
And I believe this notebook will be hot as hell after 2 cats Big Grin
#4
I did not mention the keyspace and available resources problem either.
#5
Thank you for all your answers. I really appreciate it.