Skip to content

umaumax/gonetcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

gonetcat

goalng nc

how to install

go get -u github.com/umaumax/gonetcat

how to use

original netcat

$ nc localhost 7083 << !
GET / HTTP/1.0

!

my command

$ gonetcat localhost:8080 << !
GET / HTTP/1.0

!

NOTE

  • 受信したContent-Lengthをパースして指定長さとなった場合に閉じる。
  • 本来は送るリクエストのwriteを閉じて判断するべきなのだろうが、サーバの実装によって異なるため、以上のような実装となっている。

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages