netcat Switches Flashcards

1
Q

nc -l

A

Listen mode

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

nc -u

A

UDP port

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

nc -p

A

TCP port

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

nc -e

A

program to execute

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

nc -n

A

no dns lookups

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

nc -wN

A

wait for n seconds for the connection to happen. quit if it doesn’t

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

nc -z

A

zero i/o mode

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

netcat ping scan

A

nc -v -n -z -w1 {targetIP] {startport]-[endport]

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

nc -r

A

randomize (used with a port range)

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

nc -v

A

verbose (-vv for windows)

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

nc -L

A

listen harder (windows only). starts listeneing avgain after client disconnect

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