Go Back


Connect to a TCP/UDP Port

Switches:

-n: numeric addresses only

-v: verbose output


Listening on a TCP/UDP Port

Switches:

-n: numeric addresses only

-v: verbose output

-l: listen

-p: port


Transferring Files with Netcat - Receiving Machine

Switches:

-n: numeric addresses only

-v: verbose output

-l: listen

-p: port


Transferring Files with Netcat - Sending Machine

Switches:

-n: numeric addresses only

-v: verbose output


Remote Administration with Netcat - Bind Shell Server

Switches:

-n: numeric addresses only

-v: verbose output

-l: listen

-p: port

-e: connand to execute


Remote Administration with Netcat - Bind Shell Client

Switches:

-n: numeric addresses only

-v: verbose output


Remote Administration with Netcat - Reverse Shell Client

Switches:

-n: numeric addresses only

-v: verbose output

-l: listen

-p: port


Remote Administration with Netcat - Bind Shell Server

Switches:

-n: numeric addresses only

-v: verbose output

-e: connand to execute


Encrypted Remote Administration with Ncat - Bind Shell Server

Switches:

-n: numeric addresses only

-v: verbose output

-l: listen

-p: port

-e: connand to execute

--allow: allow only specific IPs to connect

--ssl: encrypt the connection using SSL


Encrypted Remote Administration with Ncat - Bind Shell Client

Switches:

-n: numeric addresses only

-v: verbose output


Encrypted Remote Administration with Ncat - Reverse Shell Client

Switches:

-n: numeric addresses only

-v: verbose output

-l: listen

-p: port

--ssl: encrypt the connection using SSL


Encrypted Remote Administration with Ncat - Reverse Shell Server

Switches:

-n: numeric addresses only

-v: verbose output

-e: connand to execute

--ssl: encrypt the connection using SSL