Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #3478
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <wisecracker@tesco.net> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.007 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'python': 0.07; 'received:81.103': 0.09; 'received:81.103.221': 0.09; 'received:81.103.221.35': 0.09; 'received:ispmail.ntl.com': 0.09; 'received:ntl.com': 0.09; '###': 0.16; '#print': 0.16; "else's": 0.16; 'install...': 0.16; 'nefarious': 0.16; 'received:aamtaout02-winn.ispmail.ntl.com': 0.16; 'code': 0.22; 'trying': 0.23; 'wonder': 0.24; 'remote': 0.28; 'to:addr:python- list': 0.32; 'execution': 0.33; 'someone': 0.33; 'pull': 0.35; 'machine': 0.37; 'current': 0.38; 'to:addr:python.org': 0.39; 'would': 0.40; 'from:no real name:2**0': 0.60; 'you.': 0.61; 'url:net': 0.62; 'url:search': 0.64; 'luck': 0.71 |
| Date | Mon, 18 Apr 2011 10:53:00 +0100 |
| From | <wisecracker@tesco.net> |
| To | Python <python-list@python.org> |
| Subject | Re: An unusual question... |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 7bit |
| X-Priority | 3 (Normal) |
| Sensitivity | Normal |
| X-Originating-IP | from 217.34.55.195 by mail.tesco.net; Mon, 18 Apr 2011 10:53:00 +0100 |
| X-Mailer | 4.2.7 |
| X-Cloudmark-Analysis | v=1.1 cv=R50lirqlHffDPPkwUlkuVa99MrvKdVWo//yz83qex8g= c=1 sm=0 a=W5MoBzYaD9EA:10 a=VGi4Nqwp24wA:10 a=IkcTkHD0fZMA:10 a=uVhb0EPuAAAA:8 a=nWwrNhkoAAAA:8 a=6bQkU-fnAAAA:8 a=9IEfLK4KcXeGHKsuZXQA:9 a=QEXdDO2ut3YA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.507.1303120383.9059.python-list@python.org> (permalink) |
| Lines | 36 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1303120383 news.xs4all.nl 41102 [::ffff:82.94.164.166]:57123 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:3478 |
Show key headers only | View raw
Hi Chris...
> It sounds to me like you're trying to pull off a classic buffer
> overrun and remote code execution exploit, in someone else's Python
> program. And all I have to say is.... Good luck to you.
Talking of nefarious usage...
I wonder what this would do left unchecked on a current machine and current Python install...
###
global somestring
somestring = " "
while 1:
#print somestring
somestring = somestring + " "
###
--
73...
Bazza, G0LCU...
Team AMIGA...
http://homepages.tesco.net/wisecracker/
http://main.aminet.net/search?readme=wisecracker
http://mikeos.berlios.de/
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: An unusual question... <wisecracker@tesco.net> - 2011-04-18 10:53 +0100 Re: An unusual question... Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-04-18 11:56 +0000
csiph-web