Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Stats Processor Spitting Out Junk
Post: RE: Stats Processor Spitting Out Junk
Since you have to have good wordlists to train statsprocessor, it doesn't make much sense to use statsprocessor to build a wordlist. As stated above, its primary purpose is to extend oclHashcat-style ... |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
11,536 |
07-28-2014, 10:14 AM |
|
|
Thread: Stats Processor Spitting Out Junk
Post: RE: Stats Processor Spitting Out Junk
statsprocessor is built into oclHashcat and used by default anywhere a mask is used, so the only reason to use statsprocessor is to add oclHashcat-style per-position markov support to other applicatio... |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
11,536 |
07-28-2014, 04:02 AM |
|
|
Thread: Odd Bruteforce Issue
Post: RE: Odd Bruteforce Issue
Please file a bug report on Trac, providing easily-verifiable test cases for us to reproduce. |
|
epixoip |
Old oclHashcat Support
|
8 |
11,500 |
04-17-2015, 11:23 PM |
|
|
Thread: Odd Bruteforce Issue
Post: RE: Odd Bruteforce Issue
@mastercracker: no, hashcat supports potfiles now, and he specifically stated that "it finds x number of hashes in the pot file", referring to the "INFO: removed X hashes found in pot file" line, so h... |
|
epixoip |
Old oclHashcat Support
|
8 |
11,500 |
04-18-2015, 09:41 AM |
|
|
Thread: Intel iGPU OpenCL cards support
Post: RE: Intel iGPU OpenCL cards support
Intel only supports OpenCL on GPU on Windows, no Linux support. |
|
epixoip |
Hardware
|
6 |
11,482 |
12-29-2013, 11:56 AM |
|
|
Thread: Method for removing crap/generated passwords from word lists?
Post: RE: Method for removing crap/generated passwords f...
So you're looking for a way to distinguish human-generated passwords from machine-generated passwords? I know of no public tool that can do this, but it certainly can be done with some degree of accur... |
|
epixoip |
General Talk
|
9 |
11,465 |
07-26-2016, 06:08 PM |
|
|
Thread: bypass hashcat
Post: RE: bypass hashcat
'bypass' means skip the current attack and go to the next attack. Only applicable when using multiple wordlists or multiple masks. |
|
epixoip |
Old hashcat Support
|
4 |
11,462 |
04-30-2016, 09:39 PM |
|
|
Thread: Filter current wordlists by length of the password
Post: RE: Filter current wordlists by length of the pass...
awk 'length > 7' wordlist.txt >new.txt |
|
epixoip |
General Talk
|
2 |
11,447 |
06-10-2013, 07:25 AM |
|
|
Thread: How to Bruteforce a part-known string?
Post: RE: How to Bruteforce a part-known string?
your mask is correct (great job on that by the way, most people who are new to hashcat do not pick up on masks so quickly), you just need to add --pw-min 8
Code:
--
hashcat-cli32 -a 3 -o found.t... |
|
epixoip |
Old hashcat Support
|
4 |
11,433 |
06-05-2013, 12:26 AM |
|
|
Thread: How to Bruteforce a part-known string?
Post: RE: How to Bruteforce a part-known string?
Szulik Wrote: (06-05-2013, 07:29 PM)
--
epix i thing that You dont understand question ;] ?l2013 isnt pw-min 8
Guy need to find word with string "2013" it can be "e2013" witch dont have 8 chars leng... |
|
epixoip |
Old hashcat Support
|
4 |
11,433 |
06-06-2013, 12:29 AM |
|
|
Thread: Strange GPU behavior? (OC Nvidia GTX570)
Post: RE: Strange GPU behavior? (OC Nvidia GTX570)
do not test overclock stability with wpa. test with MD4 and -n 800, or use md5stress. |
|
epixoip |
Old oclHashcat Support
|
4 |
11,426 |
01-05-2014, 08:13 AM |
|
|
Thread: Strange GPU behavior? (OC Nvidia GTX570)
Post: RE: Strange GPU behavior? (OC Nvidia GTX570)
the patch has nothing to do with it.
overvolting and overclocking do not necessarily go hand-in-hand. overvolting is only necessary in the case of aggressive overclocking. a 130 Mhz overclock is no... |
|
epixoip |
Old oclHashcat Support
|
4 |
11,426 |
01-05-2014, 10:06 AM |
|
|
Thread: LM hash command
Post: RE: LM hash command
you're defining a custom charset, but using ?l (lower alpha) in your mask. so you're only brute forcing length 7 lower alpha passwords, you aren't using your custom charset at all. also if you want to... |
|
epixoip |
Old oclHashcat Support
|
4 |
11,424 |
04-08-2014, 07:54 AM |
|
|
Thread: Noob here, need help understanding what went wrong
Post: RE: Noob here, need help understanding what went w...
cisco type 5 hashes start with $1$, not $sdf$
i'm not a networking guy and don't really do much with cisco devices, so i'm unsure what password type this is. but i know it's not type 4, type 5, or ... |
|
epixoip |
General Help
|
5 |
11,420 |
06-25-2013, 10:18 AM |
|
|
Thread: Noob here, need help understanding what went wrong
Post: RE: Noob here, need help understanding what went w...
jambajuicer103 Wrote: (06-25-2013, 11:00 AM)
--
Enable secret 5 $sdf$6978yhg$jnb76sd
--
this seems to be specific to the emulator you are using, that's not what a type 5 hash looks like at all. doi... |
|
epixoip |
General Help
|
5 |
11,420 |
06-25-2013, 12:47 PM |
|
|
Thread: Noob here, need help understanding what went wrong
Post: RE: Noob here, need help understanding what went w...
if you would like some real type 5 hashes to play with, try these:
Code:
--
$1$wjaaNYa2$//NvClG8NIGKy4jb06H0x/
$1$OQZCWFJF$4ut/weTDLkbPPnhBFGSNb0
$1$gbPLdmtg$Y3xrniy5iIlB3ajxGpZkK0
$1$zMGNVia... |
|
epixoip |
General Help
|
5 |
11,420 |
06-25-2013, 12:49 PM |
|
|
Thread: [VCL Cluster] Graphic Card Detected but Hashcat not running
Post: RE: [VCL Cluster] Graphic Card Detected but Hashca...
it seems like a lot of people are having issues with 1.21. are you able to try a previous version? |
|
epixoip |
General Help
|
5 |
11,415 |
07-06-2013, 01:53 AM |
|
|
Thread: [VCL Cluster] Graphic Card Detected but Hashcat not running
Post: RE: [VCL Cluster] Graphic Card Detected but Hashca...
you'll need to email [email protected] and ask them
as far as uninstalling goes, do everything you did in reverse. |
|
epixoip |
General Help
|
5 |
11,415 |
07-08-2013, 10:11 AM |
|
|
Thread: [VCL Cluster] Graphic Card Detected but Hashcat not running
Post: RE: [VCL Cluster] Graphic Card Detected but Hashca...
|
epixoip |
General Help
|
5 |
11,415 |
07-08-2013, 10:33 AM |
|
|
Thread: Correct syntax for oclHashcat when piping dictionary from samba share
Post: RE: Issue with checking status after oclhashcat st...
No, it certainly doesn't run perfectly. Your command pipeline isn't doing what you think it's doing. Look at the output.
Problem 1: your whole smbclient command is failing. It is erroring out with ... |
|
epixoip |
Old oclHashcat Support
|
7 |
11,386 |
03-17-2015, 03:57 AM |