Tool-List

Tool
Description
Commands
Tags
Installed

Comprehensive toolkit for Wi-Fi security assessments.

sudo apt install aircrack-ng

networkbruteforce

Powerful password cracking tool. (online attacks)

sudo apt-get install hydra-gtk

Powerful password cracking tool. (more GPU based)

sudo apt install hashcat

Popular password recovery tool, can also generate wordlists. (more CPU based)

Wordlist searcher and downloader

possible combinations if we have a first name and last name

Graphical tool for custom wordlist generation.

Wordlist manipulation tool that adds common permutations and alterations to existing words.

Download from repository

Dynamic wordlist merging tool.

python3 -m pip install dymerge

Common User Passwords Profiler, for creating personalized wordlists. more detailed than CUPP

Download from repository

Common User Passwords Profiler, for creating personalized wordlists.

python3 -m pip install cupp

Wordlist statistical analysis tool.

gem install pipal

Tool for automated wordlist generation.

sudo apt install wyd

Custom wordlist generator tool based on the content of a website.

sudo apt install cewl

Generates wordlists based on custom criteria.

sudo apt install crunch

Tool for developing and executing exploits against a remote target.

sudo apt install metasploit-framework

Powerful command-line sniffing tool.

sudo apt install tcpdump

Website Scanner

Network analysis tool for monitoring and analyzing network traffic in real-time.

sudo apt install wireshark

Powerful network scanning tool for finding open ports and service detection.

sudo apt install nmap

For Man-in-the-Middle attacks (MITM) in the network.

sudo apt install ettercap-text-only

mac changer

sudo apt install macchanger

proxychains

sudo apt install proxychains

Tor

sudo apt install tor

Directory Brute-Forcing für Webserver

sudo apt install gobuster

takeover.py

amass

Last updated