From: a d. <deh...@gm...> - 2015-02-04 15:11:29
|
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 |
From: Brandon P. <bpe...@gm...> - 2015-02-04 15:15:25
|
--dump then grep? On Wed, Feb 4, 2015 at 9:11 AM, a dehqan <deh...@gm...> 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 > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming. The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is > your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- http://volatile-minds.blogspot.com -- blog http://www.volatileminds.net -- website |
From: a d. <deh...@gm...> - 2015-02-04 15:20:57
|
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 <bpe...@gm...> wrote: > --dump then grep? > > > On Wed, Feb 4, 2015 at 9:11 AM, a dehqan <deh...@gm...> 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 >> >> >> ------------------------------------------------------------------------------ >> Dive into the World of Parallel Programming. The Go Parallel Website, >> sponsored by Intel and developed in partnership with Slashdot Media, is >> your >> hub for all things parallel software development, from weekly thought >> leadership blogs to news, videos, case studies, tutorials and more. Take a >> look and join the conversation now. http://goparallel.sourceforge.net/ >> _______________________________________________ >> sqlmap-users mailing list >> sql...@li... >> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >> >> > > > -- > http://volatile-minds.blogspot.com -- blog > http://www.volatileminds.net -- website > |
From: Miroslav S. <mir...@gm...> - 2015-02-04 15:23:12
|
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 <deh...@gm...> 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 make it faster ? > > On Wed, Feb 4, 2015 at 6:45 PM, Brandon Perry <bpe...@gm...> > wrote: > >> --dump then grep? >> >> >> On Wed, Feb 4, 2015 at 9:11 AM, a dehqan <deh...@gm...> 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 >>> >>> >>> ------------------------------------------------------------------------------ >>> Dive into the World of Parallel Programming. The Go Parallel Website, >>> sponsored by Intel and developed in partnership with Slashdot Media, is >>> your >>> hub for all things parallel software development, from weekly thought >>> leadership blogs to news, videos, case studies, tutorials and more. Take >>> a >>> look and join the conversation now. http://goparallel.sourceforge.net/ >>> _______________________________________________ >>> sqlmap-users mailing list >>> sql...@li... >>> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >>> >>> >> >> >> -- >> http://volatile-minds.blogspot.com -- blog >> http://www.volatileminds.net -- website >> > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming. The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is > your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar http://about.me/stamparm |
From: Marcell F. <fod...@gm...> - 2015-02-04 15:22:54
|
--search "asd" On Wed, Feb 4, 2015 at 3:20 PM, a dehqan <deh...@gm...> 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 make it faster ? > > On Wed, Feb 4, 2015 at 6:45 PM, Brandon Perry <bpe...@gm...> > wrote: > >> --dump then grep? >> >> >> On Wed, Feb 4, 2015 at 9:11 AM, a dehqan <deh...@gm...> 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 >>> >>> >>> ------------------------------------------------------------------------------ >>> Dive into the World of Parallel Programming. The Go Parallel Website, >>> sponsored by Intel and developed in partnership with Slashdot Media, is >>> your >>> hub for all things parallel software development, from weekly thought >>> leadership blogs to news, videos, case studies, tutorials and more. Take >>> a >>> look and join the conversation now. http://goparallel.sourceforge.net/ >>> _______________________________________________ >>> sqlmap-users mailing list >>> sql...@li... >>> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >>> >>> >> >> >> -- >> http://volatile-minds.blogspot.com -- blog >> http://www.volatileminds.net -- website >> > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming. The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is > your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > |
From: Brandon P. <bpe...@gm...> - 2015-02-04 15:24:28
|
--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 <fod...@gm...> wrote: > --search "asd" > > > On Wed, Feb 4, 2015 at 3:20 PM, a dehqan <deh...@gm...> 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 make it faster ? >> >> On Wed, Feb 4, 2015 at 6:45 PM, Brandon Perry <bpe...@gm...> >> wrote: >> >>> --dump then grep? >>> >>> >>> On Wed, Feb 4, 2015 at 9:11 AM, a dehqan <deh...@gm...> 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 >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Dive into the World of Parallel Programming. The Go Parallel Website, >>>> sponsored by Intel and developed in partnership with Slashdot Media, is >>>> your >>>> hub for all things parallel software development, from weekly thought >>>> leadership blogs to news, videos, case studies, tutorials and more. >>>> Take a >>>> look and join the conversation now. http://goparallel.sourceforge.net/ >>>> _______________________________________________ >>>> sqlmap-users mailing list >>>> sql...@li... >>>> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >>>> >>>> >>> >>> >>> -- >>> http://volatile-minds.blogspot.com -- blog >>> http://www.volatileminds.net -- website >>> >> >> >> >> ------------------------------------------------------------------------------ >> Dive into the World of Parallel Programming. The Go Parallel Website, >> sponsored by Intel and developed in partnership with Slashdot Media, is >> your >> hub for all things parallel software development, from weekly thought >> leadership blogs to news, videos, case studies, tutorials and more. Take a >> look and join the conversation now. http://goparallel.sourceforge.net/ >> _______________________________________________ >> sqlmap-users mailing list >> sql...@li... >> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >> >> > -- http://volatile-minds.blogspot.com -- blog http://www.volatileminds.net -- website |
From: a d. <deh...@gm...> - 2015-02-04 15:35:21
|
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 <is...@16...> wrote: > try --sql-shell > > 2015-02-04 > ------------------------------ > is2reg > ------------------------------ > *发件人:*a dehqan <deh...@gm...> > *发送时间:*2015-02-04 23:20 > *主题:*Re: [sqlmap-users] Search based on fileds value > *收件人:*"Brandon Perry"<bpe...@gm...> > *抄送:*", sqlmap-users"<sql...@li...>,"Raymond"< > ra...@te...> > > 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 <bpe...@gm...> > wrote: > >> --dump then grep? >> >> >> On Wed, Feb 4, 2015 at 9:11 AM, a dehqan <deh...@gm...> 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 >>> >>> >>> ------------------------------------------------------------------------------ >>> Dive into the World of Parallel Programming. The Go Parallel Website, >>> sponsored by Intel and developed in partnership with Slashdot Media, is >>> your >>> hub for all things parallel software development, from weekly thought >>> leadership blogs to news, videos, case studies, tutorials and more. Take >>> a >>> look and join the conversation now. http://goparallel.sourceforge.net/ >>> _______________________________________________ >>> sqlmap-users mailing list >>> sql...@li... >>> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >>> >>> >> >> >> -- >> http://volatile-minds.blogspot.com -- blog >> http://www.volatileminds.net -- website >> > > |
From: Brandon P. <bpe...@gm...> - 2015-02-04 15:36:50
|
You would be better off finding the most likely column to contain that value, then select from table where column = 'value' On Wed, Feb 4, 2015 at 9:35 AM, a dehqan <deh...@gm...> wrote: > 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 <is...@16...> wrote: > >> try --sql-shell >> >> 2015-02-04 >> ------------------------------ >> is2reg >> ------------------------------ >> *发件人:*a dehqan <deh...@gm...> >> *发送时间:*2015-02-04 23:20 >> *主题:*Re: [sqlmap-users] Search based on fileds value >> *收件人:*"Brandon Perry"<bpe...@gm...> >> *抄送:*", sqlmap-users"<sql...@li...>,"Raymond"< >> ra...@te...> >> >> 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 <bpe...@gm...> >> wrote: >> >>> --dump then grep? >>> >>> >>> On Wed, Feb 4, 2015 at 9:11 AM, a dehqan <deh...@gm...> 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 >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Dive into the World of Parallel Programming. The Go Parallel Website, >>>> sponsored by Intel and developed in partnership with Slashdot Media, is >>>> your >>>> hub for all things parallel software development, from weekly thought >>>> leadership blogs to news, videos, case studies, tutorials and more. >>>> Take a >>>> look and join the conversation now. http://goparallel.sourceforge.net/ >>>> _______________________________________________ >>>> sqlmap-users mailing list >>>> sql...@li... >>>> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >>>> >>>> >>> >>> >>> -- >>> http://volatile-minds.blogspot.com -- blog >>> http://www.volatileminds.net -- website >>> >> >> > -- http://volatile-minds.blogspot.com -- blog http://www.volatileminds.net -- website |
From: a d. <deh...@gm...> - 2015-02-04 15:40:12
|
this searchs in one table , How to say sql search in all tables (except writting all tables one by one ) On Wed, Feb 4, 2015 at 7:06 PM, Brandon Perry <bpe...@gm...> wrote: > You would be better off finding the most likely column to contain that > value, then select from table where column = 'value' > > On Wed, Feb 4, 2015 at 9:35 AM, a dehqan <deh...@gm...> wrote: > >> 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 <is...@16...> wrote: >> >>> try --sql-shell >>> >>> 2015-02-04 >>> ------------------------------ >>> is2reg >>> ------------------------------ >>> *发件人:*a dehqan <deh...@gm...> >>> *发送时间:*2015-02-04 23:20 >>> *主题:*Re: [sqlmap-users] Search based on fileds value >>> *收件人:*"Brandon Perry"<bpe...@gm...> >>> *抄送:*", sqlmap-users"<sql...@li...>,"Raymond"< >>> ra...@te...> >>> >>> 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 <bpe...@gm... >>> > wrote: >>> >>>> --dump then grep? >>>> >>>> >>>> On Wed, Feb 4, 2015 at 9:11 AM, a dehqan <deh...@gm...> 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 >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Dive into the World of Parallel Programming. The Go Parallel Website, >>>>> sponsored by Intel and developed in partnership with Slashdot Media, >>>>> is your >>>>> hub for all things parallel software development, from weekly thought >>>>> leadership blogs to news, videos, case studies, tutorials and more. >>>>> Take a >>>>> look and join the conversation now. http://goparallel.sourceforge.net/ >>>>> _______________________________________________ >>>>> sqlmap-users mailing list >>>>> sql...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >>>>> >>>>> >>>> >>>> >>>> -- >>>> http://volatile-minds.blogspot.com -- blog >>>> http://www.volatileminds.net -- website >>>> >>> >>> >> > > > -- > http://volatile-minds.blogspot.com -- blog > http://www.volatileminds.net -- website > |
From: a d. <deh...@gm...> - 2015-02-04 15:59:20
|
how may i deploy this sp with sql shell ? http://pastebin.com/NtDWccp0 On Wed, Feb 4, 2015 at 7:10 PM, a dehqan <deh...@gm...> wrote: > this searchs in one table , How to say sql search in all tables (except > writting all tables one by one ) > > On Wed, Feb 4, 2015 at 7:06 PM, Brandon Perry <bpe...@gm...> > wrote: > >> You would be better off finding the most likely column to contain that >> value, then select from table where column = 'value' >> >> On Wed, Feb 4, 2015 at 9:35 AM, a dehqan <deh...@gm...> wrote: >> >>> 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 <is...@16...> wrote: >>> >>>> try --sql-shell >>>> >>>> 2015-02-04 >>>> ------------------------------ >>>> is2reg >>>> ------------------------------ >>>> *发件人:*a dehqan <deh...@gm...> >>>> *发送时间:*2015-02-04 23:20 >>>> *主题:*Re: [sqlmap-users] Search based on fileds value >>>> *收件人:*"Brandon Perry"<bpe...@gm...> >>>> *抄送:*", sqlmap-users"<sql...@li...>,"Raymond"< >>>> ra...@te...> >>>> >>>> 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 < >>>> bpe...@gm...> wrote: >>>> >>>>> --dump then grep? >>>>> >>>>> >>>>> On Wed, Feb 4, 2015 at 9:11 AM, a dehqan <deh...@gm...> 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 >>>>>> >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> Dive into the World of Parallel Programming. The Go Parallel Website, >>>>>> sponsored by Intel and developed in partnership with Slashdot Media, >>>>>> is your >>>>>> hub for all things parallel software development, from weekly thought >>>>>> leadership blogs to news, videos, case studies, tutorials and more. >>>>>> Take a >>>>>> look and join the conversation now. >>>>>> http://goparallel.sourceforge.net/ >>>>>> _______________________________________________ >>>>>> sqlmap-users mailing list >>>>>> sql...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> http://volatile-minds.blogspot.com -- blog >>>>> http://www.volatileminds.net -- website >>>>> >>>> >>>> >>> >> >> >> -- >> http://volatile-minds.blogspot.com -- blog >> http://www.volatileminds.net -- website >> > > |
From: a d. <deh...@gm...> - 2015-02-09 20:41:43
|
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 <deh...@gm...> wrote: > how may i deploy this sp with sql shell ? > http://pastebin.com/NtDWccp0 > > > On Wed, Feb 4, 2015 at 7:10 PM, a dehqan <deh...@gm...> wrote: > >> this searchs in one table , How to say sql search in all tables (except >> writting all tables one by one ) >> >> On Wed, Feb 4, 2015 at 7:06 PM, Brandon Perry <bpe...@gm...> >> wrote: >> >>> You would be better off finding the most likely column to contain that >>> value, then select from table where column = 'value' >>> >>> On Wed, Feb 4, 2015 at 9:35 AM, a dehqan <deh...@gm...> wrote: >>> >>>> 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 <is...@16...> wrote: >>>> >>>>> try --sql-shell >>>>> >>>>> 2015-02-04 >>>>> ------------------------------ >>>>> is2reg >>>>> ------------------------------ >>>>> *发件人:*a dehqan <deh...@gm...> >>>>> *发送时间:*2015-02-04 23:20 >>>>> *主题:*Re: [sqlmap-users] Search based on fileds value >>>>> *收件人:*"Brandon Perry"<bpe...@gm...> >>>>> *抄送:*", sqlmap-users"<sql...@li...>,"Raymond"< >>>>> ra...@te...> >>>>> >>>>> 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 < >>>>> bpe...@gm...> wrote: >>>>> >>>>>> --dump then grep? >>>>>> >>>>>> >>>>>> On Wed, Feb 4, 2015 at 9:11 AM, a dehqan <deh...@gm...> 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 >>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------------------------------ >>>>>>> Dive into the World of Parallel Programming. The Go Parallel Website, >>>>>>> sponsored by Intel and developed in partnership with Slashdot Media, >>>>>>> is your >>>>>>> hub for all things parallel software development, from weekly thought >>>>>>> leadership blogs to news, videos, case studies, tutorials and more. >>>>>>> Take a >>>>>>> look and join the conversation now. >>>>>>> http://goparallel.sourceforge.net/ >>>>>>> _______________________________________________ >>>>>>> sqlmap-users mailing list >>>>>>> sql...@li... >>>>>>> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> http://volatile-minds.blogspot.com -- blog >>>>>> http://www.volatileminds.net -- website >>>>>> >>>>> >>>>> >>>> >>> >>> >>> -- >>> http://volatile-minds.blogspot.com -- blog >>> http://www.volatileminds.net -- website >>> >> >> > |
From: a d. <deh...@gm...> - 2015-02-09 20:59:58
|
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 <deh...@gm...> 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/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 <deh...@gm...> wrote: > >> how may i deploy this sp with sql shell ? >> http://pastebin.com/NtDWccp0 >> >> >> On Wed, Feb 4, 2015 at 7:10 PM, a dehqan <deh...@gm...> wrote: >> >>> this searchs in one table , How to say sql search in all tables (except >>> writting all tables one by one ) >>> >>> On Wed, Feb 4, 2015 at 7:06 PM, Brandon Perry <bpe...@gm... >>> > wrote: >>> >>>> You would be better off finding the most likely column to contain that >>>> value, then select from table where column = 'value' >>>> >>>> On Wed, Feb 4, 2015 at 9:35 AM, a dehqan <deh...@gm...> wrote: >>>> >>>>> 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 <is...@16...> wrote: >>>>> >>>>>> try --sql-shell >>>>>> >>>>>> 2015-02-04 >>>>>> ------------------------------ >>>>>> is2reg >>>>>> ------------------------------ >>>>>> *发件人:*a dehqan <deh...@gm...> >>>>>> *发送时间:*2015-02-04 23:20 >>>>>> *主题:*Re: [sqlmap-users] Search based on fileds value >>>>>> *收件人:*"Brandon Perry"<bpe...@gm...> >>>>>> *抄送:*", sqlmap-users"<sql...@li...>,"Raymond"< >>>>>> ra...@te...> >>>>>> >>>>>> 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 < >>>>>> bpe...@gm...> wrote: >>>>>> >>>>>>> --dump then grep? >>>>>>> >>>>>>> >>>>>>> On Wed, Feb 4, 2015 at 9:11 AM, a dehqan <deh...@gm...> >>>>>>> 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 >>>>>>>> >>>>>>>> >>>>>>>> ------------------------------------------------------------------------------ >>>>>>>> Dive into the World of Parallel Programming. The Go Parallel >>>>>>>> Website, >>>>>>>> sponsored by Intel and developed in partnership with Slashdot >>>>>>>> Media, is your >>>>>>>> hub for all things parallel software development, from weekly >>>>>>>> thought >>>>>>>> leadership blogs to news, videos, case studies, tutorials and more. >>>>>>>> Take a >>>>>>>> look and join the conversation now. >>>>>>>> http://goparallel.sourceforge.net/ >>>>>>>> _______________________________________________ >>>>>>>> sqlmap-users mailing list >>>>>>>> sql...@li... >>>>>>>> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> http://volatile-minds.blogspot.com -- blog >>>>>>> http://www.volatileminds.net -- website >>>>>>> >>>>>> >>>>>> >>>>> >>>> >>>> >>>> -- >>>> http://volatile-minds.blogspot.com -- blog >>>> http://www.volatileminds.net -- website >>>> >>> >>> >> > |