Re: [sqlmap-users] testing admin area after authorization

2013-08-13 Thread Sebastian Nerz
Hi, Am 13.08.2013 15:15, schrieb Den: > Thank you! > > I setted up "--cookie" parameter and got a acces. If you are running a webproxy (e.g. webscarab or Burp Suite) between your browser and the server or if you have some development add-ons installed, you could also make a copy of a complete HT

Re: [sqlmap-users] testing admin area after authorization

2013-08-13 Thread Den
Thank you! I setted up "--cookie" parameter and got a acces. > If you just want to exploit that section, capture a cookie with your > favorite proxy tool and set it in sqlmap > > On Tue, Aug 13, 2013 at 8:43 AM, Den wrote: >> Hello everybody! >> >> Please give me a clue. >> I've a web site and I

Re: [sqlmap-users] testing admin area after authorization

2013-08-13 Thread Andres Riancho
If you just want to exploit that section, capture a cookie with your favorite proxy tool and set it in sqlmap On Tue, Aug 13, 2013 at 8:43 AM, Den wrote: > Hello everybody! > > Please give me a clue. > I've a web site and I should be authorized to enter to a admin area > (http://example.com/Login

[sqlmap-users] testing admin area after authorization

2013-08-13 Thread Den
Hello everybody! Please give me a clue. I've a web site and I should be authorized to enter to a admin area (http://example.com/Login.aspx) I have user/password for this. How can I pass this credentials to sqlmap and test the admin area such as http://example.com/admin/UserEdit.aspx?id=117 ?