[sqlmap-users] SQLMAP Error Encountered

2017-04-20 Thread OBADARE OLUWAFEMI
Hi, Am trying to fetch a database name through sql injection but keep getting a gibberish name/information. Has anyone encountered this kind of problem and if yes, how did you resolved it. Kindly find below the screenshot. ---

Re: [sqlmap-users] SQLMAP ERROR, SQLmap disappearing

2014-09-30 Thread Miroslav Stampar
http://sourceforge.net/p/sqlmap/mailman/sqlmap-users/thread/51e205b9.8020...@gmail.com/ Bye On Tue, Sep 30, 2014 at 10:39 AM, Ogunwede Stephen wrote: > Hello, > I installed smtpmap, but it keeps disappearing each time i press enter. > > Also i have this error on it > > sqlmap: error: missing a

[sqlmap-users] SQLMAP ERROR, SQLmap disappearing

2014-09-30 Thread Ogunwede Stephen
Hello, I installed smtpmap, but it keeps disappearing each time i press enter. Also i have this error on it sqlmap: error: missing a mandatory option (-d, -u, -l, -m, -r, -g, -c, --wizard, --update, --purge-output or --dependencies), use -h for basic or -hh for advanced My operating system is 3

Re: [sqlmap-users] sqlmap error - log attached

2013-09-07 Thread Miroslav Stampar
Hi. That file is a standard part of sqlmap. 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:27 AM, Jeff Samuel wrote: > Hi, here´s the error log > > ** ** > > ==

[sqlmap-users] sqlmap error - log attached

2013-09-07 Thread Jeff Samuel
Hi, here´s the error log = sqlmap version: 1.0-dev-a639dbb Python version: 2.7.3 Operating system: posix Command line: ./sqlmap --random-agent --os-shell -u Technique: STACKED Back-end DBMS: MySQL (fingerprinted)

Re: [sqlmap-users] sqlmap error

2012-08-06 Thread Miroslav Stampar
Hi. Metasploit's module sqlmap(.rb) is obsolete. Kind regards, Miroslav Stampar On Fri, Aug 3, 2012 at 6:37 PM, D Atkin wrote: > hi > > im try to run sqlmap from msf but i keep getting this error > > the sqlmap script could not be found: > > iv already had sqlmap path to system Path envirounm

[sqlmap-users] sqlmap error

2012-08-03 Thread D Atkin
hi im try to run sqlmap from msf but i keep getting this error the sqlmap script could not be found: iv already had sqlmap path to system Path envirounment put im still getting this error. can u tell me what i can do from here. Thank you!

Re: [sqlmap-users] sqlmap error

2012-07-22 Thread Bernardo Damele A. G.
Dusan, you are running a year and a half outdated version of sqlmap. Run the following command: $ git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev and try your run again from sqlmap-dev directory. Bernardo On 22 July 2012 20:52, Dusan Lauko wrote: > [20:02:09] [CRITICAL] unha

[sqlmap-users] sqlmap error

2012-07-22 Thread Dusan Lauko
[20:02:09] [CRITICAL] unhandled exception in sqlmap/0.9, retry your run with the latest development version from the Subversion repository. If the exception per sists, please send by e-mail to sqlmap-users@lists.sourceforge.net the following text and any information required to reproduce the

[sqlmap-users] sqlmap error

2012-03-30 Thread Daniel DR. Rheault
I get this error [15:23:21] [CRITICAL] unhandled exception in sqlmap/0.9, retry your run with the latest development version from the Subversion repository. If the exception per sists, please send by e-mail to sqlmap-users@lists.sourceforge.net the following text and any information required to re

Re: [sqlmap-users] sqlmap error

2011-09-18 Thread Miroslav Stampar
hi. you are probably using Windows and you just double clicked the sqlmap.py file :) you are supposed to go the "Command Prompt" inside Windows OS, go to the sqlmap's directory, and from there run: python sqlmap.py together with other options. also, you are advised to checkout the latest v1.0-de

[sqlmap-users] sqlmap error

2011-09-18 Thread zerkerpure pkinghotmailcom
hello I recently installed Sqlmap and python like I was suppost to but when i go to click sqlmap which is a python file it starts up and says the normal sqlmap/0.9 - autmatic SQL injection and database takeover tool http://sqlmap.sourceforge.net Usage: python C:\Users\Name\Desktop\sqlmap\sqlmap

Re: [sqlmap-users] SQLMAP Error

2011-08-01 Thread Miroslav Stampar
hi Olu proper fix should be r4318. please update to have it fixed. kr On Tue, Aug 2, 2011 at 1:18 AM, Bernardo Damele A. G. wrote: > Hi Olu, > > I committed a possible fix. Can you please svn update and retry? > > Bernardo > > > On 1 August 2011 19:29, Olu Akindeinde wrote: >> Hi, >> I have st

