From charlesreid1

No edit summary
Line 1: Line 1:
This page contains a list of notes related to Kali's Top 10 software packages:
This page contains a list of notes related to Kali's Top 10 software packages:
* aircrack-ng
* aircrack-ng - [[Aircrack]]
* burpsuite
* burpsuite
* hydra
* hydra - [[Hydra]]
* john
* john - [[John the Ripper]]
* maltego
* maltego
* metasploit
* metasploit - [[MSF]]
* nmap
* nmap - [[Nmap]]
* owasp-zap
* owasp-zap
* sqlmap
* sqlmap
* wireshark
* wireshark - [[Wireshark]]


=Aircrack=
=Aircrack=
Line 16: Line 16:


See [[Aircrack]] page.
See [[Aircrack]] page.
=Hydra=
Hydra is a tool for brute-forcing SSH connections. It is much slower than offline password-guessing with (e.g.) [[John the Ripper]], but sometimes this is your only option.
See the [[Hydra]] page for more info.
Also see [[Metasploitable/SSH/Brute Force]]


=John the Ripper=
=John the Ripper=
Line 21: Line 29:
John the Ripper  is a software suite for password testing. It provides many different functions that make it a good complement to any program.
John the Ripper  is a software suite for password testing. It provides many different functions that make it a good complement to any program.


See [[John the Ripper]] page, and [[Aircrack and John the Ripper]] for an example of using it with other programs.
See [[John the Ripper]] page.
 
=Metasploit=
 
Notes on the (huuuuuge) metasploit framework are here: [[MSF]]
 
Applying Metasploit to the Metasploitable Virtual Box: [[Metasploitable]]
 
=Nmap=
 
What's a hacker without nmap?
 
See [[Nmap]]


=Wireshark=
=Wireshark=

Revision as of 07:31, 26 March 2016

This page contains a list of notes related to Kali's Top 10 software packages:

Aircrack

Aircrack is a software suite designed to crack WPA and WEP by gathering a large enough number of packets.

See Aircrack page.

Hydra

Hydra is a tool for brute-forcing SSH connections. It is much slower than offline password-guessing with (e.g.) John the Ripper, but sometimes this is your only option.

See the Hydra page for more info.

Also see Metasploitable/SSH/Brute Force

John the Ripper

John the Ripper is a software suite for password testing. It provides many different functions that make it a good complement to any program.

See John the Ripper page.

Metasploit

Notes on the (huuuuuge) metasploit framework are here: MSF

Applying Metasploit to the Metasploitable Virtual Box: Metasploitable

Nmap

What's a hacker without nmap?

See Nmap

Wireshark

The ubiquitous packet capture and analysis tool, wireshark is a nice tool for seeing what's happening on a network.

See Wireshark page