Skip to content

TRUEANGLE

BEAUTY AND PLAY

  • GitLab
  • GitHub
  • Configuration
  • AI
  • BLOG
  • LINUX
  • ABOUT
    • ABOUT
    • Perception Style
    • Motivation

Tag Archives: swiss army knife netcat TCP/IP

nc

netcat is a simple unix utility which reads and writes data across network connections, using TCP or UDP protocol. netcat examples

Posted byjeffrinDecember 31, 2009Posted incomputer networksTags: swiss army knife netcat TCP/IP

nc – TCP/IP swiss army knife

A UNIX Command Window I Server $nc -l -p 3333 hello hello how are you ? fine Window II client $nc 127.0.0.1 3333 hello hello how are you ? fine UNIX Explanation netcat is a simple unix utility which reads and writes data across network connections, using TCP or UDP protocol. Related Source Code Exposition …

Continue reading “nc – TCP/IP swiss army knife”

Posted byjeffrinDecember 31, 2009Posted incomputer networksTags: swiss army knife netcat TCP/IP
September 2026
M T W T F S S
 123456
78910111213
14151617181920
21222324252627
282930  
« Aug    
TRUEANGLE, Proudly powered by WordPress.