Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Prepend and append values
Post: RE: Prepend and append values
That is the only way to do it. You cannot just find a part of the MD5. You either find it all or find nothing. |
|
coolbry95 |
General Help
|
3 |
8,072 |
01-14-2014, 04:23 AM |
|
|
Thread: Hash Question
Post: RE: Hash Question
There are lots of websites that host the hashes. That is where I get most of mine. |
|
coolbry95 |
General Help
|
4 |
7,845 |
02-06-2014, 10:37 PM |
|
|
Thread: Mac OSX 10.8 and 10.9 Questions
Post: RE: Mac OSX 10.8 and 10.9 Questions
I'm not an expert by any means but there is something that is different in the hashing algorithm that changes the speed. So the speed change makes sense. If it is salted also the speed should be decre... |
|
coolbry95 |
General Help
|
5 |
12,285 |
02-13-2014, 06:04 PM |
|
|
Thread: Mac OSX 10.8 and 10.9 Questions
Post: RE: Mac OSX 10.8 and 10.9 Questions
More would increase the speed. Nvidia is not good for cracking period. Your better off using an AMD card if you have one. |
|
coolbry95 |
General Help
|
5 |
12,285 |
02-13-2014, 06:23 PM |
|
|
Thread: HELP XD - Script
Post: RE: HELP XD - Script
Just use unxutils (https://unxutils.sourceforge.net/) grep. Just a single executable. So if I understand correctly do something like
Code:
--
for i in $(cat usernamelist); do grep $i user:hash; done
... |
|
coolbry95 |
General Help
|
5 |
8,492 |
02-17-2014, 01:15 AM |
|
|
Thread: NTLM hash, how practical is it?
Post: RE: NTLM hash, how practical is it?
here you go.
cracking passwords 101 (https://www.adeptus-mechanicus.com/codex/crkpass/crkpass.php)
Trying to brute force that amount of keyspace is insane with the hardware you have. |
|
coolbry95 |
General Help
|
12 |
21,943 |
02-18-2014, 01:21 AM |
|
|
Thread: mybb password recover
Post: RE: mybb password recover
This is not a site for requesting password cracking help. Please read the rules. |
|
coolbry95 |
General Help
|
4 |
24,153 |
02-26-2014, 12:59 AM |
|
|
Thread: mybb password recover
Post: RE: mybb password recover
Sorry I miss read. here you go
https://hashcat.net/wiki/ |
|
coolbry95 |
General Help
|
4 |
24,153 |
02-26-2014, 02:19 AM |
|
|
Thread: getting started with cudahashcat/oclhashcat
Post: RE: getting started with cudahashcat/oclhashcat
I think that is a driver problem. Do you have the latest drivers from Nvidia? |
|
coolbry95 |
General Help
|
7 |
12,012 |
03-19-2014, 03:44 AM |
|
|
Thread: need help about crack hash
Post: RE: need help about crack hash
You didn't even crack any hashes yet. Please read the wiki and try to do something yourself. |
|
coolbry95 |
General Help
|
20 |
32,449 |
09-08-2014, 02:55 PM |
|
|
Thread: Question on word lists
Post: RE: Question on word lists
yes what you will want to do run sort -u list > list.sorted.
As for the the stacking of them its a better idea to have smaller lists with more rulesets |
|
coolbry95 |
General Help
|
3 |
6,769 |
09-10-2014, 03:31 AM |
|
|
Thread: Question on word lists
Post: RE: Question on word lists
It is a linux command. What is does is orders your wordlist and removes duplicates. |
|
coolbry95 |
General Help
|
3 |
6,769 |
09-11-2014, 05:01 PM |
|
|
Thread: htpasswd crack
Post: RE: htpasswd crack
Heh not suppose to post your hashes. Please read the rules.
anyway its mode 1600.. |
|
coolbry95 |
General Help
|
4 |
7,185 |
09-23-2014, 05:43 AM |
|
|
Thread: [Required] - Hashcat CentOS Installation Tutorial
Post: RE: [Required] - Hashcat CentOS Installation Tutor...
Please read the wiki.
wiki (https://hashcat.net/wiki/) |
|
coolbry95 |
General Help
|
1 |
9,839 |
09-28-2014, 11:05 PM |
|
|
Thread: E-mail hashes
Post: RE: E-mail hashes
Do attacks like with the rules. Note that it will only be able to append up to 15 so use combinator for the ones that are above that. Also switch the @ for a $ and you should get a few more. |
|
coolbry95 |
General Help
|
5 |
9,887 |
10-14-2014, 02:02 AM |
|
|
Thread: Need to find X in SHA1[(AES-128(X)]
Post: RE: Need to find X in SHA1[(AES-128(X)]
Yes you have to run it yourself. Look at the installation instructions for Crypt/CBC.pm. |
|
coolbry95 |
General Help
|
13 |
19,896 |
12-30-2014, 05:46 PM |
|
|
Thread: Cant find SAM for Windows 2008 R2
Post: RE: Cant find SAM for Windows 2008 R2
You are not mounting something right if you do not see a Windows directory.
Most likely the server has multiple partitions.
I do not know if this is the right place for this type of question either |
|
coolbry95 |
General Help
|
3 |
7,510 |
02-10-2015, 01:26 AM |
|
|
Thread: Mask letters and numbers
Post: RE: Mask letters and numbers
it would be something like this
-1 ?d?u ?1?1?1?1?1?1passwo
replace passwo with that you have. |
|
coolbry95 |
General Help
|
7 |
12,881 |
03-11-2015, 07:52 PM |
|
|
Thread: Mask letters and numbers
Post: RE: Mask letters and numbers
To add on to what Si2006 said hashcat gui is not supported here. |
|
coolbry95 |
General Help
|
7 |
12,881 |
03-12-2015, 12:43 AM |
|
|
Thread: the correct syntax to pipe maskprocessor | cudahashcat in linux?
Post: RE: the correct syntax to pipe maskprocessor | cud...
why not just copy the mask processor to the cudahashcat dir? |
|
coolbry95 |
General Help
|
13 |
19,604 |
03-16-2015, 01:02 AM |