Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Help with unknown MSSQL HASHBYTES function hash
Post: RE: Help with unknown MSSQL HASHBYTES function has...
if in doubt you can simply use -m 100 which has no salt
Code:
--
hashcat -m 100 -a 3 XE9XX2685XX09XX6X191XX16944D9D01179266F 'Pass123$'
--
|
|
philsmd |
hashcat
|
3 |
1,143 |
01-17-2020, 07:15 PM |
|
|
Thread: Help with unknown MSSQL HASHBYTES function hash
Post: RE: Help with unknown MSSQL HASHBYTES function has...
Just a friendly reminder: according to the forum rules it is not allowed to post hashes here, see https://hashcat.net/forum/announcement-2.html |
|
philsmd |
hashcat
|
3 |
1,143 |
01-17-2020, 09:30 PM |
|
|
Thread: Help!
Post: RE: Help!
use this command to change the directory in cmd:
Code:
--
cd Users\Underground\Desktop\hashcat-5.1.0
--
|
|
philsmd |
hashcat
|
3 |
1,091 |
01-29-2020, 03:16 PM |
|
|
Thread: helpme ^^)
Post: RE: helpme ^^)
hashes were removed. users were banned. follow the forum rules. damnit
see https://hashcat.net/forum/announcement-2.html |
|
philsmd |
hashcat
|
4 |
2,380 |
01-05-2019, 05:10 PM |
|
|
Thread: helpp
Post: RE: helpp
According to the forum rules ( https://hashcat.net/forum/announcement-2.html ) you are not allowed to post hashes.
I need to remove hash, close this thread and ban you for 1 week.
After the 1 wee... |
|
philsmd |
Old hashcat Support
|
2 |
4,932 |
11-05-2014, 12:12 AM |
|
|
Thread: Hex ch and small problem
Post: RE: Hex ch and small problem
It seems that you are mixing up custom charsets (-1 xxx) with the mask itself.
This makes no sense: -a 3 -1 ?b?b?b?b?b?b?b?b
-1 is the same as --custom-charset1 and it is used to define a custom c... |
|
philsmd |
hashcat
|
14 |
12,596 |
02-03-2017, 01:27 AM |
|
|
Thread: Hex ch and small problem
Post: RE: Hex ch and small problem
The problem here might be that the keyspace is way too huge and therefore a "integer overflow" is reached. 255^8 = 17878103347812890625 (yeah, a huge number!).
Try with a smaller mask instead...
BTW... |
|
philsmd |
hashcat
|
14 |
12,596 |
02-03-2017, 10:53 AM |
|
|
Thread: hex output special character
Post: RE: hex output special character
it's nothing particular strange about that $HEX[...] output, instead it is just the hexadecimal representation of the string.
Yeah, if you really want you can use --outfile-autohex-disable in your fir... |
|
philsmd |
hashcat
|
2 |
4,276 |
08-02-2016, 10:24 AM |
|
|
Thread: hex password
Post: RE: hex password
yes, your command is wrong. You did specify the custom charset but forgot to specify a mask.
see https://hashcat.net/wiki/doku.php?id=mask_attack |
|
philsmd |
Old oclHashcat Support
|
7 |
20,679 |
06-27-2016, 03:44 PM |
|
|
Thread: HEXed dictionary
Post: RE: HEXed dictionary
there are at least 2 ways to use "hex" passwords within dictionaries in hashcat:
1. use --hex-wordlist
2. use $HEX[] within the lines
these options are very similar and different at the same time... |
|
philsmd |
hashcat
|
3 |
1,002 |
01-28-2020, 01:56 PM |
|
|
Thread: hey am i doing anything wrong?
Post: RE: hey am i doing anything wrong?
Hashcat won't crack the hash with attack mode 0 (-a 0) if the password is not present within the dictionary file (in your case the file rockyou.txt).
Make sure that you know the password and that i... |
|
philsmd |
hashcat
|
3 |
4,572 |
01-19-2017, 01:34 PM |
|
|
Thread: Hey I'm a complete noob am I'm just starting to learn about the world of hacking
Post: RE: Hey I'm a complete noob am I'm just starting t...
-a 3 ?l?l?l?l?l?l?d
?l = dollar lower-case ELL = lowercase characters a-z
?d = digits = any number from 0-9 |
|
philsmd |
hashcat
|
4 |
1,815 |
08-16-2019, 01:36 PM |
|
|
Thread: Hi guys
Post: RE: Hi guys
It's probably a usergroup-based permission setting. My guess is that new or users with very few threads/posts will probably not be allowed to change their avatar.
Something like mentioned here: https... |
|
philsmd |
hashcat
|
18 |
12,096 |
04-17-2018, 04:48 PM |
|
|
Thread: hi guys please a little help with hashcat
Post: RE: hi guys please a little help with hashcat
you are using the wrong tools to capture the wlan traffic and you should give more details about your output.
to capture the data you should use hcxtools, like recommended all around this forum etc... |
|
philsmd |
hashcat
|
12 |
8,236 |
06-28-2018, 07:19 AM |
|
|
Thread: Hi, need some help about hashcat
Post: RE: Hi, need some help about hashcat
First you need to know what the protection is (is it only protected to not-print the document or not-edit the document, or is the whole document encrypted ?).
After that you should use pdf2john.pl ... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
11 |
6,617 |
03-09-2019, 07:12 PM |
|
|
Thread: Hi, noob query.
Post: RE: Hi, noob query.
yes:
https://hashcat.net/faq/#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword |
|
philsmd |
hashcat
|
1 |
2,307 |
08-07-2017, 07:40 AM |
|
|
Thread: Hired Help?
Post: RE: Hired Help?
Yes, these requests are not allowed here.
Furthermore, hashcat is about offline cracking (vs online cracking that you "want").
And of course, the solution for your problem is to not even think abo... |
|
philsmd |
General Help
|
1 |
3,723 |
01-26-2015, 11:25 AM |
|
|
Thread: history hash
Post: RE: history hash
just open the potfile in a text editor or use:
Code:
--
cat hashcat.potfile
--
(this is on linux ... or use the "type" command on windows)
use --potfile-disable to disable the potfile (or rem... |
|
philsmd |
hashcat
|
5 |
1,555 |
03-13-2020, 11:32 AM |
|
|
Thread: history hash
Post: RE: history hash
if you use LINUX *and* if you have installed hashcat (make install or used a package manager), the files are wihtin your home directory:
Code:
--
cat $HOME/.hashcat/hashcat.potfile
--
|
|
philsmd |
hashcat
|
5 |
1,555 |
03-13-2020, 01:20 PM |
|
|
Thread: Hitting my wits end.
Post: RE: Hitting my wits end.
what hardware/GPU do you have ? This is important information. (from your cmd output, I assume you are using windows operating system... but it's also always good to mention this info)
Try followin... |
|
philsmd |
hashcat
|
3 |
721 |
06-24-2020, 08:09 AM |