Hi.
Thank you for your report and find it fixed now [1].
Kind regards,
Miroslav Stampar
[1] https://github.com/sqlmapproject/sqlmap/issues/495
On Mon, Jul 22, 2013 at 11:03 AM, ✿ wrote:
> Hi! I was trying to use metasploit when this error came up.
>
> sqlmap version: 1.0-dev
> Python version
Hi Alexander.
I can see what's happening (at first glance it seems obvious, but it's
really not :). It would be a tromendous help if you could send me a traffic
file (just append --fresh-queries -t traffic.txt to those parameters used)
where this happens.
Kind regards,
Miroslav Stampar
On Fri, N
Hi.
Thank you for your report. This moment opened a new issue for it [1]. Will
keep you posted.
Kind regards,
Miroslav Stampar
[1] https://github.com/sqlmapproject/sqlmap/issues/268
On Fri, Nov 30, 2012 at 7:49 AM, Alexander Hagenah wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
Hi.
Thank you for your report and find it fixed with the latest commit (r4806).
Kind regards,
Miroslav Stampar
On Sat, Feb 25, 2012 at 5:19 PM, Miroslav Stampar <
miroslav.stam...@gmail.com> wrote:
> Hi.
>
> Will fix it ASAP.
>
> Kind regards
> On Feb 25, 2012 2:26 PM, "Duarte Silva"
> wrote:
Hi.
Will fix it ASAP.
Kind regards
On Feb 25, 2012 2:26 PM, "Duarte Silva" wrote:
> Hi there,
>
> update to the last revision, got this bug while testing.
>
> sqlmap version: 1.0-dev (r4805)
> Python version: 2.7.2
> Operating system: posix
> Command line: sqlmap.py --
> url=***
Hi.
Could you please retry with the latest revision together with
--flush-session?
If the problem persists could you please send privately a traffic.txt file
taken by that same command with appended -t traffic.txt --flush-session (or
--fresh-queries)?
Kind regards,
Miroslav Stampar
2012/2/21 朱冯
Hi m4l1c3.
Find this (both reports) fixed with latest the commit (r4575).
Kind regards,
Miroslav Stampar
p.s. I see you are using combo --crawl --forms --smart. I'll just say nice
that you've figured that by yourself as that combination is a really useful
one ;)
On Mon, Dec 5, 2011 at 3:39 AM,
Hi.
Do you get message like "15:26:04] [INFO] Table 'DB.TABLE' dumped to CSV
file '/home/.../sqlmap/output/.../dump/DB/TABLE.csv'"?
Thing is that I can't reproduce it so I'll need more information. Traffic
file will be ok together with the console output with -v 3.
Kind regards
On Wed, Nov 23,
Updated to 4543. Dumps still not saved to /output/domain/dump/
Please ignore the previous > DUMP redirection.
On Wed, Nov 23, 2011 at 12:54 AM, m4l1c3 wrote:
> Update:
>
> Command:
> ./sqlmap.py -u "http://www..org:80/php"; --forms --batch
> --technique=U -pfield --dump-all --exclu
Hi.
It should be fixed in r4543.
Kind regards
On Wed, Nov 23, 2011 at 5:37 AM, m4l1c3 wrote:
> sqlmap version: 1.0-dev (r4542)
> Python version: 2.6.5
> Operating system: posix
> Command line: ./sqlmap.py -u ***
> --batch --privileges --forms --technique=U -
Update:
Command:
./sqlmap.py -u "http://www..org:80/php"; --forms --batch
--technique=U -pfield --dump-all --exclude-sysdbs > DUMP
This produces normal. "trimmed" dumps to console.
Then, after cracking hashes:
[INFO] cracked password 'password1' for user 'user1'
[INFO] current stat
Hi m4l1c3.
Thank you for your report and find it fixed and committed in the last
revision (r4542).
Kind regards
On Wed, Nov 23, 2011 at 2:36 AM, m4l1c3 wrote:
> sqlmap version: 1.0-dev (r4541)
> Python version: 2.6.5
> Operating system: posix
> Command line: ./sqlmap.py -u
Hi m4l1c3.
Thank you for your report. This last bug is fixed.
About the first one. Could you please send the URL used? Thing is that it
seems to be incompatible with standard IDNA encoding and that's kind of
strange.
Kind regards,
Miroslav Stampar
On Tue, Nov 22, 2011 at 4:44 AM, m4l1c3 wrote:
New commit works perfectly, thanks.
On Sun, Nov 13, 2011 at 12:53 PM, m4l1c3 wrote:
> hi again
>
> sqlmap version: 1.0-dev (r4503)
> Python version: 2.6.5
> Operating system: posix
> Command line: ./sqlmap.py -u
> **
Hi.
Thank you for your report. It should be fixed with the latest commit.
There is a possibility that you'll need to report that original
exception causing problem - in that case please contact me privately.
Kind regards
On Wed, Oct 19, 2011 at 5:52 PM, Soma Cruz wrote:
> [INFO] 972/4352 links
hi Christian.
there was a "silent" bug inside which caused buggy waiting for console
input without any warning in cases like yours (no warning waiting
after "[INFO] confirming Microsoft SQL Server").
i've fixed that one in the latest commit, so it would be great if you
could retest and see if tha
Hi Christian,
Can you please rerun with the latest development version from
subversion with --flush-session -v3 -t traffic.log and provide us with
traffic.log file privately in order to debug this possible bug?
Thank you.
Bernardo
On 24 August 2011 16:58, Christian Rothländer
wrote:
> Hi ther
yea, you did you naughty naughty... :)
thx for reporting. fixed
kr
On Tue, Aug 23, 2011 at 10:56 PM, machak machakowitz
wrote:
> Hmmm...did i do this?...:p...
>
> [22:37:32] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4357), retry
> your run with the latest development versi
> on from th
hi Alex.
thank you for your report. find it "patched" in the latest revision (r4347).
kr
On Mon, Aug 15, 2011 at 3:11 AM, Alex wrote:
> [WARNING] unknown charset '{charset}'. Please report by e-mail to
> sqlmap-users@lists.sourceforge.net
>
> from url http://pp24.biz/?mod=login
>
>
hi Phat.
thank you for your report and find it patched in the latest commit.
there should now be a warning for this kind of situations (if no more
threads are allowed then declared).
kr
On Sat, Jul 2, 2011 at 5:46 PM, Phat R. wrote:
> Dear SQLMap developer
>
> I found the bug from SQLMap from 2
It's not that we expected such large log files, so everything is
loaded into memory and processed. We can adapt and read line by line,
problem will be solved for sure but it would slow down the processing
of the log files.
Will do something regarding later this week.
kr
On Tuesday, April 26, 2011
thank you for your report. find it fixed in latest revision.
kr
On Fri, Apr 15, 2011 at 12:54 PM, m4l1c3 wrote:
> sqlmap version: 1.0-dev (r3674)
> Python version: 2.5.2
> Operating system: posix
> Command line: ./sqlmap.py -u
> *** --batch --dump -C
hi Kirill
i've stumbled upon one case where every approximately 3-4 times
(non-deterministic) i get the same garbled output (-T help_topic -D
mysql). it's probably something about the content itself. I'll
investigate further and let you know.
kr
On Wed, Apr 13, 2011 at 1:07 AM, Miroslav Stampar
hi again.
i've done a minor just in case update to prevent this kind of
behavior. it would be good if you could retest.
kr
On Wed, Apr 13, 2011 at 12:47 AM, Miroslav Stampar
wrote:
> hi Kirill.
>
> can you confirm that this is reproducable?
>
> also, it would be helpful to know which switches h
hi Kirill.
can you confirm that this is reproducable?
also, it would be helpful to know which switches have you used in
previous run, because you've sent screenshot of a run without any
injection points found.
kr
On Tue, Apr 12, 2011 at 10:03 PM, Kirill Morozov wrote:
> Hi,
> with lastest svn
hi m4l1c3.
thank you for your report. find it fixed in the latest commit.
kr
On Thu, Apr 7, 2011 at 3:11 PM, m4l1c3 wrote:
> sqlmap version: 0.9-dev (r3577)
> Python version: 2.5.2
> Operating system: posix
> Command line: ./sqlmap.py -g ** ext:aspx --dbs --batch -o
> --text-onl
hi m4l1c3.
looking at your report together with previous ones related i've
realized that this had to properly fixed. i believe that the last
commit should solve this kind of problems, together with proper
sending of localized data.
please try with the latest commit (r3552) and report back if the
hi
quick fixed the crash part. but not sure why you are getting all those
'None(s)'. if you want to send some more info you can contact me
privately. have you tried to research the content of -t traffic.txt?
kr
On Fri, Apr 1, 2011 at 12:56 PM, Kirill Morozov wrote:
> [14:47:15] [INFO] testing M
p.s. new with this last commit is the support for non-standard
identificator naming in all 4 major DBMSes (MySQL, Oracle, PgSQL,
MsSQL). sqlmap will automatically try to enclose those identificator
names with proper markings:
example:
SELECT id FROM table-name --> SELECT id FROM `table-name` (MySQ
hi m4l1c3.
thank you for this bug report and find it fixed in last commit (r3503).
kr
On Sun, Mar 27, 2011 at 4:13 AM, m4l1c3 wrote:
>
> [22:01:34] [CRITICAL] unhandled exception in sqlmap/0.9-dev, retry your run
> with the latest development version from the Subversion repository. If the
> exc
hi m4l1c3.
could you please post me the results of: -t traffic.txt
--flush-session? it would be of great help.
kr
On Fri, Mar 25, 2011 at 3:37 AM, m4l1c3 wrote:
> Python version: 2.5.2
> Operating system: posix
> Command line: ./sqlmap.py -u
> ***
31 matches
Mail list logo