Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.9K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Sensitive Information Disclosure on bukalapak.com

Hi Everyone,Continue reading on Medium »
Read more...
Bug bounty programs are a popular way for organizations to identify and fix vulnerabilities in their systems. By offering rewards to…Continue reading on Medium » (https://praveenjalasutram.medium.com/how-to-succeed-in-bug-bounty-9b9ff5d0542f?source=rss------bug_bounty-5)
How to succeed in bug bounty?

Bug bounty programs are a popular way for organizations to identify and fix vulnerabilities in their systems. By offering rewards to…Continue reading on Medium »
Read more...
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Cracking salted SHA1HASH passwords with Hashcat

I'm new to hashcat but I'm trying to use it to crack a salted SHA1DASH password. I have the salt obtained already.

I've been using this (http://willgenovese.com/cracking-zynga/) as a guide since it's essentially what I'm trying to do but I'm getting error messages, namely "token length exception".

I'm also getting "Failed to initialize NVIDIA RTC library"

*
Device #1: CUDA SDK Toolkit not installed or incorrectly installed. CUDA SDK Toolkit required for proper device support and utilization. Falling back to OpenCL runtime.

*
Device #1: WARNING! Kernel exec timeout is not disabled. This may cause "CL_OUT_OF_RESOURCES" or related errors. To disable the timeout, see: https://hashcat.net/q/timeoutpatch
For reference, the input is

hashcat -m 120 -a0 -w4 '[hash]:--[salt]--' C:\Users\user\Desktop\rockyou.txt -r C:\Users\user\Downloads\hashcat-6.2.5\rules\zynga.rule

I wouldn't be surprised if I've botched the syntax somehow.

submitted by /u/Hurriyett
[link] [comments]