Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: -m 130 This format don't works with files!
Post: I did a mistake!!!
NOOOOO..... I did a mistake!!!!
There is a hidden bug in all this... Somehow even when I use a text editor, I did the SAME MISTAKE!!!
Because it uses SALT as a text (not as hex), everything afte... |
|
rodrigo.Brasil |
hashcat
|
6 |
5,388 |
09-30-2023, 06:23 PM |
|
|
Thread: -m 130 This format don't works with files!
Post: RE: -m 130 This format don't works with files!
buka Wrote: (09-30-2023, 07:11 AM)
--
UTF-16, most probably. Use a proper text editor instead of `echo`.
--
Lol, I try to say the echo wasn't the problem. I did create a text file using Notepad++ a... |
|
rodrigo.Brasil |
hashcat
|
6 |
5,388 |
09-30-2023, 05:46 PM |
|
|
Thread: -m 130 This format don't works with files!
Post: RE: -m 130 This format don't works with files!
Chick3nman Wrote: (09-29-2023, 11:34 PM)
--
I can't replicate this behavior, this cracked from a file just fine:
--
Well, I tried it with linux and it works, no problem. In windows, I install a new... |
|
rodrigo.Brasil |
hashcat
|
6 |
5,388 |
09-30-2023, 02:22 AM |
|
|
Thread: -m 130 This format don't works with files!
Post: -m 130 This format don't works with files!
I am with problem in type -m 130 : sha1(utf16le($pass).$salt)
I try this in windows:
Code:
--
hashcat.exe -m 130 --potfile-disable --quiet c57f6ac1b71f45a07dbd91a59fa47c23abcd87c2:631225 -a 3 hashc... |
|
rodrigo.Brasil |
hashcat
|
6 |
5,388 |
09-29-2023, 11:25 PM |
|
|
Thread: What is my password?
Post: RE: What is my password?
Like this case, I really can't find the correct encoding to try in python:
Code:
--
hashcat.exe -m 1000 --potfile-disable eab5b5c892e0748ecd8977611385356d -a 3 ?b?bm?b?br.83F --quiet
eab5b5c89... |
|
rodrigo.Brasil |
hashcat
|
5 |
6,126 |
08-11-2023, 09:14 PM |
|
|
Thread: What is my password?
Post: RE: What is my password?
Snoopy Wrote: (08-11-2023, 06:35 PM)
--
welcome to the hell of character encodings
your hexeditor opened your file using utf-8 resulting in your shown hex BUT take a look at this, NTLM uses UTF16le ... |
|
rodrigo.Brasil |
hashcat
|
5 |
6,126 |
08-11-2023, 08:49 PM |
|
|
Thread: What is my password?
Post: What is my password?
Run this:
Code:
--
hashcat.exe -m 1000 --potfile-disable 5e486282398373e0b4bedf01db16b795 -a 3 P?b?bsztorZs201 --quiet
--
It will show:
5e486282398373e0b4bedf01db16b795:PásztorZs201
If I open the... |
|
rodrigo.Brasil |
hashcat
|
5 |
6,126 |
08-11-2023, 05:12 PM |
|
|
Thread: How hashcat deal with a list of hash?
Post: How hashcat deal with a list of hash?
At the end of the day, all hashcat does is just this (in python):
Code:
--
list_of_hash = []
with open("wordlist.txt","r") as f:
for line in f:
calculate ... |
|
rodrigo.Brasil |
hashcat
|
3 |
7,906 |
07-20-2023, 03:38 AM |
|
|
Thread: Dissable or speedup autotune
Post: RE: Dissable or speedup autotune
Gyfer Wrote: (06-25-2023, 03:56 AM)
--
Let me give it a go for your requirement.
Using mask:
?l?u?s just keep shift to right for every block.
--
You didn't understand what I try to say. I know... |
|
rodrigo.Brasil |
hashcat
|
9 |
11,817 |
06-25-2023, 07:00 PM |
|
|
Thread: Dissable or speedup autotune
Post: RE: Dissable or speedup autotune
Just to point out my example, I know I can do things like:
Code:
--
--custom-charset1 ?u?l?d
?s?1?1?!?1
?1?s?1?!?1
?1?1?s?!?1
....
--
The point here is the permutation. If I try to ma... |
|
rodrigo.Brasil |
hashcat
|
9 |
11,817 |
06-25-2023, 02:58 AM |
|
|
Thread: Dissable or speedup autotune
Post: RE: Dissable or speedup autotune
royce Wrote: (05-20-2023, 03:27 AM)
--
I feel your pain. I wish there was an "--autotune-classic" or similar that would revert to the old method.
Today, the only way to disable autotuning is to ma... |
|
rodrigo.Brasil |
hashcat
|
9 |
11,817 |
06-25-2023, 12:24 AM |
|
|
Thread: Dissable or speedup autotune
Post: RE: Dissable or speedup autotune
royce Wrote: (05-20-2023, 03:27 AM)
--
Today, the only way to disable autotuning is to manually add your own tuning. On the command line, this is done with -n/--kernel-accel and -u/--kernel-loops. If... |
|
rodrigo.Brasil |
hashcat
|
9 |
11,817 |
05-20-2023, 05:06 PM |
|
|
Thread: Dissable or speedup autotune
Post: Dissable or speedup autotune
Autotune is not a problem in 95% of the usage.
But, when I try it with Mask Attack (https://hashcat.net/wiki/doku.php?id=mask_attack) and get the mask from Extreme Breach Masks (https://github.com/... |
|
rodrigo.Brasil |
hashcat
|
9 |
11,817 |
05-19-2023, 10:24 PM |
|
|
Thread: Vast.ai - Using GPU and CPU at same time!
Post: RE: Vast.ai - Using GPU and CPU at same time!
marc1n Wrote: (05-11-2023, 08:23 AM)
--
Device #3: Outdated POCL OpenCL driver detected!
This OpenCL driver may fail kernel compilation or produce false negatives.
We recommend using a version of... |
|
rodrigo.Brasil |
Hardware
|
5 |
9,982 |
05-11-2023, 01:18 PM |
|
|
Thread: Vast.ai - Using GPU and CPU at same time!
Post: RE: Vast.ai - Using GPU and CPU at same time!
marc1n Wrote: (05-01-2023, 05:36 PM)
--
Whether it is faster with the CPU depends on the type of hash you are working on. In most cases, the CPU slows down the GPU. To use the CPU you must have OpenC... |
|
rodrigo.Brasil |
Hardware
|
5 |
9,982 |
05-11-2023, 04:31 AM |
|
|
Thread: Vast.ai - Using GPU and CPU at same time!
Post: Vast.ai - Using GPU and CPU at same time!
When I am running hashcat on my computer, I can use my GPU and CPU the same time. The CPU looks like to add 10% to 15% more power.
But when I try it in the site vast.ai, using the best GPU, the wor... |
|
rodrigo.Brasil |
Hardware
|
5 |
9,982 |
05-01-2023, 05:20 PM |
|
|
Thread: online cloud service
Post: RE: online cloud service
rodrigo.Brasil Wrote: (04-03-2023, 09:06 PM)
--
marcelopvh Wrote: (04-01-2023, 01:56 AM)
--
i have this hash:
$RAR3$*0*xxxxxxxxxxxx300b*eb72bxxxxxxde257axxxxxxxxed4d
--
You can rent a server i... |
|
rodrigo.Brasil |
General Talk
|
5 |
11,858 |
04-03-2023, 09:18 PM |
|
|
Thread: online cloud service
Post: RE: online cloud service
marcelopvh Wrote: (04-01-2023, 01:56 AM)
--
i have this hash:
$RAR3$*0*xxxxxxxxxxxx300b*eb72bxxxxxxde257axxxxxxxxed4d
--
You can rent a server in vast.ai to do the job! |
|
rodrigo.Brasil |
General Talk
|
5 |
11,858 |
04-03-2023, 09:06 PM |
|
|
Thread: What the hell if SL3?
Post: What the hell if SL3?
I just read the forum rules (https://hashcat.net/forum/announcements.php?aid=2) and see the last line. I have no idea about it. Can someone summarize this or just link a wiki page? The name is short a... |
|
rodrigo.Brasil |
General Talk
|
2 |
4,085 |
03-28-2023, 04:31 AM |
|
|
Thread: Brute force newbie questions
Post: RE: Brute force newbie questions
Fox_go Wrote: (03-28-2023, 01:51 AM)
--
1/
i am aware that the gpu can handle more faster (just wanted to simplify the example)
--
The program does it altomaticaly. But CPU adds only 5 to 10% mor... |
|
rodrigo.Brasil |
hashcat
|
1 |
4,009 |
03-28-2023, 04:00 AM |