Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Word List Downloads
Post: My Wordlists
I made some wordlists using the maskprocessor utility and a regex editor and put them in a zip file.
Webster
This wordlist has every word in Websters Unabridged Dictionary that is 2 letters in len... |
|
cityscab |
User Contributions
|
19 |
879,273 |
12-21-2016, 04:18 AM |
|
|
Thread: Word List Downloads
Post: RE: Word List Downloads
Its not "better" than using rules, its meant to be used in dictionary and combination attacks in addition to using rules. First you run the dictionary in all lowercase. Then with the first letter ... |
|
cityscab |
User Contributions
|
19 |
879,273 |
12-22-2016, 04:13 PM |
|
|
Thread: Crypto Analysis
Post: Crypto Analysis
I have some new rules here and was wondering if somebody could help me test them against hashes they have already broken, maybe run some statistical analysis.
Ed, Edd, and Eddie: This ruleset appen... |
|
cityscab |
User Contributions
|
1 |
3,557 |
12-23-2016, 12:25 AM |
|
|
Thread: Crypto Analysis
Post: RE: Crypto Analysis
As promised, here are the prepended versions.
OppositeDay: Prepended version of EdEddnEddie
IfManIsStillAlive: Prepended version of InTheYear2525
rGenerations: Prepended version of Generations |
|
cityscab |
User Contributions
|
1 |
3,557 |
12-23-2016, 01:52 AM |
|
|
Thread: Effective rules
Post: RE: Effective rules
i took a look at these.
Aren't the rules supposed to have linebreaks in them?
Do you need to use spaces between rules? |
|
cityscab |
User Contributions
|
11 |
30,439 |
12-24-2016, 01:53 PM |
|
|
Thread: how do i remove all duplicate words from a txt file?
Post: how do i remove all duplicate words from a txt fil...
I found a script to do this online in my browser but was wondering if hashcat had a build in function for it
https://www.tracemyip.org/tools/remove-duplicate-words-in-text/ |
|
cityscab |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
9 |
9,537 |
12-22-2016, 09:03 PM |
|
|
Thread: how do i remove all duplicate words from a txt file?
Post: RE: how do i remove all duplicate words from a txt...
ah, i see, its a unix command.
you had me thinking you were a wizard there for a second. |
|
cityscab |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
9 |
9,537 |
12-24-2016, 03:15 PM |
|
|
Thread: how do i remove all duplicate words from a txt file?
Post: RE: how do i remove all duplicate words from a txt...
This was driving me nuts. I came back to this post later and installed cygwin and finally got it to work. Funny how sometimes you get a wild hair up your ass about something and can't let it go. |
|
cityscab |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
9 |
9,537 |
12-24-2016, 04:15 PM |
|
|
Thread: How to Allocate More Memory?
Post: How to Allocate More Memory?
Hashcat is only using 2 GB of my video cards memory but has 8.
Is there a way to get Hashcat to use more memory?
Would I notice any improvements in Hashcats performance if it did? |
|
cityscab |
hashcat
|
1 |
4,398 |
12-22-2016, 06:55 PM |
|
|
Thread: How do you run hashcat against a plaintext file?
Post: How do you run hashcat against a plaintext file?
I know that by default hashcat is set to run on MD5's.
Is there a way to run it against a plaintext file? |
|
cityscab |
hashcat
|
4 |
5,043 |
12-24-2016, 04:57 PM |
|
|
Thread: Can you run hashcat backwards?
Post: Can you run hashcat backwards?
Can you use hashcat to generate hashes from a wordlist? |
|
cityscab |
hashcat
|
5 |
5,652 |
12-24-2016, 04:59 PM |
|
|
Thread: Can you run hashcat backwards?
Post: RE: Can you run hashcat backwards?
I kind of figured. Was a shot in the dark. |
|
cityscab |
hashcat
|
5 |
5,652 |
12-24-2016, 05:38 PM |
|
|
Thread: Can you run hashcat backwards?
Post: RE: Can you run hashcat backwards?
don't suppose you could help me with my other question? |
|
cityscab |
hashcat
|
5 |
5,652 |
12-24-2016, 05:39 PM |
|
|
Thread: How do you run hashcat against a plaintext file?
Post: RE: How do you run hashcat against a plaintext fil...
I've got a list of passwords I want to use for statistical analysis.
The passwords are written in plain text with no encryption.
I want to see how many passwords my algorithms pick up.
That way I can ... |
|
cityscab |
hashcat
|
4 |
5,043 |
12-24-2016, 11:40 PM |
|
|
Thread: How do you run hashcat against a plaintext file?
Post: RE: How do you run hashcat against a plaintext fil...
found it.
ty, good sir.
you are an enigma wrapped in a mystery.
wrapped in bacon.
mmmm....bacon. |
|
cityscab |
hashcat
|
4 |
5,043 |
12-25-2016, 06:50 AM |
|
|
Thread: Need Help Parsing 10M list
Post: Need Help Parsing 10M list
There is a very large list of passwords that has been posted online. I opened this file in notepad++. (it took a while to load) When I went over it, I noticed something. It still had all the use... |
|
cityscab |
hashcat
|
5 |
5,395 |
12-27-2016, 03:43 AM |
|
|
Thread: Need Help Parsing 10M list
Post: RE: Need Help Parsing 10M list
I was thinking of trying to use the --separator tag, but wasn't sure how to use it
???--username --separator \t???
???--username --separator\t???
???--username --separator ???
???--username --se... |
|
cityscab |
hashcat
|
5 |
5,395 |
12-27-2016, 03:53 AM |
|
|
Thread: Need Help Parsing 10M list
Post: RE: Need Help Parsing 10M list
>Those commands do not do what you think they do
--username | | Enable ignoring of usernames in hashfile
--separator | Char | Separator char for has... |
|
cityscab |
hashcat
|
5 |
5,395 |
12-27-2016, 05:59 AM |
|
|
Thread: Need Help Parsing 10M list
Post: RE: Need Help Parsing 10M list
My bad. I was using my wordlist as a hashlist using the plaintext hash mode.
Maybe if I use a Regex editor I can replace all the tabs with colons and it will format properly. |
|
cityscab |
hashcat
|
5 |
5,395 |
12-27-2016, 08:22 AM |
|
|
Thread: How to decrypt CSS/CPPM?
Post: How to decrypt CSS/CPPM?
Are there any utilities I can use? |
|
cityscab |
General Talk
|
4 |
5,239 |
04-23-2017, 10:38 AM |