Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Trojan Horse? (taint mode)

by blakem (Monsignor)
on Nov 25, 2001 at 15:37 UTC ( [id://127380]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print "${foo()}";
    
  2. or download this
    print "${system('/bin/rm *')}"
    
  3. or download this
    $a = q|{system('/bin/rm -rf *')}|;
    print "$a";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-25 19:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found