You are not logged in.

#1 2016-11-22 16:36:37

Shibumi
Package Maintainer (PM)
Registered: 2013-04-14
Posts: 41
Website

nyan - a simple netcat wrapper

Hello,
I have worked pretty often with gnu-netcat and I was really fast tired of remembering all this awesome stuff that I can do with it. For example serving a file via web-browser:

{ echo -ne "HTTP/1.0 200 OK\r\nContent-Length: $(wc -c <some.file)\r\n\r\n"; cat some.file; } | nc -l 8080

I mean.. who the f*ck should remember this stuff? So I wrote a simple netcat wrapper for it and called it nyan.
Here are the current features:

THD

It comes with a man-page and nearly zero dependencies. So it's fast deployed somewhere else, even on systems without arch linux.

You can find it in the AUR:

https://aur.archlinux.org/packages/nyan/

Offline

#2 2016-11-23 10:46:28

Algernop
Member
Registered: 2014-01-17
Posts: 28

Re: nyan - a simple netcat wrapper

Nicely done. This definetly makes life easier.

Offline

Board footer

Powered by FluxBB