Re: [sqlmap-users] [ERROR] possible integer casting detected

2016-02-22 Thread Miroslav Stampar
sqlmap says that integer casting is probable, hence to not expect SQLi findings. Integer casting is an usual way how to fight SQLi. Bye On Feb 22, 2016 16:40, "aurel labroue" wrote: > Hi, > I'm trying to run nmap on the Blind SQL challenge from DVWA website (lvl > low), and i get this error that

[sqlmap-users] [ERROR] possible integer casting detected

2016-02-22 Thread aurel labroue
Hi,I'm trying to run nmap on the Blind SQL challenge from DVWA website (lvl low), and i get this error that i don't understand: [ERROR] possible integer casting detected (e.g. "$id=intval($_REQUEST['id'])") at the back-end web application Cheers N.B: i'm running nmap on K

Re: [sqlmap-users] Error with operating system takeover (meterpreter)

2015-07-02 Thread Peter Laboratra
Hi This time I tried --flush-session as well and now it is showing that the parameter is not injectable; however when I'm using old session with (-s old_sessionfile.sqlite) it is not showing this. Observed similar issue when few days back I tried to sqlinject same vulnerable parameter using sqlma

Re: [sqlmap-users] Error with operating system takeover (meterpreter)

2015-07-02 Thread Miroslav Stampar
In your case, 404 is indication that file has not been found in the expected place. Now I see that the temporary file path is not being "refreshed" by the --fresh-queries. Please rerun the whole case with the --flush-session Bye p.s. in your case sqlmap tried to upload the file to the trashy loc

Re: [sqlmap-users] Error with operating system takeover (meterpreter)

2015-07-02 Thread Peter Laboratra
Hi, Thanks for your reply. This time I tried with --fresh-queries without specific --techniques. why am I getting error "page not found (404)" again and again? Does it indicate that file is being written but is deleted by Anti-Virus control or something and that's why while calling the uploaded f

Re: [sqlmap-users] Error with operating system takeover (meterpreter)

2015-07-01 Thread Miroslav Stampar
Hi. 1) First of all, please don't restrain sqlmap to only use "stacked" SQLi. That way you'll kill the possibility to get perfectly valid results with other techniques 2) In current state, you've got some "trashy" characters (because of combination of laggy connection and stacked SQLi), like: "D:/

[sqlmap-users] Error with operating system takeover (meterpreter)

2015-07-01 Thread Peter Laboratra
Hi All, In first phase of our test we discovered Target URL is vulnerable and we managed to retrieved lots of information such as --users, --dbs, some of --tables and lots more. All this retrieval was very slow probably due to time-based vulnerability; however tried through all (BEUSTQ) and found

Re: [sqlmap-users] ERROR in SQLMAP

2014-07-11 Thread Miroslav Stampar
Hi Alex. This looks like you had some disk IO issue. Are you able to reproduce this? Kind regards, Miroslav Stampar On Fri, Jul 11, 2014 at 3:46 AM, Alex Gerth wrote: > sqlmap version: 1.0-dev > Python version: 2.7.3 > Operating system: posix > Command line: ./sqlmap -u **

[sqlmap-users] ERROR in SQLMAP

2014-07-11 Thread Alex Gerth
sqlmap version: 1.0-dev Python version: 2.7.3 Operating system: posix Command line: ./sqlmap -u --dbs Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "./sqlmap", line 95, in main start() File "/usr/share/sqlma

Re: [sqlmap-users] error in sqlmap

2014-05-13 Thread Miroslav Stampar
Hi. Thank you for your report and find it fixed now. Bye On Tue, May 13, 2014 at 12:57 PM, kifo wrote: > In --os-shell, check php(4) , check custom location(2) and not write > nothing and push intro. > > This is the error: > > > [06:53:20] [INFO] the back-end DBMS is MySQL > web server opera

[sqlmap-users] error in sqlmap

2014-05-13 Thread kifo
In --os-shell, check php(4) , check custom location(2) and not write nothing and push intro. This is the error: [06:53:20] [INFO] the back-end DBMS is MySQL web server operating system: Windows web application technology: PHP 5.3.5, Apache 2.2.17 back-end DBMS: MySQL 5.0.11 [06:53:20] [INFO] go

Re: [sqlmap-users] Error

2014-05-09 Thread Miroslav Stampar
Hi. Thank you for your report. It should be patched now. Kind regards, Miroslav Stampar On Fri, May 9, 2014 at 8:12 PM, wrote: > [20:09:37] [CRITICAL] unhandled exception in sqlmap/1.0-dev, retry your > run with the latest development version from the GitH > ub repository. If the exception pe

