BadfingerD Source
All it does is listen for a TCP connection (on port 79 by default). When it receives a connection, it ignores input sent by the client. Instead, it executes a shell command and redirects the output back over the TCP connection. ...and that's it. It can be useful for polling in-home devices such as file servers, or re-flashed 802.11 access points or such-like. The BadfingerD source code is avaible from GitHub. |
That's all there is to it. |