CSCI 427 Quiz 1 Flashcards

1
Q

don’t run ? unless you want to get caught

A

nmap -a [target]

aggressive

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

to start off, run ?

A

nmap -sn [target]

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

nmap -sn [target] is a

A

simple ping

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

how do you choose a range to scan?

A

nmap -p min-max [target]

ex: nmap -p 1-3000 [target]

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

scanning a range of ports returns

A

all the open ports it found in that range

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

what command would give you a good idea of where to start looking for vulnerabilities?

A

nmap -O -sV [target]

gives operating system, services, and versions

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

why do we scan?

A

to find systems and services

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

when we find systems, we are paying attention to things like

A

hostnames, OS versions

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

when we find services, we are mainly looking for

A

open ports, standard services on a given port, and service versions

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

if you just run nmap [target], what does it do

A

scans the first thousand or so ports

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

the first thousand or so ports are the (least/most) likely to run standard services

A

most

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