Dear All,
 
I've the following situation with the api and need your help.
 
I can request for database and table enumerations and can use their values as dictionaries in python.
The value looks like that:
"value": {
"user_login": {
"length": 10,
"values":["root", "admin"]
                       }
              }

 
Afterwards it's once possible to start an enumeration for columns 
All subsequent requests supply strings as value.
Likewise I've the case when I want dump more then one table.
And the values look like that:
 
"value": "{u'user_login': {u'length': 10, u'values': [u'root', u'admin']}, u'ID': {u'length': 2, u'values': [u'1', u'2']}, u'__infos__': {u'count': 2, u'table': u'wpx_users', u'db': u'wp35'}}
[00:07:32] [INFO] resumed: \"term_id\",\"bigint(20) unsigned\"\r\n
[00:07:32] [INFO] resumed: \"name\",\"varchar(200)\"\r\n
...
}
 
In this case I tried with new task id, but the disadvantage is that it takes a long time until each table dump is done.
I hope for your help and wish there is a possibility.
I apologize for my bad English. =)
 
Yours faithfully
 
Mehmet Öztürk
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to