Re: [sqlmap-users] Retrieving data
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2012-06-11 21:06:56
|
Hi all. This was solved in private conversation but I would like to appeal to all of you there which tend to read this kind of messages. When you can choose between techniques, especially like in this case (UNION and ERROR techniques were usable), and one technique fails please try to force another one (e.g. --technique=E). In Iago's case server had some limitation in number of retrieved characters making UNION dumping unusable (whole row contents were retrieved per one request) for large strings. But, in case of ERROR technique, where record by record is being retrieved, it became usable (--technique=E). Kind regards, Miroslav Stampar On Mon, Jun 11, 2012 at 8:15 PM, Iago Sousa <146...@gm...> wrote: > Hi there, > why when I'm retrieving data sometimes the sqlmap don't show anything? > > Always the last print is upon char encoding detected by heuristics. > > -- > Regards, > Iago Sousa > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar http://about.me/stamparm |