Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53959
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <jugurtha.hadjar@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.137 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.74; '*S*': 0.01; 'output': 0.05; 'formatted': 0.16; 'subject:format': 0.16; 'wrote:': 0.18; 'library': 0.18; 'app': 0.19; 'subject:page': 0.19; 'header:User- Agent:1': 0.23; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'along': 0.30; 'cgi': 0.31; 'received:google.com': 0.35; 'message- id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'issue': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'commands': 0.60; 'subject: ': 0.61; 'information': 0.63; 'webpage': 0.68; '11:45': 0.84; 'subject:system': 0.84; 'subject:via': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=ki74CEBd3t4CqYGA2y2RG4PDyCOjzpGuQc4QFCOfxIA=; b=RQEqpcRtao7vA+N+malFLzFwq4B6YETtppcRQGSOXrqfQG9t6MFiXm2fHo5sl2+TLn yUGoL/06TSCoQd7UxPy2394hfrmDvYsAqkWLHvP2K2YrJk1LNBBVbaEu1I9spbv1gMwi ScJoYbWl8IddJrmYXKEcQiHjeljGeT9Zlrh0K3MlVQ4YNL1EwUL2CsREja3BlZH7K6nf LZWfvrWNNiXMMzO4wmqbMAcXgKe3C4rOUA4Nd5AMKxk54c7xxXE7icTdIGI9KIci7Ww6 qqCJCCmqjkLCY+4eQXrcH6UWBjnTaQJGafoKDiARo6ZD3TWrGe/x8qZjHYGxnki7Mp+4 8HCQ== |
| X-Received | by 10.204.76.203 with SMTP id d11mr1349350bkk.3.1378903560264; Wed, 11 Sep 2013 05:46:00 -0700 (PDT) |
| Date | Wed, 11 Sep 2013 13:45:58 +0100 |
| From | Jugurtha Hadjar <jugurtha.hadjar@gmail.com> |
| User-Agent | Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | Re: Telnet to remote system and format output via web page |
| References | <8ac501c2-8fbc-4b6c-9e71-49c811f8fb5e@googlegroups.com> |
| In-Reply-To | <8ac501c2-8fbc-4b6c-9e71-49c811f8fb5e@googlegroups.com> |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Mailman-Approved-At | Wed, 11 Sep 2013 14:55:38 +0200 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.248.1378904139.5461.python-list@python.org> (permalink) |
| Lines | 15 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1378904140 news.xs4all.nl 15880 [2001:888:2000:d::a6]:43429 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:53959 |
Show key headers only | View raw
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,
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Telnet to remote system and format output via web page Kenroy Bennett <bennettk9999@gmail.com> - 2013-09-11 03:45 -0700 Re: Telnet to remote system and format output via web page Jugurtha Hadjar <jugurtha.hadjar@gmail.com> - 2013-09-11 13:45 +0100 Re: Telnet to remote system and format output via web page Rodrick Brown <rodrick.brown@gmail.com> - 2013-09-11 10:13 -0400
csiph-web