Tony is a penetration tester tasked with performing a penetration test. After gaining initial access to a target system, he finds a list of hashed passwords. Which of the following tools would not be useful for cracking the hashed passwords?
Correct Answer is netcat D, because it's not a tool for cracking password. So Tony need to crack password...
1) hashcat -a 0 -m [hash-id] hash.txt wordlists.txt (cracking password tool)
2) john --wordlist=/usr/share/wordlists/rockyou.txt hash.txt (cracking password tool)
3) hydra -l user -P password.txt ssh://$host -t 64 (cracking password tool)
4) nc -lnvp 4444 (listener)
So netcat is the correct answer.
I 100% misread this question and did not see the "NOT" at the end of it. I was very confused. Until I read the answers on here and someone pointed out the NOT.
Hydra is used for online password cracking using wordlists, nothing to do with offline password cracking (cracking hashes), technically the correct answer is C&D
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
jinjection
Highly Voted 3 years, 8 months agojartavia05
2 years, 7 months agoblehbleh
Most Recent 6 months agotr1xy
10 months, 2 weeks agovictorfs
2 years agodevpanda
2 years, 5 months agobaybay
2 years, 7 months agoDaniel8660
2 years, 7 months agoBenoit_G
2 years, 9 months agoabb77
2 years, 9 months agoag6ag
2 years, 9 months agordyvptnm
2 years, 9 months agoMMtc
2 years, 11 months agoEngnSu
2 years, 12 months agoRottenCow21
3 years, 1 month agoAPOLLO1113
3 years, 4 months agoAimismyname
3 years, 5 months agoJasonxxx
3 years, 6 months ago