Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #3478

Re: An unusual question...

Date 2011-04-18 10:53 +0100
From <wisecracker@tesco.net>
Subject Re: An unusual question...
Newsgroups comp.lang.python
Message-ID <mailman.507.1303120383.9059.python-list@python.org> (permalink)

Show all headers | 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 | NextNext in thread | Find similar | Unroll thread


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