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

2015-02-09 Thread a dehqan
>>>>> Yes i think it's the way , >>>>> How may i search based on column value in all tables all columns ? >>>>> >>>>> >>>>> On Wed, Feb 4, 2015 at 6:53 PM, is2reg wrote: >>>>> >>>>>> try --sql-shell

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

2015-02-09 Thread a dehqan
try --sql-shell >>>>> >>>>> 2015-02-04 >>>>> -- >>>>> is2reg >>>>> -- >>>>> *发件人:*a dehqan >>>>> *发送时间:*2015-02-04 23:20 >

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

2015-02-04 Thread a dehqan
How may i search based on column value in all tables all columns ? >>> >>> >>> On Wed, Feb 4, 2015 at 6:53 PM, is2reg wrote: >>> >>>> try --sql-shell >>>> >>>> 2015-02-04 >>>> -------------- >

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

2015-02-04 Thread a dehqan
ql-shell >>> >>> 2015-02-04 >>> -- >>> is2reg >>> ---------- >>> *发件人:*a dehqan >>> *发送时间:*2015-02-04 23:20 >>> *主题:*Re: [sqlmap-users] Search based on fileds value >>> *收件

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

2015-02-04 Thread Brandon Perry
> > On Wed, Feb 4, 2015 at 6:53 PM, is2reg wrote: > >> try --sql-shell >> >> 2015-02-04 >> -- >> is2reg >> ------ >> *发件人:*a dehqan >> *发送时间:*2015-02-04 23:20 >> *主题:*Re: [sqlm

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

2015-02-04 Thread a dehqan
an > *发送时间:*2015-02-04 23:20 > *主题:*Re: [sqlmap-users] Search based on fileds value > *收件人:*"Brandon Perry" > *抄送:*", sqlmap-users","Raymond"< > raym...@tevii.com> > > Thanks > > You mean first dump all databases and then searc

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

2015-02-04 Thread is2reg
try --sql-shell 2015-02-04 is2reg 发件人:a dehqan 发送时间:2015-02-04 23:20 主题:Re: [sqlmap-users] Search based on fileds value 收件人:"Brandon Perry" 抄送:", sqlmap-users","Raymond" Thanks You mean first dump all databases and then search in files ? if yes i

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

2015-02-04 Thread Brandon Perry
--search requires -C, -T, or -D, it doesn't take an argument as far as I know. --search will search for a table with LIKE or explicitly called "fdsa" if -T fdsa is specified On Wed, Feb 4, 2015 at 9:22 AM, Marcell Fodor wrote: > --search "asd" > > > On Wed, Feb 4, 2015 at 3:20 PM, a dehqan wro

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

2015-02-04 Thread Marcell Fodor
--search "asd" On Wed, Feb 4, 2015 at 3:20 PM, a dehqan wrote: > Thanks > > You mean first dump all databases and then search in files ? > if yes i need a way without dumping all databases because database is huge > ofcourse about 40 databases . > > And may i use --thread or any other option to

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

2015-02-04 Thread Miroslav Stampar
There is no way how to do it from the sqlmap's side. You can use grep as Brandon mentioned. Bye On Wed, Feb 4, 2015 at 4:20 PM, a dehqan wrote: > Thanks > > You mean first dump all databases and then search in files ? > if yes i need a way without dumping all databases because database is huge

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

2015-02-04 Thread a dehqan
Thanks You mean first dump all databases and then search in files ? if yes i need a way without dumping all databases because database is huge ofcourse about 40 databases . And may i use --thread or any other option to make it faster ? On Wed, Feb 4, 2015 at 6:45 PM, Brandon Perry wrote: > --d

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

2015-02-04 Thread Brandon Perry
--dump then grep? On Wed, Feb 4, 2015 at 9:11 AM, a dehqan wrote: > Hi > > Guys , is there any way to search based on fileds value on sqlmap ? > > for exmample how to search in all databases for column with value of > 1232434345 ? > > > Regards > > >

[sqlmap-users] Search based on fileds value

2015-02-04 Thread a dehqan
Hi Guys , is there any way to search based on fileds value on sqlmap ? for exmample how to search in all databases for column with value of 1232434345 ? Regards -- Dive into the World of Parallel Programming. The Go Par