From charlesreid1

 
(11 intermediate revisions by the same user not shown)
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 - [[Burp Suite]]
* hydra
* hydra - [[Hydra]]
* john
* john - [[John the Ripper]]
* maltego
* maltego
* metasploit
* metasploit - [[MSF]]
* nmap
* nmap - [[Nmap]]
* owasp-zap
* owasp-zap - [[OWASP]]
* sqlmap
* sqlmap - [[Sqlmap]]
* wireshark
* wireshark - [[Wireshark]]


=Aircrack=
=Aircrack=


Aircrack is a software suite designed to crack WPA and WEP by gathering a large enough number of packets. It has various tools and features designed around that purpose.
Aircrack is a software suite designed to crack WPA and WEP by gathering a large enough number of packets.


[[Kali/WEP Cracking]]: This was my first introduction to Aircrack was using it to crack a WEP-encrypted passphrase. The actual cracking process took about three minutes. It was amazing to be able to do this so easily, and it was a great learning process.
See [[Aircrack]] page.
 
{{AircrackFlag}}
 
=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.
 
{{JohnFlag}}
 
=Metasploit=
 
Notes on the (huuuuuge) metasploit framework are here: [[MSF]]
 
Applying Metasploit to the Metasploitable Virtual Box: [[Metasploitable]]
 
{{MSFlag}}
 
=Nmap=
 
What's a hacker without nmap?
 
See [[Nmap]]
 
{{NmapFlag}}
 
=Wireshark=
 
The ubiquitous packet capture and analysis tool, wireshark is a nice tool for seeing what's happening on a network.
 
See [[Wireshark]] page
 
{{WiresharkFlag}}
 
=Flags=
 
{{KaliFlag}}

Latest revision as of 06:30, 27 July 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

Template:NmapFlag

Wireshark

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

See Wireshark page





Flags