Socket Listener (on Linux) -
i'm searching way listen specific port on specific ip , dump incoming data.
it has work on linux, perferrably comes debian package if have compile thats fine to.
would nice if data gets stored in mysql database, file ok to.
thanks!
use command
nc -l hostname 10000 > op.txt
Comments
Post a Comment