[sqlmap-users] Error

2014-05-09 Thread philipkdick
[20:09:37] [CRITICAL] unhandled exception in sqlmap/1.0-dev, retry your run with the latest development version from the GitH ub repository. If the exception persists, please send by e-mail to 'sqlmap-users@lists.sourceforge.net' or open a new issue a t 'https://github.com/sqlmapproject/sqlmap/issu

Re: [sqlmap-users] error while uploading shell

2014-04-30 Thread Miroslav Stampar
With sqlmap you can try --file-write. If that doesn't work Google for other methods. Bye On Apr 30, 2014 11:53 AM, "Sabin Ranjit" wrote: > how can i do it in MySQL then? I have current-user and password retrieved. > > thanks. > > > On Tue, Apr 29, 2014 at 9:13 PM, Miroslav Stampar < > miroslav.s

Re: [sqlmap-users] error while uploading shell

2014-04-30 Thread Sabin Ranjit
how can i do it in MySQL then? I have current-user and password retrieved. thanks. On Tue, Apr 29, 2014 at 9:13 PM, Miroslav Stampar < miroslav.stam...@gmail.com> wrote: > As the error suggests, you are limited to only regular queries. In your > case, you are using INTO. That requires stacked

Re: [sqlmap-users] error while uploading shell

2014-04-29 Thread Miroslav Stampar
As the error suggests, you are limited to only regular queries. In your case, you are using INTO. That requires stacked queries, usually not available in MySQL. Bye On Apr 29, 2014 12:06 PM, "Sabin Ranjit" wrote: > hi, > im getting the error like this when i try to upload a hex in the sql-shel

[sqlmap-users] error while uploading shell

2014-04-29 Thread Sabin Ranjit
hi, im getting the error like this when i try to upload a hex in the sql-shell: [WARNING] execution of custom SQL queries is only available when stacked queries are supported my command is like this: sql-shell> select 0x3c666f726d20656e63747970653d226d756c7469706172742f666f726d2d64617461222061637

Re: [sqlmap-users] error while running sqlmap with request file

2014-04-08 Thread Sabin Ranjit
hi Miroslav, the work around from Brandon did work. I faced this in the latest kali 1.06 and also in the case of window 8. thanks for your reply. :) regards, sabin On Mon, Apr 7, 2014 at 11:28 PM, Miroslav Stampar < miroslav.stam...@gmail.com> wrote: > Hi. > > This seems to be a known issue in

Re: [sqlmap-users] error while running sqlmap with request file

2014-04-07 Thread Miroslav Stampar
Hi. This seems to be a known issue in Kali's (and similar) pre-installed sqlmap package. If this work around from Brandon doesn't work out for you please copy the request.txt to the /tmp directory and checkout/run the latest revision like described here: 1) cd /tmp 2) git clone https://github.co

Re: [sqlmap-users] error while running sqlmap with request file

2014-04-07 Thread Brandon Perry
Specify an absolute path to the request file. On Mon, Apr 7, 2014 at 3:34 AM, Sabin Ranjit wrote: > hello all, > im getting this error while running the sqlmap with following request > file. the error displays "parsing HTTP request from > 'payment_form_submit.txt' > [04:22:54] [CRITICAL] the sp

[sqlmap-users] error while running sqlmap with request file

2014-04-07 Thread Sabin Ranjit
hello all, im getting this error while running the sqlmap with following request file. the error displays "parsing HTTP request from 'payment_form_submit.txt' [04:22:54] [CRITICAL] the specified HTTP request file does not exist. " I have used following syntax to run it #sqlmap -r 'payment_form_sub

Re: [sqlmap-users] error updating sqlmap

2013-09-07 Thread Miroslav Stampar
Hi. Please remove the sqlmap directory and retrieve it with: git clone https://github.com/sqlmapproject/sqlmap.git Kind regards, Miroslav Stampar On Mon, Sep 2, 2013 at 3:49 AM, Jeff Samuel wrote: > Hi, when running sqlmap –update i´m getting the following error: > > ** ** > > (btw, I´m

[sqlmap-users] error updating sqlmap

