Questions tagged [rshd]

3 questions
0
votes
1 answer

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…
Zach
  • 2,145
  • 3
  • 17
  • 32
0
votes
2 answers

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

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…
Dmitry
  • 156
  • 5
  • 17
-1
votes
1 answer

What all command can be given using rsh?

What commands can be given from an rshd server to an an rsh client? Only file transfer commands or commands such as run a command i.e python xyz.py command can also be given.