php - Injecting data to a page -
is possible injections via php? example, in firefox web console, can go web page, , modify input values of form via console editing page, , send page server. check vulnerabilities. wondering if can similar thing via php scripts? is, sending form data inputs of web page web page/server. reason want automate process.
you can, , lot of people that. firefox or chrome or fiddler2, have interactivity php or curl can script , automate significant amount of vulnerability testing. take @ usage of curl http://curl.haxx.se/docs/httpscripting.html#post post data.
with php, 1 use curl also: http://davidwalsh.name/curl-post , http://bavotasan.com/2011/post-url-using-curl-php/
Comments
Post a Comment