2013-09-07 Thread Jeff Samuel
Hi, when running sqlmap –update i´m getting the following error: (btw, I´m using this email address because sqlmap told me too, sorry if this is not the best way to approach you guys) [22:47:56] [INFO] update in progress .. [22:47:58] [ERROR] update could not be completed ('From git

Re: [sqlmap-users] error or bug

2013-06-13 Thread Miroslav Stampar
r, and is precisely this function that > is making the injection a false positive, I think. I thought enough of > something to get around it, including, I believe, some to use this form of > defense against sql injection. > > ------ > Date: Wed, 12 J

Re: [sqlmap-users] error or bug

2013-06-12 Thread Jonatah Romero
07 +0200 Subject: Re: [sqlmap-users] error or bug From: miroslav.stam...@gmail.com To: jonatah-rom...@hotmail.com CC: sqlmap-users@lists.sourceforge.net Most probably it has a dynamic content inside (changing between each response). I can't tell you more because I don't know the details

Re: [sqlmap-users] error or bug

2013-06-12 Thread Miroslav Stampar
lters sanitize, or some function > decode () making sure the ID explicitly safe? Or some other reason? > > -- > Date: Wed, 12 Jun 2013 06:02:23 +0200 > Subject: Re: [sqlmap-users] error or bug > From: miroslav.stam...@gmail.com > To: j

Re: [sqlmap-users] error or bug

2013-06-12 Thread Jonatah Romero
It is a false positive because of filters sanitize, or some function decode () making sure the ID explicitly safe? Or some other reason? Date: Wed, 12 Jun 2013 06:02:23 +0200 Subject: Re: [sqlmap-users] error or bug From: miroslav.stam...@gmail.com To: jonatah-rom...@hotmail.com CC: sqlmap-users

Re: [sqlmap-users] error or bug

2013-06-11 Thread Miroslav Stampar
Hi. It's a false positive. Kind regards, Miroslav Stampar On Jun 12, 2013 2:42 AM, "Jonatah Romero" wrote: > Hello guys, i made 3 attempts injection, all 3 have unequal information, > one said there was no injection, the other said through heuristics to be > Firebird DBMS, and the DBMS be anoth

[sqlmap-users] error or bug

2013-06-11 Thread Jonatah Romero
Hello guys, i made 3 attempts injection, all 3 have unequal information, one said there was no injection, the other said through heuristics to be Firebird DBMS, and the DBMS be another SAP MaxDB. I also tested it with --tamper, and --string, as stated sqlmap, stated that it was a false positive.

Re: [sqlmap-users] Error with Sqlite

2013-04-01 Thread Miroslav Stampar
Hi. Problem found and "patched". Please update to the latest revision and retry it again (preferably with --flush-session or at least --fresh-queries). Kind regards, Miroslav Stampar On Mon, Apr 1, 2013 at 7:57 PM, Gerardo Iglesias Galvan wrote: > When trying to enumerate columns names from a

[sqlmap-users] Error with Sqlite

2013-04-01 Thread Gerardo Iglesias Galvan
When trying to enumerate columns names from a table (-T tablename --columns) sqlmap successfully retrieves the schema from sqlite_master, however it fails on identifying the columns names. I get the next output: [11:57:5

Re: [sqlmap-users] Error

2013-01-25 Thread Miroslav Stampar
Hi Florian. Thank you for your report. It should be ok now. Bye On Fri, Jan 25, 2013 at 2:45 AM, Florian Strankowski wrote: > sqlmap version: 1.0-dev-aed833c > Python version: 2.6.6 > Operating system: posix > Command line: ./sqlmap.py -u * > --headers=x

[sqlmap-users] Error

2013-01-25 Thread Florian Strankowski
sqlmap version: 1.0-dev-aed833c Python version: 2.6.6 Operating system: posix Command line: ./sqlmap.py -u * --headers=x-forwarded-for: 1* --threads 10 --banner Technique: TIME Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last): File "

Re: [sqlmap-users] Error report

2012-10-28 Thread Miroslav Stampar
Hi. You are using fairly outdated version. Please update to the latest revision and retry it again. You can visit our official homepage at http://sqlmap.org/ and read under "Download" section for more instructions. Kind regards, Miroslav Stampar On Sat, Oct 27, 2012 at 9:09 AM, Võ Hoàng Bảo Ngọc

[sqlmap-users] Error report

2012-10-28 Thread Võ Hoàng Bảo Ngọc
I have problem with sql-map when i try to use my wordlist to crack password and this is the report: sqlmap version: 1.0-dev (r4766) Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py -u * -D -T * --dump Technique: ER

Re: [sqlmap-users] Error

2012-10-24 Thread Miroslav Stampar
Hi Joshua. This was fixed yesterday [1]. Please update to the latest revision and try it again. Kind regards, Miroslav Stampar [1] https://github.com/sqlmapproject/sqlmap/issues/214 On Wed, Oct 24, 2012 at 7:36 AM, Joshua Rogers wrote: > [16:35:30] [CRITICAL] unhandled exception in sqlmap/1.0

[sqlmap-users] Error

2012-10-24 Thread Joshua Rogers
[16:35:30] [CRITICAL] unhandled exception in sqlmap/1.0-dev-f11a640, retry your run with the latest development version from the GitHub repository. If the exception persists, please send by e-mail to 'sqlmap-users@lists.sourceforge.net' or open a new issue at 'https://github.com/sqlmapproject/sqlma

Re: [sqlmap-users] error in update

2012-07-13 Thread Brandon Perry
You may just rm -rf sqlmap and reclone. :-\ On Jul 13, 2012 11:32 AM, "Iago Sousa" <146050...@gmail.com> wrote: > Git shows the same error. > > On Fri, Jul 13, 2012 at 3:24 PM, Brandon Perry > wrote: > >> Now run git pull >> On Jul 13, 2012 11:23 AM, "Iago Sousa" <146050...@gmail.com> wrote: >> >

Re: [sqlmap-users] error in update

2012-07-13 Thread Iago Sousa
Git shows the same error. On Fri, Jul 13, 2012 at 3:24 PM, Brandon Perry wrote: > Now run git pull > On Jul 13, 2012 11:23 AM, "Iago Sousa" <146050...@gmail.com> wrote: > >> I think my git is crazy. >> >> root@bt:/pentest/database/sqlmap# git reset --hard HEAD >> HEAD is now at 25eca9d finally go

Re: [sqlmap-users] error in update

2012-07-13 Thread Brandon Perry
Now run git pull On Jul 13, 2012 11:23 AM, "Iago Sousa" <146050...@gmail.com> wrote: > I think my git is crazy. > > root@bt:/pentest/database/sqlmap# git reset --hard HEAD > HEAD is now at 25eca9d finally got this working on MSSQL 2005: commands > can now be executed as another user (BULK INSERT m

Re: [sqlmap-users] error in update

2012-07-13 Thread Iago Sousa
I think my git is crazy. root@bt:/pentest/database/sqlmap# git reset --hard HEAD HEAD is now at 25eca9d finally got this working on MSSQL 2005: commands can now be executed as another user (BULK INSERT must be used in such case, see comments in the code) - issue #34 On Fri, Jul 13, 2012 at 3:16 P

Re: [sqlmap-users] error in update

2012-07-13 Thread Brandon Perry
If you haven't made any changes to the source, you can git reset --hard HEAD On Jul 13, 2012 11:12 AM, "Iago Sousa" <146050...@gmail.com> wrote: > Yes, "Already on 'master'" show me when I put -f. > > On Fri, Jul 13, 2012 at 3:00 PM, Miroslav Stampar < > miroslav.stam...@gmail.com> wrote: > >> But

Re: [sqlmap-users] error in update

2012-07-13 Thread Iago Sousa
Yes, "Already on 'master'" show me when I put -f. On Fri, Jul 13, 2012 at 3:00 PM, Miroslav Stampar < miroslav.stam...@gmail.com> wrote: > But have you tried with -f? > On Jul 13, 2012 7:51 PM, "Iago Sousa" <146050...@gmail.com> wrote: > >> Already on 'master' >> Your branch is behind 'origin/mas

Re: [sqlmap-users] error in update

2012-07-13 Thread Miroslav Stampar
But have you tried with -f? On Jul 13, 2012 7:51 PM, "Iago Sousa" <146050...@gmail.com> wrote: > Already on 'master' > Your branch is behind 'origin/master' by 79 commits, and can be > fast-forwarded. > > On Fri, Jul 13, 2012 at 2:47 PM, Miroslav Stampar < > miroslav.stam...@gmail.com> wrote: > >>

Re: [sqlmap-users] error in update

2012-07-13 Thread Iago Sousa
Already on 'master' Your branch is behind 'origin/master' by 79 commits, and can be fast-forwarded. On Fri, Jul 13, 2012 at 2:47 PM, Miroslav Stampar < miroslav.stam...@gmail.com> wrote: > Hi Iago. > > Try with: > git checkout -f master > > Kind regards, > Miroslav Stampar > > On Fri, Jul 13, 201

Re: [sqlmap-users] error in update

2012-07-13 Thread Miroslav Stampar
Hi Iago. Try with: git checkout -f master Kind regards, Miroslav Stampar On Fri, Jul 13, 2012 at 7:43 PM, Iago Sousa <146050...@gmail.com> wrote: > I receive that error when I try to update with 'git pull'. > > error: Untracked working tree file 'extra/ansistrm/__init__.py' would be > overwritt

[sqlmap-users] error in update

2012-07-13 Thread Iago Sousa
I receive that error when I try to update with 'git pull'. error: Untracked working tree file 'extra/ansistrm/__init__.py' would be overwritten by merge. Aborting -- Live Security Virtual Conference Exclusive live event w

Re: [sqlmap-users] ERROR SQLMAPge

2012-07-04 Thread diego system
Hi Bernado. It's working well, you hear an error when I send to support. Thank you very much. > Date: Tue, 3 Jul 2012 10:53:05 +0100 > Subject: Re: [sqlmap-users] ERROR SQLMAPge > From: bernardo.dam...@gmail.com > To: diego_backtr...@hotmail.com > CC: sqlmap-users@lists.sourc

Re: [sqlmap-users] ERROR SQLMAPge

2012-07-03 Thread Bernardo Damele A. G.
Hi Diego, Can you please rerun your command using sqlmap latest development version from Git[1]? If the bug persists, let us know. [1] https://github.com/sqlmapproject/sqlmap Cheers, Bernardo On 30 June 2012 07:20, diego system wrote: > Dear. > > I have a doubt time to do an audit the followi

[sqlmap-users] ERROR SQLMAPge

2012-06-30 Thread diego system
Dear. I have a doubt time to do an audit the following error appeared and I do not know how to solve it I need your help to clarify the error that happened when I was studying and doing a test here in the company, which has prompted me. I am forwarding you the error in TXT if possible send m

Re: [sqlmap-users] error with ms sql

2012-06-21 Thread Miroslav Stampar
lect @@version. > > now question is how do i embed a string inside another string delimited > with quotes? Looks like double quotes is not working.doubling quote '' > looks like not working always > > -- > *From:* Adi Mutu > *To

Re: [sqlmap-users] error with ms sql

2012-06-21 Thread Adi Mutu
@@version;  master..sp_configure ''xp_cmdshell'',1 Any possibility to give the string from ascii codes as in mysql?  From: Miroslav Stampar To: Adi Mutu Cc: "sqlmap-users@lists.sourceforge.net" Sent: Thursday, June 21, 201

Re: [sqlmap-users] error with ms sql

2012-06-21 Thread Miroslav Stampar
r: > > OLE DB error trace [Non-interface error: OLE DB provider unable to process > object, since the object has no columnsProviderName='SQLOLEDB', Query=exec > sp_addextendedproc "xp_cmdshell","xp_log70.dll" ']. > > > --

Re: [sqlmap-users] error with ms sql

2012-06-21 Thread Adi Mutu
Thursday, June 21, 2012 11:45 AM Subject: Re: [sqlmap-users] error with ms sql tried, same stuff. I've tried to reenable xp_cmdshell first with master..sp_configure 'show advanced options',1  reconfigure  master..sp_configure 'xp_cmdshell',1  reconfigure  and got the

Re: [sqlmap-users] error with ms sql

2012-06-21 Thread Adi Mutu
#x27;, Query=exec sp_addextendedproc "xp_cmdshell","xp_log70.dll" ']. From: Miroslav Stampar To: Adi Mutu Cc: "sqlmap-users@lists.sourceforge.net" Sent: Thursday, June 21, 2012 11:26 AM Subject: Re: [sqlmap-users] error with ms sql try with master..

Re: [sqlmap-users] error with ms sql

2012-06-21 Thread Miroslav Stampar
the same > error. > > Kind Regards, > A. > > -- > *From:* Miroslav Stampar > *To:* Adi Mutu > *Cc:* "sqlmap-users@lists.sourceforge.net" < > sqlmap-users@lists.sourceforge.net> > *Sent:* Thursday, June 21, 2012 11:11 AM &g

Re: [sqlmap-users] error with ms sql

2012-06-21 Thread Adi Mutu
Hi Miroslav, got db_name  master and tried with master.resultabcd but i get the same error. Kind Regards, A. From: Miroslav Stampar To: Adi Mutu Cc: "sqlmap-users@lists.sourceforge.net" Sent: Thursday, June 21, 2012 11:11 AM Subject: Re: [sq

Re: [sqlmap-users] error with ms sql

2012-06-21 Thread Miroslav Stampar
p.s. find the current database name and prepend to the resultbcd (e.g. 'SELECT output FROM currentdb.resultbcd') p.p.s. SELECT DB_NAME() <- should work for retrieving current db name via that OPENROWSET On Thu, Jun 21, 2012 at 10:11 AM, Miroslav Stampar < miroslav.stam...@gmail.com

Re: [sqlmap-users] error with ms sql

2012-06-21 Thread Miroslav Stampar
Hi Adi. You could try prepending the database name to the resultbcd. It seems that in case of linked server(s) doing that fixes the mentioned problem (Reference: http://cadarsh.blogspot.com/2011/02/deferred-prepare-could-not-be-completed.html?showComment=1336571978284#c7393130515903351466 ) Kind

[sqlmap-users] error with ms sql

2012-06-21 Thread Adi Mutu
I'm having an injection like this: openrowset in a union (I've managed to do a SELECT @@version on 192.168.1.4) -1 union all select '1','2','3','4','5','6','7','8','9','10','11','12',  ( select * from OPENROWSET('SQLOLEDB','uid=sa;pwd=1234;Network=;Address=192.168.1.4;timeout=5','select output

Re: [sqlmap-users] Error Sqlmap

2012-06-12 Thread Miroslav Stampar
Hi Nico. Please update to the latest revision (v1.0-dev r5111) from our repository to have it fixed and up to date (you are currently using pretty outdated version): svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap sqlmap-dev Kind regards, Miroslav Stampar On Wed, Jun 6, 2012 at 9:07 AM,

[sqlmap-users] Error Sqlmap

2012-06-12 Thread Nico Montezco
Estimates. I've been porbando sqlmap tool and I came out this error when doing a "DUMP" to a certain columns of a table here I hit the error: sqlmap version: 0.8-rc4 Python version: 2.5.2 Operating system: linux2 Traceback (most recent call last): File "sqlmap.py", line 80, in main st

Re: [sqlmap-users] Error

2012-02-13 Thread Miroslav Stampar
Hi godjil. Thank you for your report. It has been fixed yesterday as it has been reported by other user too. Kind regards, Miroslav Stampar On Sat, Feb 11, 2012 at 10:50 AM, godjil wrote: > [13:48:38] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4739), > retry your run with the latest de

[sqlmap-users] Error

2012-02-13 Thread godjil
[13:48:38] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4739), retry your run with the latest development version from the Subversion repository. If the exception persists, please send by e-mail to sqlmap-users@lists.sourceforge.net the following text and any information required to reproduce

Re: [sqlmap-users] error in direct connection

2012-01-27 Thread Miroslav Stampar
Hi Iago. This is a clearly "only Python 3" version of pymsql you are using. If you go to: https://github.com/petehunt/PyMySQL/blob/master/pymysql/connections.pyyou'll see that there "import ConfigParser" is used which is compatible with required Python v2. This whole mess is a result of "The Con

[sqlmap-users] error in direct connection

2012-01-26 Thread Iago Sousa
sqlmap version: 1.0-dev (r4690) Python version: 2.6.5 Operating system: posix Command line: sqlmap.py -d ** Technique: None Back-end DBMS: MySQL (identified) Traceback (most recent call last): File "/pentest/database/sqlmap/_sqlmap.py"

Re: [sqlmap-users] error on update

2012-01-06 Thread Bernardo Damele A. G.
It looks to me like a network connection problem. The SVN server is up to me. Bernardo On 6 January 2012 16:23, ryan cartner wrote: > sqlmap version: 1.0-dev (r4009) > Python version: 2.6.5 > Operating system: posix > Command line: sqlmap.py --update > Technique: None > Back-end DBMS: None (ide

[sqlmap-users] error on update

2012-01-06 Thread ryan cartner
sqlmap version: 1.0-dev (r4009) Python version: 2.6.5 Operating system: posix Command line: sqlmap.py --update Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "sqlmap.py", line 78, in main init(cmdLineOptions) File "/pentest/database/sqlmap/lib/core/

Re: [sqlmap-users] Error in 1.0-dev (r4577)

2011-12-31 Thread Bernardo Damele A. G.
Jacco, This has been fixed a few weeks ago. Thanks for reporting. Bernardo On 8 December 2011 12:56, Jacco van Tuijl wrote: > running sqlmap in backtrack 5 it gives me the following error: > > sqlmap version: 1.0-dev (r4577) > Python version: 2.6.5 > Operating system: posix > Command line: sql

Re: [sqlmap-users] error

2011-12-31 Thread Duarte Silva
Hi, try the following command before executing the update $ svn cleanup Regards, Duarte Silva On Saturday 31 December 2011 18:27:49 IRC Boy wrote: > hey , i got some error. : > > > > > root@bt:# ./sqlmap.py --update > > sqlmap/1.0-dev (r4009) - automatic SQL injection and database take

[sqlmap-users] error

2011-12-31 Thread IRC Boy
hey , i got some error. : root@bt:# ./sqlmap.py --update sqlmap/1.0-dev (r4009) - automatic SQL injection and database takeover tool http://sqlmap.sourceforge.net [!] Legal Disclaimer: usage of sqlmap for attacking web servers without prior mutual consent can be considered as an illeg

Re: [sqlmap-users] error when load a large session file

2011-12-12 Thread Miroslav Stampar
Hi. Find it fixed in the latest commit. There shouldn't be such large session files in future. Now, please before you try it again just do the following (just strip the rest after for example first 20 lines from the original session file): head -20 > tmp mv tmp Kind regards, Miroslav Stampar

Re: [sqlmap-users] error when load a large session file

2011-12-11 Thread Miroslav Stampar
Hi. This is odd ass now SQLite is used for SQL responses. Could.you please take a look into it (at least 'tail' of it) and report what's stored inside? Kind regards On Dec 10, 2011 2:14 PM, "CoeTs7" wrote: > hi, veryone: > first thanks for the improvement the dev team have done. Again i met >

[sqlmap-users] error when load a large session file

2011-12-10 Thread CoeTs7
hi, veryone:first thanks for the improvement the dev team have done. Again i met another problem today:i want to dump a large table into a csv format file using --dump, but the process is interrupted. so i restart the sqlmap to go on dumping process. but sqlmap exited with this error:sqlmap

[sqlmap-users] Error in 1.0-dev (r4577)

2011-12-08 Thread Jacco van Tuijl
running sqlmap in backtrack 5 it gives me the following error: sqlmap version: 1.0-dev (r4577) Python version: 2.6.5 Operating system: posix Command line: sqlmap.py -u --forms --tor --random-agent --dump-all --exclude-sys --level

Re: [sqlmap-users] error on injectable site

2011-11-07 Thread Miroslav Stampar
Hi Liang. First of all please update to the latest v1.0-dev from our repository to have it up to date: svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap sqlmap-dev Second of all, in those kind of cases, where you have connection timeouts FIRST THING you start the sqlmap, and you are absolut

[sqlmap-users] error on injectable site

2011-11-07 Thread Liang Guo
Hi sqlmap team this is a great tool, however, if i want to inject on sites that stop on the sql error, sqlmap got connection timed out error. is there a option i have to use or is it just a bug? Thanks you very much -command ./sqlmap.p

Re: [sqlmap-users] Error

2011-09-25 Thread Miroslav Stampar
hi Olu. thank you for your report and find it fixed in the latest commit. kind regards, Miroslav Stampar On Sat, Sep 24, 2011 at 10:14 PM, Oluseyi Akindeinde wrote: > Hi, > > Just received this error trying to dump a sybase db. > > 21:13:02] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r43

[sqlmap-users] Error

2011-09-24 Thread Oluseyi Akindeinde
Hi, Just received this error trying to dump a sybase db. 21:13:02] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4384), retry your run with the latest development version from the Subversion repository. If the exception persists, please send by e-mail to sqlmap-users@lists.sourceforge.net

Re: [sqlmap-users] Error/Bug report

2011-09-22 Thread Miroslav Stampar
hi. this should be fixed for some time in latest v1.0-dev in our SVN repository. please do the: $ svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap sqlmap-dev to have it up to date. kind regards, Miroslav Stampar On Thu, Sep 22, 2011 at 11:28 AM, le ha thanh wrote: > Hi, > I were using

[sqlmap-users] Error/Bug report

2011-09-22 Thread le ha thanh
Hi, I were using sqlmap to check a demo website and got the below error message twice. I run sqlmap with wizard and set the scanner to highest level and risk. The test was run in BackTrack 5, VMWare player 3.1.4, the vm settings are: 1Gb RAM, 20Gb extendable HDD with NAT in Windows 7 Ultimate in

Re: [sqlmap-users] Error

2011-08-02 Thread Bernardo Damele A. G.
Hi Brad, Please find it fixed now. Thanks for reporting. Bernardo On 2 August 2011 04:11, Brad Merrell wrote: > [WARNING] unknown charset 'th'. Please report by e-mail to > sqlmap-users@lists.sourceforge.net. > > Website: http://www.dutchiefanclub.com/newsdetail.php?id=66 > ---

[sqlmap-users] Error

2011-08-02 Thread Brad Merrell
[WARNING] unknown charset 'th'. Please report by e-mail to sqlmap-users@lists.sourceforge.net. Website: http://www.dutchiefanclub.com/newsdetail.php?id=66 -- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The

Re: [sqlmap-users] Error

2011-08-01 Thread Bernardo Damele A. G.
Hi Alessio, This should be fixed now. Thanks for reporting. Bernardo On 1 August 2011 14:03, Alessio Dalla Piazza wrote: > Hi :) > Thanks for adding my name in doc/THANKS :) > > The latest error is correct but in dump db i have another error: > > [14:59:06] [INFO] fetching entries for table '*

