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
July 2026
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  
« Jun    
TRUEANGLE, Proudly powered by WordPress.