NETCAT Flashcards

1
Q

ncat switch -l

A

listen mode

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

ncat switch for UDP mode ?

A

ncat -u

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

ncat switch for TCP mode ?

A

by default, no switch

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

ncat switch -p

A
Local port (mode listen with -l switch)
Source port (mode client)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ncat program to execute switch

A

ncat -e myProgram.bat

ncat -e /bin/bash

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