Re: [sqlmap-users] 113 tables on database

2015-09-28 Thread Indra Zulkarnain
Hoh Cool thanks On Sep 28, 2015 4:15 PM, "Miroslav Stampar" wrote: > Hi. > > Update to the latest revision and do the following: > > .. --tables --limit=105 > > Bye > > p.s. you are lucky that you are using MySQL as this patch is "doable" (as > MySQL uses LIMIT m,n mechanism) > p.p.s. > > fo

Re: [sqlmap-users] 113 tables on database

2015-09-28 Thread Miroslav Stampar
Hi. Update to the latest revision and do the following: .. --tables --limit=105 Bye p.s. you are lucky that you are using MySQL as this patch is "doable" (as MySQL uses LIMIT m,n mechanism) p.p.s. for example: A) python sqlmap.py -u "http://testphp.vulnweb.com/artists.php?artist=1"; --techniq

Re: [sqlmap-users] 113 tables on database

2015-09-28 Thread Miroslav Stampar
Just a sec. Will do some "adjustments" :) Bye On Mon, Sep 28, 2015 at 10:25 AM, Indra Zulkarnain wrote: > Mysql > On Sep 28, 2015 3:18 PM, "Miroslav Stampar" > wrote: > >> Which DBMS? >> >> Bye >> >> On Mon, Sep 28, 2015 at 10:07 AM, Indra Zulkarnain < >> netzerosp...@gmail.com> wrote: >> >>>

Re: [sqlmap-users] 113 tables on database

2015-09-28 Thread Indra Zulkarnain
Mysql On Sep 28, 2015 3:18 PM, "Miroslav Stampar" wrote: > Which DBMS? > > Bye > > On Mon, Sep 28, 2015 at 10:07 AM, Indra Zulkarnain > wrote: > >> Hi miro >> >> Owh i see.. >> Ok thanks for the reply >> >> I'm using time based injection so you can imagine how long it takes for >> me to do 113 t

Re: [sqlmap-users] 113 tables on database

2015-09-28 Thread Miroslav Stampar
Which DBMS? Bye On Mon, Sep 28, 2015 at 10:07 AM, Indra Zulkarnain wrote: > Hi miro > > Owh i see.. > Ok thanks for the reply > > I'm using time based injection so you can imagine how long it takes for me > to do 113 tables from the start instead of resuming from 105 > > Thanks again > On Sep 2

Re: [sqlmap-users] 113 tables on database

2015-09-28 Thread Indra Zulkarnain
Hi miro Owh i see.. Ok thanks for the reply I'm using time based injection so you can imagine how long it takes for me to do 113 tables from the start instead of resuming from 105 Thanks again On Sep 28, 2015 2:45 PM, "Miroslav Stampar" wrote: > Hi. > > You haven't told which SQLi technique ha

Re: [sqlmap-users] 113 tables on database

2015-09-28 Thread Miroslav Stampar
Hi. You haven't told which SQLi technique has been identified by sqlmap (e.g. boolean-based blind). Also, has sqlmap extracted those table names by common table name search or by regular querying of the system tables (you could remember this from first sqlmap's run). If you are combining --common

Re: [sqlmap-users] 113 tables on database

2015-09-27 Thread Indra Zulkarnain
Hi, miro thanks for the reply Actually I already have 105 tables name crack so I use it in common tables. I'm try to run a sqlmap with - - common tables So far it works a sqlmap successfully brute force all the 105 table names But when I try to resume it with --tables it start from 1 again I jus

Re: [sqlmap-users] 113 tables on database

2015-09-27 Thread Miroslav Stampar
In case of flushing the session, nothing is being left (session is erased and overwritten). Bye On Sun, Sep 27, 2015 at 5:45 AM, Indra Zulkarnain wrote: > hi guys > > is there a way to resume tables injection > > i already have 105 tables but then i flush the session > how do i start from 105 t

[sqlmap-users] 113 tables on database

2015-09-26 Thread Indra Zulkarnain
hi guys is there a way to resume tables injection i already have 105 tables but then i flush the session how do i start from 105 to 113 tables thanks -- ___ sqlmap-users maili