Re: [sqlmap-users] SQLMAP Error

2011-08-01 Thread Bernardo Damele A. G.
Hi Olu, I committed a possible fix. Can you please svn update and retry? Bernardo On 1 August 2011 19:29, Olu Akindeinde wrote: > Hi, > I have started receiving this error when I Ctrl+C and it tries to crack the > hashes. It wasn't like that before. > Thanks > [19:23:41] [WARNING] Ctrl+C detec

[sqlmap-users] SQLMAP Error

2011-08-01 Thread Olu Akindeinde
Hi, I have started receiving this error when I Ctrl+C and it tries to crack the hashes. It wasn't like that before. Thanks [19:23:41] [WARNING] Ctrl+C detected in dumping phase [19:23:41] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4314), retry your run with the latest development vers

Re: [sqlmap-users] SQLMap Error During Crawl

2011-07-11 Thread Miroslav Stampar
hi Jovon. it should be fixed with the latest commit. the problem is that in your case some of crawled links were in "invalid" form but from now on sqlmap shouldn't crash on these any more. kr On Mon, Jul 11, 2011 at 6:55 AM, Ahmed Shawky wrote: > From the exception "InvalidURL: nonnumeric port:

Re: [sqlmap-users] SQLMap Error During Crawl

2011-07-10 Thread Ahmed Shawky
>From the exception "InvalidURL: nonnumeric port: '80#content'" It seems that you supplied sqlmap with Invalid URL On Mon, Jul 11, 2011 at 5:00 AM, Jovon Itwaru wrote: > Received the following error when perform crawl: > > sqlmap version: 1.0-dev (r4243) > Python version: 2.6.1 > Operating system

[sqlmap-users] SQLMap Error During Crawl

2011-07-10 Thread Jovon Itwaru
Received the following error when perform crawl: sqlmap version: 1.0-dev (r4243) Python version: 2.6.1 Operating system: posix Command line: ./sqlmap.py -u --crawl=2 Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "./sqlmap.py", line

Re: [sqlmap-users] SQLMap Error

2011-07-09 Thread Miroslav Stampar
hi Olu. this should be fixed with r4237. kr On Sat, Jul 9, 2011 at 1:16 AM, Olu Akindeinde wrote: > Hi, > Ran into this error whilst performing a test > sqlmap version: 1.0-dev (r4236) > Python version: 2.6.1 > Operating system: posix > Command line: ./sqlmap.py -u *

[sqlmap-users] SQLMap Error

2011-07-08 Thread Olu Akindeinde
Hi, Ran into this error whilst performing a test sqlmap version: 1.0-dev (r4236) Python version: 2.6.1 Operating system: posix Command line: ./sqlmap.py -u *** --forms -D ** --tables -v 3 --level=3 --technique=B Technique: BOOLEAN Back-end DBMS: Mic

Re: [sqlmap-users] SQLMap Error with Access

2011-07-08 Thread Bernardo Damele A. G.
Hi, Please find it fixed now, r4230. Thanks for reporting. Bernardo On 8 July 2011 09:40, RS wrote: > ./sqlmap.py -u > "http://www.modsecurity.org/zero.webappsecurity.com/login1.asp"; --data > "login=&password=&graphicOption=minimum" --parse-errors -v 3 > --random-agent --level 5 --risk 3 --ba

Re: [sqlmap-users] sqlmap error

2011-07-08 Thread Bernardo Damele A. G.
Hi Chris, This is fixed now, but there's another bug I introduced recently. I will fix that as soon as possible. Thanks for reporting. Bernardo On 7 July 2011 21:44, Chris Clements wrote: > [15:37:17] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4224), retry > your run with the latest dev

[sqlmap-users] SQLMap Error with Access

2011-07-08 Thread RS
./sqlmap.py -u "http://www.modsecurity.org/zero.webappsecurity.com/login1.asp"; --data "login=&password=&graphicOption=minimum" --parse-errors -v 3 --random-agent --level 5 --risk 3 --batch --dbms "Microsoft Access" --tables sqlmap version: 1.0-dev (r4224) Python version: 2.6.5 Operating system

[sqlmap-users] sqlmap error

2011-07-07 Thread Chris Clements
[15:37:17] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4224), 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] sqlmap error on BT5

2011-06-16 Thread Bernardo Damele A. G.
Hi Joseph, Thanks for reporting. We dealt with the traceback and will investigate further why the SVN server asks for credentials from time to time. Bernardo On 15 June 2011 20:40, Joseph Smith wrote: > I keep getting this error when trying to update. > > sqlmap version: 0.9 (r3630) > Python v

[sqlmap-users] sqlmap error on BT5

2011-06-16 Thread Joseph Smith
I keep getting this error when trying to update. sqlmap version: 0.9 (r3630) 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 74, in main dataToStdout("[*]