|
Search Results
|
| Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
| |
|
Thread: How to reduce special characters ?s
Post: RE: How to reduce special characters ?s
| solved by adding double quotations "" before and after the charset |
|
blackrosemmt |
hashcat
|
1 |
4,385 |
07-06-2024, 02:24 PM |
| |
|
Thread: hashcat command that avoid special characters from wordlist
Post: RE: hashcat command that avoid special characters ...
|
Snoopy Wrote: (07-01-2024, 12:36 PM)
--
No there isn't such a command.
Even when running on slow hashes (few kh/s) it is faster to compute the hash than the logic for dropping these candidates, im... |
|
blackrosemmt |
hashcat
|
2 |
6,146 |
07-06-2024, 10:00 AM |
| |
|
Thread: How to reduce special characters ?s
Post: How to reduce special characters ?s
| Is there any way in Hashcat to replace the ?s with the special characters I choose ?
like instead of
-1 ?l?u?d?s
how can achieve this command
-1 ?l?u?d $#@?.-+*
When I choose ?s Hashc... |
|
blackrosemmt |
hashcat
|
1 |
4,385 |
07-06-2024, 09:56 AM |
| |
|
Thread: Error Message in Hashcat
Post: RE: Error Message in Hashcat
| that OS I think ubuntu hashcat:cuda from Vast.ai
do I need to change the version tag to Nvidia full ? |
|
blackrosemmt |
hashcat
|
3 |
6,874 |
07-01-2024, 09:50 PM |
| |
|
Thread: convert cap to hc22000 offline in windows 10
Post: RE: convert cap to hc22000 offline in windows 10
| I have tried python versions 3 and 3.0.1
with below command as well
C:\Python3>python multicapconverter.py i test.cap -x hcpmkid -o test2.hcpmkid --ignore-ie
but I'm still having below error... |
|
blackrosemmt |
hashcat
|
4 |
14,183 |
06-29-2024, 02:46 PM |
| |
|
Thread: convert cap to hc22000 offline in windows 10
Post: RE: convert cap to hc22000 offline in windows 10
|
ZerBea Wrote: (10-09-2022, 09:04 AM)
--
https://github.com/s77rt/multicapconverter
--
Hi ZerBea
when I used this command it is giving me this error
python multicapconverter.py --input=test.cap --e... |
|
blackrosemmt |
hashcat
|
4 |
14,183 |
06-29-2024, 02:09 PM |
| |
|
Thread: Error Message in Hashcat
Post: Error Message in Hashcat
| Hi
Anyone know why is message is showing and how to solve this error.
Picture attached. |
|
blackrosemmt |
hashcat
|
3 |
6,874 |
06-29-2024, 12:19 PM |
| |
|
Thread: hashcat command that avoid special characters from wordlist
Post: hashcat command that avoid special characters from...
| Hi
Is there any command in hashcat to try all wordlist lines except the lines (candidates) that include special characters ?s
for example if the wordlist include !!!sara or !@#!@#pass
then by... |
|
blackrosemmt |
hashcat
|
2 |
6,146 |
06-29-2024, 12:08 PM |
| |
|
Thread: Speed of -a 7 mode very low !!
Post: RE: Speed of -a 7 mode very low !!
|
Chick3nman Wrote: (05-06-2023, 10:08 PM)
--
No, there is not. This is an architectural problem and not something that can be easily solved. The problem is that the amount of divisible work is differe... |
|
blackrosemmt |
hashcat
|
4 |
10,966 |
05-07-2023, 11:11 PM |
| |
|
Thread: Speed of -a 7 mode very low !!
Post: Speed of -a 7 mode very low !!
| why when I use Hybrid attack the speed of -a 7 will very low comparing with -a 6
-a 6 Speed.#2.........: 350 kH/s
-a 7 Speed.#2.........: 53399 H/s
6 times lower !!!
I'm using for -a... |
|
blackrosemmt |
hashcat
|
4 |
10,966 |
05-06-2023, 03:11 PM |
| |
|
Thread: Fastest method for lower upper case and numbers
Post: RE: Fastest method for lower upper case and number...
|
ganon551 Wrote: (10-16-2022, 10:32 AM)
--
Hi,
What do you mean by fastest ? I don't think there's another way than bruteforce for this kind of password, set a -1 ?l?d?u and wait. If you don't have th... |
|
blackrosemmt |
hashcat
|
4 |
12,675 |
10-17-2022, 10:22 PM |
| |
|
Thread: Hashcat won't stop when finding the password !
Post: Hashcat won't stop when finding the password !
| when I use --increment as below example hashcat found the password at 8 digits but it won't stop but continue to try until 10 digits,
my question how to tell hashcat to stop when it found the passwor... |
|
blackrosemmt |
hashcat
|
1 |
6,054 |
10-16-2022, 01:04 PM |
| |
|
Thread: Fastest method for lower upper case and numbers
Post: Fastest method for lower upper case and numbers
| Hi
what is the fastest method to find wpa password that contain lower upper case and numbers with length of 13 using RTX 3060
like This password for example:
bKKbJT373YY9P |
|
blackrosemmt |
hashcat
|
4 |
12,675 |
10-16-2022, 10:04 AM |
| |
|
Thread: help with code for wpa
Post: RE: help with code for wpa
| I found the problem the code should be with order as below otherwise will return errors
hashcat -m 2500 test.hccapx -a3 -1 ?l?u?d ?1?1?1?1?1?1?1?1 |
|
blackrosemmt |
hashcat
|
6 |
13,170 |
10-12-2022, 02:35 PM |
| |
|
Thread: -stdout unreadable output
Post: -stdout unreadable output
| Hi
When I use below code to test the output the output words are unreadable please check the picture
hashcat.exe -m 2500 -S test.hccapx word-list.txt --session=test --status -r Test.rule --stdout -... |
|
blackrosemmt |
hashcat
|
1 |
5,929 |
10-12-2022, 01:42 PM |
| |
|
Thread: help with code for wpa
Post: RE: help with code for wpa
|
marc1n Wrote: (10-11-2022, 10:30 PM)
--
hashcat.exe -a3 -w4 -m2500 -1 ?l?u ?1?1?1?1?1?1?1?1 test.hccapx
Mode WPA:
2500 WPA-EAPOL-PBKDF2 1 https://hashcat.net/misc/example_hashes/hashcat.hccapx
2... |
|
blackrosemmt |
hashcat
|
6 |
13,170 |
10-11-2022, 10:49 PM |
| |
|
Thread: help with code for wpa
Post: RE: help with code for wpa
|
Snoopy Wrote: (10-10-2022, 01:41 PM)
--
you mean 8 positions, just options for custom charset, add mode and hashtarget on your own
-1 ?u?l?d ?1?1?1?1?1?1?1?1
--
still have error I used below cod... |
|
blackrosemmt |
hashcat
|
6 |
13,170 |
10-11-2022, 09:25 PM |
| |
|
Thread: where to download Opencl intel separately
Post: RE: where to download Opencl intel separately
|
marc1n Wrote: (10-11-2022, 12:54 PM)
--
For Win10 https://www.sendspace.com/file/xgycec
--
@marc1n
Thank you so much man |
|
blackrosemmt |
hashcat
|
2 |
8,159 |
10-11-2022, 01:53 PM |
| |
|
Thread: where to download Opencl intel separately
Post: where to download Opencl intel separately
| Hi Guys
From where can I download Opencl intel separately without the graphic card driver ?
I tried to download intel graphic card driver but it won't install because I don't have separate integr... |
|
blackrosemmt |
hashcat
|
2 |
8,159 |
10-11-2022, 12:21 PM |
| |
|
Thread: help with code for wpa
Post: help with code for wpa
| Can you help please need the a correct code for 3 variable: lower case letters, upper case letters and numbers for wpa
all in one code for only 8 digits
Thanks in advance. |
|
blackrosemmt |
hashcat
|
6 |
13,170 |
10-10-2022, 01:16 PM |