0 H/S.... What im doing wrong?
#1
Im trying to get a SHA1 with salt (110) cracked. But i only get this: 

plz help!


Code:
Session..........: hashcat
Status...........: Running
Hash.Type........: sha1($pass.$salt)
Hash.Target......: 70059841eb4827061d599a65cd935d6e2f84f8c7:eafd59cea6...e8fc7e
Time.Started.....: Wed Oct 24 13:17:22 2018 (9 mins, 1 sec)
Time.Estimated...: Wed Oct 24 13:26:23 2018 (0 secs)
Guess.Base.......: Pipe
Speed.Dev.#1.....:        0 H/s (0.00ms) @ Accel:256 Loops:1 Thr:256 Vec:1
Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.........: 0
Rejected.........: 0
Restore.Point....: 0
Candidates.#1....: [Copying]
HWMon.Dev.#1.....: Util:  0% Core: 355MHz Mem:1650MHz Bus:16
#2
Well, it depends on what exactly you are trying to do but I guess you forgot to supply a wordlist.
#3
(10-24-2018, 07:45 PM)undeath Wrote: Well, it depends on what exactly you are trying to do but I guess you forgot to supply a wordlist.

Hey;

im just tryng to crack a SHA1 password with salt. Nothing more....... . I dont think a dictonary is needed for this.
#4
lol, you need to tell hashcat what it's supposed to do. It doesn't do things by magic.
#5
(10-24-2018, 07:48 PM)undeath Wrote: lol, you need to tell hashcat what it's supposed to do. It doesn't do things by magic.

Can you please help me? Where i can get that wordlist? Im new to hashcat sorry if i am a noob :/
#6
the wiki is always a good start.
#7
(10-24-2018, 07:51 PM)undeath Wrote: the wiki is always a good start.


I still dont understand.

Im not tryng to bruteforce anything. I have a SHA1 and the respective SALT, im using the code

Code:
hashcat64 -m 110 -O hashlist.txt

. Where should i put a dictonary??
#8
(10-24-2018, 07:51 PM)undeath Wrote: the wiki is always a good start.

Chnaged to mask atack, i get this. Does this means its working?

Code:
Session..........: hashcat
Status...........: Running
Hash.Type........: sha1($pass.$salt)
Hash.Target......: 70059841eb4827061d599a65cd935d6e2f84f8c7:eafd59cea6...e8fc7e
Time.Started.....: Wed Oct 24 14:58:37 2018 (30 secs)
Time.Estimated...: Wed Oct 24 14:59:21 2018 (14 secs)
Guess.Mask.......: ?1?2?2?2?2?2?2 [7]
Guess.Charset....: -1 ?l?d?u, -2 ?l?d, -3 ?l?d*!$@_, -4 Undefined
Guess.Queue......: 7/15 (46.67%)
Speed.Dev.#1.....:  3056.9 MH/s (6.35ms) @ Accel:128 Loops:32 Thr:256 Vec:1
Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.........: 91120893952/134960504832 (67.52%)
Rejected.........: 0/91120893952 (0.00%)
Restore.Point....: 1048576/1679616 (62.43%)
Candidates.#1....: 7w1to2n -> X78qxqg
HWMon.Dev.#1.....: Util: 69% Core:1112MHz Mem:1650MHz Bus:16
#9
Quote:Speed.Dev.#1.....: 3056.9 MH/s (6.35ms) @ Accel:128 Loops:32 Thr:256 Vec:1
Yes it works.
But is it doing what you want?
#10
(10-24-2018, 11:17 PM)Mem5 Wrote:
Quote:Speed.Dev.#1.....:  3056.9 MH/s (6.35ms) @ Accel:128 Loops:32 Thr:256 Vec:1
Yes it works.
But is it doing what you want?

clearly not ..... its been running all day and no results.... please help i need to crack a single sha1 with salt...