Re: [sqlmap-users] Search based on fileds value
Brought to you by:
inquisb
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 |