rshd

How Can I Tell what Username RSH sends from SUA?

I am on a Windows Vista 64-bit Enterprise machine with Subsystem for Unix Applications installed and the applications downloaded. I am attempting to use RSH to connect to a FreeBSD server. The command I would like to execute is: rsh host.suffix1.company.com command The .rhosts file in my home directory on host.suffix1.company.com look...

Passing the shell-command to RSH daemon inside an "ACK" packet.

Hello. Writing a program on C, using libnet and libpcap to impersonate an RSH client and inject my own command on the server machine, running RSHD. As I understood, the command should be in the 'payload' of the ACK packet, but in the format, that RSHD will pass it to the shell. How should I assemble the packet to achieve this? ...