SOLVED! - sql injection testng / sql error handling
Was testing my input boxes if they are vunerable to sql injections,
so was looking for a testing guide..
but all use username and password as exsamples
so went ahead and just trying to add some normal html
with and without ''
without '' <br> saves in db as <br>
and with ' ' around it shows a SQL error,
basicly showing the entire Insert into query line and content.
so need to work on some error handling
Wanted to lookup some articles on vbulletin sql error handling
but cant find any maybe im using wrong search words..
any suggestions ?
|