Skip to content

0shivamh/Goldman-Sachs-Internship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Goldman-Sachs-Internship

TASK01

You must determine the following:

What type of hashing algorithm was used to protect passwords?

What level of protection does the mechanism offer for passwords?

What controls could be implemented to make cracking much harder for the hacker in the event of a password database leaking again?

What can you tell about the organization’s password policy (e.g. password length, keyspace, etc.)?

What would you change in the password policy to make breaking the passwords harder?

Resources:

Password cracking explained (techniques described in 2013 still haven’t changed)

Password salting

Hash functions

Password cracking tools

Password strength checker

Commands

sudo hashcat -m 0 hash.txt -o crack.txt rockyou.txt 

Usage

sudo hashcat -m 0 hash.txt -o crack.txt rockyou.txt --show
sudo cat crack.txt

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published