in reply to Re^3: How to avoid Null Byte Injection
in thread How to avoid Null Byte Injection?
if ( param('select') ) { unless (grep { $_ eq $passage } @display_files) { print br() x 2; print h1( {class=>'big'}, "*Backward Directory Traversal* hack wi +ll NOT help you here, Mighty Lamer!" ); $select = $dbh->prepare( "UPDATE guestlog SET passage=?, date=?, +counter=counter+1 WHERE host=?" ); $select->execute( $passage, $date, $host ); exit; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to avoid Null Byte Injection
by chromatic (Archbishop) on Oct 08, 2006 at 20:58 UTC | |
by Nik (Initiate) on Oct 09, 2006 at 08:00 UTC |