[Tutor] WINSOCK stdin question

Kent Johnson kent37 at tds.net
Sat Feb 7 03:19:22 CET 2009


On Fri, Feb 6, 2009 at 3:52 PM, Tom Green <xchimeras at gmail.com> wrote:
> Hello Python group,
>
> I need some advice on a problem I am facing.  Basically I have a binary that
> sends out a reverse shell (CMD prompt).  I have a listening Python socket
> and I would like to know how I can redirect the CMD prompt to stdin, so I
> can interact with the host that is sending the shell.  Basically this is a
> reverse shell.  Any tips is much appreciated.

Like Alan, I never heard of reverse shell before. With a little
googling I think I understand it but I don't understand your question.
Is the python program on the client (user) side or the server side?

Kent


More information about the Tutor mailing list