Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: how do i remove all duplicate words from a txt file?
Post: RE: how do i remove all duplicate words from a txt...
You can have sort & uniq & other *nix tools under windows without the cygwin sh** : https://gnuwin32.sourceforge.net |
|
Mem5 |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
9 |
9,543 |
12-24-2016, 08:49 PM |
|
|
Thread: cap2hccapx and odd ESSID
Post: cap2hccapx and odd ESSID
Hi,
I would like to modify cap2hccapx.c (and push it to github if needed) to print ESSID in hexadecimal.
Why ? To display/manipulate odd characters in the ESSID string e.g. russian, accent, etc
... |
|
Mem5 |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
6 |
7,819 |
03-17-2017, 09:23 AM |
|
|
Thread: cap2hccapx and odd ESSID
Post: RE: cap2hccapx and odd ESSID
I mean :
Quote:
--
usage: cap2hccapx.exe input.pcap output.hccapx [filter by essid] [additional network essid:bssid]
--
How can I write an odd ESSID in the third parameter ?
As the ESSID could be s... |
|
Mem5 |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
6 |
7,819 |
03-17-2017, 11:31 PM |
|
|
Thread: Hi, need some help about hashcat
Post: RE: Hi, need some help about hashcat
You need python to run pdf2john.py, before launching hashcat against its output.
Considering your beginner skills I would go for online cracking such as https://www.google.com/search?q=online+pdf+hash... |
|
Mem5 |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
11 |
6,616 |
03-10-2019, 08:34 PM |
|
|
Thread: Hi, need some help about hashcat
Post: RE: Hi, need some help about hashcat
undeath Wrote: (03-11-2019, 12:36 AM)
--
actually it's pdf2john.pl, hence a perl script which you need perl for, not python.
--
Indeed. It also exists python here (https://github.com/stricture/hashs... |
|
Mem5 |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
11 |
6,616 |
03-11-2019, 10:00 AM |
|
|
Thread: cap2hccapx - Networks detected: 0
Post: RE: cap2hccapx - Networks detected: 0
Convert your cap file with hcxpcaptool from https://github.com/ZerBea/hcxtools
It will show you information about the cap file and convert it to hccapx
cap2hccapx is now obsolete and should not be u... |
|
Mem5 |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
7 |
5,290 |
05-02-2019, 12:31 PM |
|
|
Thread: Hashcat settings - explanation
Post: RE: Hashcat settings - explanation
Hashcat tries each line from your wordlist.
So it will test "ttaabbcc" first, then "BI", then "123456789", etc.
"BI" will be skipped as the WPA password must be greater or equal to 8.
You need to... |
|
Mem5 |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
6 |
1,344 |
07-26-2020, 12:04 PM |
|
|
Thread: v3.0 : *.dic: No such file or directory
Post: v3.0 : *.dic: No such file or directory
Hi,
I was testing hashcat v3.0 beta and put "*.dic" to specify all my .dic, I had :
Quote:
--
ERROR: D:\dics\*.dic: No such file or directory
--
hashcat v3.0 does not support glob anymore ? |
|
Mem5 |
hashcat
|
2 |
4,767 |
06-07-2016, 08:34 AM |
|
|
Thread: v3.0 : *.dic: No such file or directory
Post: RE: v3.0 : *.dic: No such file or directory
|
Mem5 |
hashcat
|
2 |
4,767 |
06-07-2016, 06:47 PM |
|
|
Thread: hashcat v3.00
Post: RE: hashcat v3.00
Many thanks again. Going to test it ASAP and will do feedbacks :) |
|
Mem5 |
hashcat
|
10 |
129,162 |
06-29-2016, 10:22 PM |
|
|
Thread: What means "1024/4096 MB allocatable"
Post: What means "1024/4096 MB allocatable"
hashcat v3.00, wordlist attack :
Quote:
--
OpenCL Platform #1: NVIDIA Corporation
======================================
- Device #1: GeForce GTX 980, 1024/4096 MB allocatable, 16MCU
--
Why only 1... |
|
Mem5 |
hashcat
|
1 |
4,416 |
06-30-2016, 08:40 AM |
|
|
Thread: MD5 and v3.00
Post: RE: MD5 and v3.00
So.. pure bruteforcing on 3.00 is faster than v2.01 ; but rules and wordlist attacks is slower.
Weird ? |
|
Mem5 |
hashcat
|
19 |
21,392 |
07-02-2016, 10:19 PM |
|
|
Thread: MD5 and v3.00
Post: RE: MD5 and v3.00
I don't think so.
I am pretty sure the wordlist is transferred to GPU before starting the crack. |
|
Mem5 |
hashcat
|
19 |
21,392 |
07-02-2016, 11:08 PM |
|
|
Thread: MD5 and v3.00
Post: MD5 and v3.00
Hello,
I'm facing an issue with the new release of hashcat v3.00.
"in theory" MD5 is faster in v3.00 than in v2.01 by +18,63% according to the comparison table (GTX 980)
Quote:
--
On my GTX 980 :
... |
|
Mem5 |
hashcat
|
19 |
21,392 |
07-02-2016, 01:02 PM |
|
|
Thread: MD5 and v3.00
Post: RE: MD5 and v3.00
So, let me summarize a bit :
- pure bruteforcing : v3.00 is faster
- Straight wordlist (no rules) : v3.00 is faster
- wordists + rules : v2.01 is faster BUT buggy
Am I right ? |
|
Mem5 |
hashcat
|
19 |
21,392 |
07-05-2016, 08:31 PM |
|
|
Thread: What's "xxx ms" in Speed.Dev ?
Post: What's "xxx ms" in Speed.Dev ?
Hi,
Indroduced in v3.00 what does
Speed.Dev.#1...: 4883.5 kH/s (3.27ms)
means ?
Should it be high or low ?
For information, this is what I get with MD5 (-w 3, 200 hashes, GTX1080), straight wordli... |
|
Mem5 |
hashcat
|
3 |
5,303 |
07-06-2016, 08:18 AM |
|
|
Thread: What's "xxx ms" in Speed.Dev ?
Post: RE: What's "xxx ms" in Speed.Dev ?
Oh yes I read it and forget :s
-w 4 is it really insane ? For a headless dedicated machine. |
|
Mem5 |
hashcat
|
3 |
5,303 |
07-06-2016, 10:01 PM |
|
|
Thread: Outfile Formats and WPA(2)
Post: Outfile Formats and WPA(2)
Hi,
I am wondering if there is a way to add the HCCAP filename when cracked ?
Currenlty I have :
Quote:
--
essid:01fxx7exxxx:exxxx844:password
--
Is there a way to print :
Quote:
--
testfile.hcc... |
|
Mem5 |
hashcat
|
2 |
3,590 |
07-11-2016, 09:30 PM |
|
|
Thread: Problem graphic card burned
Post: RE: Problem graphic card burned
What's your graphic card ? |
|
Mem5 |
hashcat
|
6 |
7,747 |
07-31-2016, 09:41 PM |
|
|
Thread: hashcah 3.0 dev keepass
Post: RE: hashcah 3.0 dev keepass
|
Mem5 |
hashcat
|
6 |
8,379 |
08-05-2016, 07:15 PM |