Telnet to remote system and format output via web page

Rodrick Brown rodrick.brown at gmail.com
Wed Sep 11 10:13:46 EDT 2013


I would use something like fabric to automatically login to hosts via
ssh then parse the data myself to generate static HTML pages in a
document root.

Having a web app execute remote commands on a server is so wrong in many ways.

Sent from my iPhone

On Sep 11, 2013, at 8:56 AM, Jugurtha Hadjar <jugurtha.hadjar at gmail.com> wrote:

> On 09/11/2013 11:45 AM, Kenroy Bennett wrote:
>> Hi
>>
>>
>> I would like to create a web  app using flask or cgi library  along with telnetlib to telnet to specific servers and execute commands and retrieve the output.
>> The output will then be  formatted and outputted to a webpage .
>
>
> Is security an issue ? How sensitive is the information you are querying ? Must it be Telnet ?
>
>
> --
> ~Jugurtha Hadjar,
> --
> https://mail.python.org/mailman/listinfo/python-list



More information about the Python-list mailing list