Re: [sqlmap-users] (no subject)
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2012-07-07 22:19:10
|
Hi Marco. There are some issues around this feature request briefly described here: https://github.com/sqlmapproject/sqlmap/issues/71#issuecomment-6827035 Kind regards, Miroslav Stampar On Thu, Jul 5, 2012 at 10:25 AM, Miroslav Stampar < mir...@gm...> wrote: > Hi Marco. > > We'll consider this one and maybe put it back on (we had it long time > before). > > Kind regards, > Miroslav Stampar > > On Tue, Jul 3, 2012 at 10:35 PM, Marco Mirandola <mm...@gm...>wrote: > >> Hello sqlMap I thought of an improvement, because when you retrieve the >> databases (or tables or columns) does not enumerate the number of the item? >> >> ====================================== >> current sqlMap >> ====================================== >> >> [22:15:39] [INFO] the back-end DBMS is Microsoft SQL Server >> web server operating system: Windows 2003 >> web application technology: ASP.NET, Microsoft IIS 6.0, ASP >> back-end DBMS: Microsoft SQL Server 2005 >> [22:15:39] [INFO] fetching columns for table 'myTable' in database >> 'mystore' >> [22:15:49] [WARNING] reflective value(s) found and filtering out >> [22:15:49] [INFO] the SQL query used returns 253 entries >> [22:16:00] [INFO] retrieved: citta >> [22:16:07] [INFO] retrieved: varchar >> [22:16:13] [INFO] retrieved: cognome >> [22:16:22] [INFO] retrieved: nvarchar >> .... >> >> >> ====================================== >> my idea (modify in green) >> ====================================== >> >> [22:15:39] [INFO] the back-end DBMS is Microsoft SQL Server >> web server operating system: Windows 2003 >> web application technology: ASP.NET, Microsoft IIS 6.0, ASP >> back-end DBMS: Microsoft SQL Server 2005 >> [22:15:39] [INFO] fetching columns for table 'myTable' in database >> 'mystore' >> [22:15:49] [WARNING] reflective value(s) found and filtering out >> [22:15:49] [INFO] the SQL query used returns 253 entries >> [22:16:00] [INFO] retrieved #1: citta >> [22:16:07] [INFO] retrieved #2: varchar >> [22:16:13] [INFO] retrieved #3: cognome >> [22:16:22] [INFO] retrieved #4: nvarchar >> .... >> >> lot a kiss >> >> >> ------------------------------------------------------------------------------ >> 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 > -- Miroslav Stampar http://about.me/stamparm |