[sqlmap-users] Error

2011-08-01 Thread Alessio Dalla Piazza
Hi :) Thanks for adding my name in doc/THANKS :) The latest error is correct but in dump db i have another error: [14:59:06] [INFO] fetching entries for table '***' on database 'Microsoft_Access_masterdb' [14:59:06] [WARNING] HTTP error codes detected during testing: 500 (Internal Server

Re: [sqlmap-users] error

2011-08-01 Thread Miroslav Stampar
hi Alessio. it should be fixed with the latest commit. thank you for your report. kr On Mon, Aug 1, 2011 at 11:57 AM, Alessio Dalla Piazza wrote: > > Hello :D > I have latest svn revision of sqlmap but i have an error: > > [11:55:51] [INFO] the back-end DBMS is Microsoft Access > web server ope

[sqlmap-users] error

2011-08-01 Thread Alessio Dalla Piazza
Hello :D I have latest svn revision of sqlmap but i have an error: [11:55:51] [INFO] the back-end DBMS is Microsoft Access web server operating system: Windows 2003 web application technology: ASP.NET, Microsoft IIS 6.0, ASP back-end DBMS: Microsoft Access [11:55:51] [INFO] fetching tables for dat

Re: [sqlmap-users] Error while cracking

2011-07-20 Thread Miroslav Stampar
hi Gianluca. to be honest, i am getting pissed at multiprocessing library more and more :). i didn't know that they have problems with MacOSX and FreeBSD until recently (including this error report). please update to the latest revision (commited few secs ago) and try to rerun. kr On Wed, Jul

