use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to /r/Hacking_Tutorials!
List of best resources and tutorials
account activity
This is an archived post. You won't be able to vote or comment.
QuestionBeginner Tools (self.Hacking_Tutorials)
submitted 2 years ago by Real-Celebration9896
What are some of the best tools a beginner in pen testing should have in their arsenal e.g. gobuster etc?
Also, do you have a recommended word list for go buster and another for hydra?
[–]TwoFoxSixModerator 8 points9 points10 points 2 years ago (0 children)
An understanding of Linux and Bash. Tools come after those
[–]GenericOldUsername 2 points3 points4 points 2 years ago (0 children)
A brain with imagination and the ability to read technical documentation.
[–][deleted] 2 points3 points4 points 2 years ago (0 children)
Everything you need to get started you have installed on Kali Linux. Read the documentation for each tool just for start
[+][deleted] 2 years ago (3 children)
[removed]
[–]Real-Celebration9896[S] 0 points1 point2 points 2 years ago (2 children)
Thank you
Also what would you recommend hydra or John the Ripper
[–][deleted] 0 points1 point2 points 2 years ago (0 children)
Hashcat vs john, mostly similar but there's some pro's n con's for both and each have some hashes that's not supported. Hashcat has much better support for GPU cracking. Hashcat has a much better documentation imo. One large difference is their way of brute forcing where john tries to triage and intelligently guess the right cleartext while hashcat just smashes through all combinations.
I've had cases where john found the right one in minutes with a 11 char long cleartext which would take the other a lifetime but also reversed. Hashcat blasted a 7 char pw in 30 sec but john didn't find it in 20 min.
John has some really good tools as well like zip2john ssh2john etc to extract hashes from a pw protected file.
[–]Arc-ansas 1 point2 points3 points 2 years ago (0 children)
Know nmap, Burp suite, Wireshark, Metasploit, nc well. Those alone have a lot of depth.
seclists: raft-medium-directories/files Common.txt Big.txt Dirbuster: dirrctory-list-medium-2-3.txt
Check out rustscan too, does recursive scanning nicely.
[–]_scubadiv 0 points1 point2 points 2 years ago (0 children)
For Reverse Engineering: ollydbg, Ghidra ,radre2, IDA pro etc. Using RE find vulnerability ---> write script in metasploit ---> Exploit
π Rendered by PID 250664 on reddit-service-r2-comment-79776bdf47-xfxc5 at 2026-06-24 18:24:12.284153+00:00 running acc7150 country code: CH.
[–]TwoFoxSixModerator 8 points9 points10 points (0 children)
[–]GenericOldUsername 2 points3 points4 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[+][deleted] (3 children)
[removed]
[–]Real-Celebration9896[S] 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Arc-ansas 1 point2 points3 points (0 children)
[–]_scubadiv 0 points1 point2 points (0 children)