Re: [sqlmap-users] Search based on fileds value

2015-02-09 Thread a dehqan
and when we use -C user_name does it search for User_name and User_Name column names ? On Tue, Feb 10, 2015 at 12:11 AM, a dehqan wrote: > So to search in all tables for value "string" , i think the only way is to > use sp like this > http://blogs.lessthandot.com/index.php/DataMgmt/DataDesign/th

Re: [sqlmap-users] Search based on fileds value

2015-02-09 Thread a dehqan
So to search in all tables for value "string" , i think the only way is to use sp like this http://blogs.lessthandot.com/index.php/DataMgmt/DataDesign/the-ten-most-asked-sql-server-questions--1/#2 But is it possible to craete it in sql shell ? Regards On Wed, Feb 4, 2015 at 7:29 PM, a dehqan wr

Re: [sqlmap-users] Change Payload ,Insert problem

2015-02-09 Thread a dehqan
So this admin user has not insert access , but how to be sure ? is there any command ? On Mon, Feb 9, 2015 at 7:35 PM, Miroslav Stampar wrote: > You can't do that in sqlmap and I am pretty sure that it wouldn't suite > your needs too. > > Also, if there are other techniques available sqlmap wi

Re: [sqlmap-users] Union injectable or not

2015-02-09 Thread Miroslav Stampar
No. One working UNION payload produced by yourself. Bye On Feb 9, 2015 5:14 PM, "Vojtěch Polášek" wrote: > Hi, > thanks for your reply. > What do you mean by one working union payload? > Do you mean payload which causes sqlmap to report URL as being union > injectable? > Thank you very much, >

Re: [sqlmap-users] Union injectable or not

2015-02-09 Thread Brandon Perry
A UNION payload that shows some bit of data that you expect in the response. For instance, perhaps the first column in the union is expected to be a UUID, and the third column is given back in the response. UNION SELECT '2403db44-b077-11e4-b0e1-000c29133bd7', NULL, 0x6664736166647361, NULL If th

Re: [sqlmap-users] Union injectable or not

2015-02-09 Thread Vojtěch Polášek
Hi, thanks for your reply. What do you mean by one working union payload? Do you mean payload which causes sqlmap to report URL as being union injectable? Thank you very much, Vojta On 9.2.2015 13:23, Miroslav Stampar wrote: > As Brandon said, one of columns could be "picky" about the "test" >

Re: [sqlmap-users] Union injectable or not

2015-02-09 Thread Miroslav Stampar
As Brandon said, one of columns could be "picky" about the "test" values being used. We use either NULLs or integer values (e.g. 1) and this works quite well in majority of situations (auto-casting and stuff). Also, there is a possibility that ORDER BY mechanism is triggering some results, while t

Re: [sqlmap-users] Change Payload ,Insert problem

2015-02-09 Thread Miroslav Stampar
Really not sure what are you trying to do. Do you want that "error-based" query to be part of "stacked-query" or what? Bye On Mon, Feb 9, 2015 at 12:24 AM, a dehqan wrote: > Maybe my question isn't clear , let me try again : > > I need to change stack query to not using timebase detection ? > >