Re: [sqlmap-users] display stored procedure with sqlmap
Brought to you by:
inquisb
From: Indra Z. <net...@gm...> - 2016-04-08 07:22:33
|
it works.. thanks bro On Apr 8, 2016 2:15 PM, "Miroslav Stampar" <mir...@gm...> wrote: > You should use queries in --sql-query. sp_helptext is a T-SQL procedure to > display the definition (-> can't be used in queries) > > For your case you could take a look into something like: > http://stackoverflow.com/a/26884231 (<- OBJECT_DEFINITION) > > Bye > > On Thu, Apr 7, 2016 at 9:33 PM, Indra Zulkarnain <net...@gm...> > wrote: > >> hi all >> >> i just wondering how do i display a stored procedure with sqlmap help >> can i do that with --query sp_helptext ? >> >> thanks >> Net >> >> -- >> --from the net with zero space-- >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> sqlmap-users mailing list >> sql...@li... >> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >> > > > > -- > Miroslav Stampar > http://about.me/stamparm > |