Not working postgresql DB select and extract tables "auto selected name
public database" and columns in value query what is problem?

i'm changed  plugins/dbms/postgresql/fingerprint.py
if conf.db not in PGSQL_SYSTEM_DBS and conf.db != "public":
            conf.db = "public"

but this is not the solution
What should be done? thanks :)

sqlmap version: 1.0-dev (r4697)
Python version: 2.7.2+
Operating system: posix
Command line: sqlmap.py -u
********************************************************** --user-agent
Googlebot --technique U --dbms postgresql --string Proxy -v 3 --threads 5
--sql-shell
Technique: UNION
Back-end DBMS: PostgreSQL (fingerprinted)
Traceback (most recent call last):
  File "/home/z00/sqlmap-dev/_sqlmap.py", line 83, in main
    start()
  File "/home/z00/sqlmap-dev/lib/controller/controller.py", line 563, in
start
    action()
  File "/home/z00/sqlmap-dev/lib/controller/action.py", line 121, in action
    conf.dbmsHandler.sqlShell()
  File "/home/z00/sqlmap-dev/plugins/generic/enumeration.py", line 2455, in
sqlShell
    output = self.sqlQuery(query)
  File "/home/z00/sqlmap-dev/plugins/generic/enumeration.py", line 2401, in
sqlQuery
    output = inject.getValue(query, fromUser=True)
  File "/home/z00/sqlmap-dev/lib/request/inject.py", line 435, in getValue
    value = __goInband(query, expected, unique, resumeValue, unpack, dump)
  File "/home/z00/sqlmap-dev/lib/request/inject.py", line 383, in __goInband
    output = unionUse(expression, unpack=unpack, dump=dump)
  File "/home/z00/sqlmap-dev/lib/techniques/union/use.py", line 232, in
unionUse
    untilOrderChar = countedExpression.index(" ORDER BY ")
ValueError: substring not found

[*] shutting down at 16:17:43
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to