Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Building hashcat v3.20
Post: RE: Building hashcat v3.20
All good now atom and many thanks for your time :-) |
|
Si2006 |
hashcat
|
12 |
12,514 |
12-02-2016, 09:33 PM |
|
|
Thread: Building hashcat v3.20
Post: Building hashcat v3.20
Thanks for the release :-). I've upgraded from 3.10 to 3.20 although I get the following and I'm not sure where to go from here.
It's a clean build.
Ubuntu 16.04 Server
amdgpu-pro
./hashcat -b
***... |
|
Si2006 |
hashcat
|
12 |
12,514 |
12-02-2016, 06:44 PM |
|
|
Thread: Building hashcat v3.20
Post: RE: Building hashcat v3.20
atom Wrote: (12-02-2016, 07:02 PM)
--
Just do:
git reset --hard
git clean -f
git pull
make clean
make
--
I've done the above but I still receive the same as before atom.
Code:
--
./hashc... |
|
Si2006 |
hashcat
|
12 |
12,514 |
12-02-2016, 07:51 PM |
|
|
Thread: Need help with the HOWTO: Ubuntu Server guide
Post: RE: Need help with the HOWTO: Ubuntu Server guide
Your problem relates to your kernel version 4.4.0-45-generic, rollback to kernel 4.2.0 and it should be all good. |
|
Si2006 |
hashcat
|
8 |
12,159 |
11-02-2016, 11:46 PM |
|
|
Thread: Help with R9 290 WPA speed
Post: RE: Help with R9 290 WPA speed
try benchmarking with mode -a 3 (mask attack ?a?a?a?a?a?a?a?a?a ) instead of wordlist and play about about with the -n -u flags.
or add a rules file in conjunction with wordlist. |
|
Si2006 |
Old oclHashcat Support
|
5 |
12,076 |
01-03-2014, 05:37 PM |
|
|
Thread: XFX 290 Issues
Post: RE: XFX 290 Issues
|
Si2006 |
Hardware
|
7 |
11,749 |
05-21-2015, 08:42 PM |
|
|
Thread: Sapphire r9 290x 4gb
Post: RE: Sapphire r9 290x 4gb
Add --gpu-temp-retain=20, that will keep the fans at 100% throughout an attack. |
|
Si2006 |
Old oclHashcat Support
|
8 |
11,581 |
06-08-2015, 11:03 PM |
|
|
Thread: Temperature Accuracy v1.01
Post: Temperature Accuracy v1.01
Just noticed that the temperature reported on gpu 2 within hashcat differs from aticonfig, it seems gpu 2 is just mirroring gpu 1 temps.
I'll leave you guys to consider if this is a bug or not.
HWMo... |
|
Si2006 |
Old oclHashcat Support
|
4 |
9,908 |
01-01-2014, 03:01 AM |
|
|
Thread: Temperature Accuracy v1.01
Post: RE: Temperature Accuracy v1.01
For the record, I ain't using risers. |
|
Si2006 |
Old oclHashcat Support
|
4 |
9,908 |
01-02-2014, 04:18 PM |
|
|
Thread: Temperature Accuracy v1.01
Post: RE: Temperature Accuracy v1.01
|
Si2006 |
Old oclHashcat Support
|
4 |
9,908 |
01-05-2014, 07:18 PM |
|
|
Thread: How i arrange pass for BF?
Post: RE: How i arrange pass for BF?
-i --increment-min=8 also
Hope you have plenty of time on your hands. |
|
Si2006 |
Old oclHashcat Support
|
5 |
9,522 |
06-17-2014, 08:59 PM |
|
|
Thread: Some Invalid Rules - Hashcat v1.00
Post: RE: Some Invalid Rules - Hashcat v1.00
Thats a shame, but thanks for clearing that up. |
|
Si2006 |
General Help
|
4 |
9,295 |
12-20-2013, 11:59 PM |
|
|
Thread: Some Invalid Rules - Hashcat v1.00
Post: Some Invalid Rules - Hashcat v1.00
I created a simple rule set to append popular email domains but hashcat is complaining it cannot convert some of them, any idea as to why?
Out of a list of over 100 the ones below are the problem.
... |
|
Si2006 |
General Help
|
4 |
9,295 |
12-20-2013, 11:45 PM |
|
|
Thread: I don't know what software to use
Post: RE: I don't know what software to use
"don'tCumKnocking1010?a?a5050HaGotYa%" should cover it on mode -a 3 |
|
Si2006 |
General Help
|
5 |
8,282 |
06-12-2015, 09:51 PM |
|
|
Thread: [HD 5450] Benchmark?
Post: RE: [HD 5450] Benchmark?
See here for estimations https://golubev.com/gpuest.htm
at 3022H/s for WPA, it's very poor. |
|
Si2006 |
Hardware
|
2 |
7,902 |
01-02-2014, 04:32 PM |
|
|
Thread: Hashcat "Liveview"
Post: RE: Hashcat "Liveview"
Simple enough with linux, tail -f $filename
or in your case, with Windows Powershell
Get-Content outfile.txt -Wait
Providing you specify an outfile with hashcat parameter -o |
|
Si2006 |
General Help
|
5 |
7,857 |
10-22-2014, 11:13 PM |
|
|
Thread: Combinator attack not recognizing -j rule
Post: RE: Combinator attack not recognizing -j rule
Try enclosing you rule with quotes "$-" |
|
Si2006 |
Old oclHashcat Support
|
4 |
7,716 |
03-29-2015, 10:18 PM |
|
|
Thread: Show found passwords
Post: RE: Show found passwords
|
Si2006 |
hashcat
|
5 |
7,057 |
01-17-2017, 03:10 PM |
|
|
Thread: Show found passwords
Post: RE: Show found passwords
Then use UnxUtils, https://unxutils.sourceforge.net |
|
Si2006 |
hashcat
|
5 |
7,057 |
01-17-2017, 04:52 PM |
|
|
Thread: Show found passwords
Post: RE: Show found passwords
Or
Get-Content output.txt –Wait
Powershell |
|
Si2006 |
hashcat
|
5 |
7,057 |
01-17-2017, 04:55 PM |