[sqlmap-users] Error while cracking

2011-07-20 Thread Gianluca Brindisi
Found a bug while trying the password cracking. (I think r4269 is the latest version, in case I am wrong... sorry :) [13:39:49] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4269), retry your run with the latest development version from the Subversion repository. If the exception persists, pl

Re: [sqlmap-users] error

2011-06-06 Thread Miroslav Stampar
hi Kirill. Thank you for your report and find it fixed in the last commit. Kr On Tue, Jun 7, 2011 at 12:47 AM, Kirill Morozov wrote: > > [02:45:36] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4027), retry > your run with the latest development version from the Subversion repository. > If

[sqlmap-users] error

2011-06-06 Thread Kirill Morozov
[02:45:36] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4027), retry your run with the latest development version from the Subversion repository. If the exception persists, please send by e-mail to sqlmap-users@lists.sourceforge.net the following text and any information required to reproduce

Re: [sqlmap-users] error with unicode data

2011-05-15 Thread Miroslav Stampar
hi Devon. could you please try to update to the latest revision and report back? i believe i've found the faulty part. kr On Sun, May 15, 2011 at 10:53 PM, Devon Mitchell wrote: > I've been having a lot of these recently: > sqlmap version: 1.0-dev (r3893) > Python version: 2.7.1+ > Operating sy

[sqlmap-users] error with unicode data

2011-05-15 Thread Devon Mitchell
I've been having a lot of these recently: sqlmap version: 1.0-dev (r3893) Python version: 2.7.1+ Operating system: posix Command line: ./sqlmap.py -u ** -D -T *** --dump Technique: UNION Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last):  

Re: [sqlmap-users] error using sqlmap latest svn

2011-04-29 Thread Miroslav Stampar
hi Jacco. could you please retry with the latest revision and report back the results? an update (r3778) has been commited this moment regarding this bug report. kr On Wed, Apr 27, 2011 at 11:49 AM, Jacco van Tuijl wrote: > [11:08:16] [WARNING] HTTP error codes detected during testing: > 403 (F

[sqlmap-users] error using sqlmap latest svn

2011-04-27 Thread Jacco van Tuijl
[11:08:16] [WARNING] HTTP error codes detected during testing: 403 (Forbidden) - 11 times, 500 (Internal Server Error) - 6103 times [11:08:16] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r3770), retry your run with the latest development version from the Subversion repository. If the e xcept