Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Weird issue with hashcat v5.1.0
Post: RE: Weird issue with hashcat v5.1.0
the default mask and custom charsets (--custom-charset1 ... --custom-charset4) are documented here:
https://hashcat.net/wiki/doku.php?id=hashcat#default_values
you would want something like --incr... |
|
philsmd |
hashcat
|
9 |
2,731 |
10-17-2019, 03:29 PM |
|
|
Thread: weird mask attack
Post: RE: weird mask attack
There is something strange in your output, for instance it says it uses the hashes located at ../hash/mysql/mysql_hash.txt but your command line says it should use the file mysql_hash.txt in the curre... |
|
philsmd |
Old oclHashcat Support
|
4 |
10,190 |
01-08-2014, 05:56 PM |
|
|
Thread: weird mask attack
Post: RE: weird mask attack
These lines:
Code:
--
$HASHCAT -a 3 -m 300 --remove --status --gpu-temp-retain=95 \
../hash/mysql/mysql_hash.txt -o ../hash/mysql/mysql_hash_result.txt
../oclHashcat-1.01/masks/rockyou-1-64.hc... |
|
philsmd |
Old oclHashcat Support
|
4 |
10,190 |
01-09-2014, 05:22 PM |
|
|
Thread: Weird result
Post: RE: Weird result
Those "weird strings" are the mac addresses of the access point and the connected device/client respectively.
The output format was choosen to distinguish between networks with the same network name "... |
|
philsmd |
General Help
|
4 |
7,344 |
05-21-2016, 09:05 AM |
|
|
Thread: Weird result
Post: RE: Weird result
yes, the (default) format (including the "hash" part) is:
ESSID:BSSID:STMAC(client):password
There could be several reasons (assuming that the output really is "123456789" - without quotes) that p... |
|
philsmd |
General Help
|
4 |
7,344 |
05-21-2016, 10:09 AM |
|
|
Thread: weird rule issue..
Post: RE: weird rule issue..
-m 2500 = WPA/WPA2 has a minimum password length of 8 (included). Therefore the word "amanda" will be rejected because it is too small (6 characters long).
You can use pipes (e.g. from cpu hashcat --... |
|
philsmd |
Old oclHashcat Support
|
2 |
4,693 |
02-29-2016, 10:07 PM |
|
|
Thread: What am I doing wrong here?
Post: RE: What am I doing wrong here?
well, you also need to show us your command line and mask file. without that we can't really understand what you are doing over there. |
|
philsmd |
hashcat
|
4 |
2,200 |
04-04-2019, 07:35 PM |
|
|
Thread: What am I doing wrong here?
Post: RE: What am I doing wrong here?
you need to define the custom charset within the mask file, see https://hashcat.net/faq#what_is_a_hashcat_mask_file and https://hashcat.net/wiki/?id=mask_attack#hashcat_mask_files
therefore the com... |
|
philsmd |
hashcat
|
4 |
2,200 |
04-04-2019, 07:53 PM |
|
|
Thread: [SOLVED]What am i doing wrong? no commands work
Post: RE: What am i doing wrong? no commands work
The format of your hashes should be only like this:
Code:
--
$oldoffice$1*971400076ab82dd68XXXXXXXXXXXXXd1*49987289XXXXXXXXXXXXXa67b6747abc*6824aa13d09f0e8fXXXXXXXXXXXXXX8a
--
e.g. they should not ... |
|
philsmd |
General Talk
|
2 |
6,124 |
11-21-2017, 09:53 AM |
|
|
Thread: What i am doin wrong
Post: RE: What i am doin wrong
First of all, welcome to hashcat forum!
- You did specify a custom charset (-1 something). If you specify a custom charset normally you also would like to specify a mask e.g. ?1?1?1?1?1?1?1, meaning ... |
|
philsmd |
Old hashcat Support
|
3 |
7,952 |
07-14-2013, 11:01 AM |
|
|
Thread: What is pw_len of the pw type ?
Post: RE: What is pw_len of the pw type ?
yes u32[] means that each item consist of 4 bytes, i.e. 64 * 4 = 256 maximum password length
pw_len is the length in bytes, of course (everything else wouldn't make sense). each additional characte... |
|
philsmd |
hashcat
|
2 |
1,001 |
02-26-2020, 01:14 PM |
|
|
Thread: What kind of hash is this ?
Post: RE: What kind of hash is this ?
Hey, since you neglected to follow the rules (https://hashcat.net/forum/announcement-2.html ), I've locked your account for 1 week and closed this thread.
Now you've plenty of time to:
1. read agai... |
|
philsmd |
General Help
|
1 |
4,266 |
02-05-2014, 01:53 PM |
|
|
Thread: What kind of hash is this?
Post: RE: What kind of hash is this?
Here it seems to be very easy to find the algorithm... you just need to look for (or have) some known hash:salt:plain tuples.
E.g. this list (hash:salt masked):
1. hash:salt above (231cXXXX18a4cee66X... |
|
philsmd |
General Help
|
16 |
64,375 |
01-03-2014, 02:02 PM |
|
|
Thread: What kind of hash is this?
Post: RE: What kind of hash is this?
Do it like I did:
since there are only pins of length 4 and the range is 0000 - 9999, you can just quickly iterate through this list w/ a few lines of code...
Below are some lines of perl... run it a... |
|
philsmd |
General Help
|
16 |
64,375 |
01-03-2014, 08:30 PM |
|
|
Thread: What kind of hash is this?
Post: RE: What kind of hash is this?
There are several things you need to check...
1. is the input correct, the plist has the fields (salt and hash) base64 encoded, please decode them w/
echo "[saltORhash]" | base64 -d | xxd -p
-> hex e... |
|
philsmd |
General Help
|
16 |
64,375 |
01-15-2014, 02:57 PM |
|
|
Thread: What kind of hash is this?
Post: RE: What kind of hash is this?
Yes, could be anything as atom said...
But still, the "string" above looks like plain base64 encoded.
See this example (ending of your string):
Code:
--
$ echo -n LQAAAABfQUxMAAAAIAAAACE= | base64... |
|
philsmd |
General Talk
|
8 |
16,901 |
09-22-2014, 12:18 PM |
|
|
Thread: What kind of hash is this?
Post: RE: What kind of hash is this?
So we already proofed that those strings are base64 encoded, see example decoding (pls avoid online base64 decoding for non-ascii-chars , there are problems w/ encoding the bytes server-side, displayi... |
|
philsmd |
General Talk
|
8 |
16,901 |
09-22-2014, 05:43 PM |
|
|
Thread: What make the hashrate so huge different?
Post: RE: What make the hashrate so huge different?
well, hccapx files as you can see here https://hashcat.net/wiki/doku.php?id=hccapx can consist of several networks/handshakes etc. if you crack several networks at the same time with -m 2500 = WPA/WPA... |
|
philsmd |
hashcat
|
4 |
2,714 |
01-15-2019, 07:05 PM |
|
|
Thread: What problems can i have if i use --force mode?
Post: RE: What problems can i have if i use --force mode...
install the correct driver for your hardware, see https://hashcat.net/hashcat
driver from nvidia.com for your NVidia GPU
driver from the ROCm page for your AMD GPU on linux
driver from the amd.co... |
|
philsmd |
hashcat
|
3 |
925 |
04-01-2020, 08:57 AM |
|
|
Thread: what the hash is this?
Post: RE: what the hash is this?
-m 500 = md5crypt
see also https://hashcat.net/wiki/example_hashes |
|
philsmd |
General Talk
|
1 |
2,032 |
11-23-2017, 04:32 PM |