Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Hacking CGI - security and exploitation

by crazyinsomniac (Prior)
on Jun 24, 2002 at 21:47 UTC ( [id://176957]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #check for bad characters
    if($FORM{'path'} =~ m/\0|\r|\n/ig){ die "illegal characters"; }
    
    ...
        print USERACCESS "$username:$password";
        close(USERACCESS);
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found