Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: WPA2 Enterprise ?
Post: RE: WPA2 Enterprise ?
WPA Enterprise uses IEEE 802.1X. Most widespread implementations are based on TLS. |
|
undeath |
General Help
|
3 |
7,125 |
06-22-2014, 12:44 PM |
|
|
Thread: Need help with help Command
Post: RE: Need help with help Command
https://hashcat.net/wiki/doku.php?id=ubernoobs |
|
undeath |
General Help
|
3 |
9,049 |
06-26-2014, 07:42 PM |
|
|
Thread: need HEX to ASCII convert
Post: RE: need HEX to ASCII convert
I got this from someone on IRC:
Code:
--
perl -ne 'if ($_ =~ m/\$HEX\[([A-Fa-f0-9]+)\]/) {print pack("H*", $1), "\n"}'
--
|
|
undeath |
General Help
|
2 |
10,068 |
07-04-2014, 04:30 PM |
|
|
Thread: Ubuntu 12.04 2+ GPU hanging
Post: RE: Ubuntu 12.04 2+ GPU hanging
you are probably using bad risers. If you are using x1 risers only you need to connect/fuse some contacts on the x16 slot. (don't ask me which ones) |
|
undeath |
General Help
|
4 |
9,933 |
07-11-2014, 12:56 AM |
|
|
Thread: Wordlist optimizing program?
Post: RE: Wordlist optimizing program?
|
undeath |
General Help
|
6 |
12,354 |
07-16-2014, 12:15 PM |
|
|
Thread: Gzipped dicts support
Post: RE: Gzipped dicts support
|
undeath |
General Help
|
1 |
3,965 |
07-27-2014, 10:20 PM |
|
|
Thread: convert HEX to words correctly
Post: RE: convert HEX to words correctly
|
undeath |
General Help
|
4 |
7,906 |
08-01-2014, 02:52 PM |
|
|
Thread: Slightly Confusing Tutorial - Need Some Help
Post: RE: Slightly Confusing Tutorial - Need Some Help
PhaceLessMeeee Wrote: (08-07-2014, 07:36 PM)
--
I've just seen a post made a year ago hashcat can't crack containers with keyfiles. Is that still the case today?
--
yes |
|
undeath |
General Help
|
6 |
10,501 |
08-07-2014, 08:41 PM |
|
|
Thread: Help with .cap file
Post: RE: Help with .cap file
Why would you open the file with a text editor? Just load it in hashcat. |
|
undeath |
General Help
|
4 |
6,894 |
08-10-2014, 06:40 PM |
|
|
Thread: Create proper mask
Post: RE: Create proper mask
create a mask that covers the maximum length and then add "-i --increment-min=8" to the command line. |
|
undeath |
General Help
|
1 |
3,853 |
08-10-2014, 10:16 PM |
|
|
Thread: Error ? New ? Hash ? Please help me if it is possible
Post: RE: Error ? New ? Hash ? Please help me if it is p...
Quote:
--
it was simple numeric 20 letters
--
keep dreaming :D
Do you have an appropriate driver installed? |
|
undeath |
General Help
|
3 |
7,320 |
08-14-2014, 06:54 PM |
|
|
Thread: Analyse passwords list
Post: RE: Analyse passwords list
I have always used passpal for this job https://thepasswordproject.com/passpal |
|
undeath |
General Help
|
13 |
21,123 |
08-18-2014, 11:54 AM |
|
|
Thread: Analyse passwords list
Post: RE: Analyse passwords list
On the wiki page at the bottom of the example output. Isn't this what you're looking for? And for your other issue read the help and have a look at --top
edit: I see. I don't think I know of any prog... |
|
undeath |
General Help
|
13 |
21,123 |
08-18-2014, 12:39 PM |
|
|
Thread: need help about crack hash
Post: RE: need help about crack hash
sorry, but hashcat does not replace brains. |
|
undeath |
General Help
|
20 |
32,449 |
09-07-2014, 05:24 PM |
|
|
Thread: Beginner help
Post: RE: Beginner help
260X = old? lol. It's even an AMD card. |
|
undeath |
General Help
|
3 |
7,001 |
09-29-2014, 10:30 PM |
|
|
Thread: Netgear wordlist building
Post: RE: Netgear wordlist building
pipe combinator in hc and use num append rules. |
|
undeath |
General Help
|
1 |
5,837 |
10-13-2014, 01:53 AM |
|
|
Thread: How to use dictionary input but first convert to sha256
Post: RE: How to use dictionary input but first convert ...
what the fuck did i just read?
edit: try
Code:
--
xargs -I_ sh -c 'echo -n "_" | sha256sum' |
|
undeath |
General Help
|
1 |
4,139 |
10-15-2014, 02:51 PM |
|
|
Thread: AMD Radeon HD 6770 M Graphic Card (ADL_Overdrive6_FanSpeed_Get() is missing) Error
Post: RE: AMD Radeon HD 6770 M Graphic Card (ADL_Overdr...
That's not an error but a warning. However your start command is missing -a0 |
|
undeath |
General Help
|
13 |
28,436 |
10-26-2014, 05:11 PM |
|
|
Thread: About Maskprocessor
Post: RE: About Maskprocessor
maskprocessor is not the tool you are looking for. See combinator. |
|
undeath |
General Help
|
2 |
6,082 |
10-26-2014, 08:16 PM |
|
|
Thread: AMD Radeon HD 6770 M Graphic Card (ADL_Overdrive6_FanSpeed_Get() is missing) Error
Post: RE: AMD Radeon HD 6770 M Graphic Card (ADL_Overdr...
You must use the driver from the amd website. If you can't get it to run you won't get oclhashcat to run. |
|
undeath |
General Help
|
13 |
28,436 |
11-03-2014, 03:52 PM |