Security tools Flashcards

1
Q

Nmap

A

A port mapper.

Probes devices for:
Host discovery (network discovery)
Port scanning
Service Version Detection
OS fingerprinting
(Scripting and automation)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Wireshark

A

An open source protocol analyzer (or sniffer).

Only listen to what is in your link

Will tell you:
Which applications are running
Data from non-encrypted channels
OS of the target system (different OS send diff packets)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Ettercap

A

Ettercap is a comprehensive suite for man-in-the-middle attacks. It features sniffing of live connections, content filtering on the fly and includes many features for network and host analysis.

Man-in-the-middle attacks
DNS spoofing
Credentials capture
DoS attack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Burp Suite

A

Burp Suite is a proxy program that enables us to track, examine, and alter requests made by our browsers before they are forwarded to a distant server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

John the Ripper

A

Is a password sniffer/cracker (in unix).

Modes of operation
1. Wordlist
Test passphrases provided by
a wordlist
Mind the password length
2. Single crack
User information is added
A large set of mangling rules
3. Incremental
The brute-force option
(Tries every possible option)
4. External

How well did you know this?
1
Not at all
2
3
4
5
Perfectly