[sqlmap-users] Help: Sqlmap Api, resumed scans, retrieve json data
Brought to you by:
inquisb
From: <ma...@gm...> - 2013-07-09 03:20:17
|
<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Dear All,</div> <div> </div> <div>I've the following situation with the api and need your help.</div> <div> </div> <div>I can <span style="font-family: Verdana, sans-serif, Arial, 'Trebuchet MS'; font-size: 13px; line-height: 1.6em;">request for database and table enumerations and can use their values as dictionaries in python.</span></div> <div><span style="font-family: Verdana, sans-serif, Arial, 'Trebuchet MS'; font-size: 13px; line-height: 1.6em;">The value looks like that:</span></div> <div><span style="white-space: pre-wrap; line-height: normal; font-family: Verdana, sans-serif, Arial, 'Trebuchet MS'; font-size: 13px;">"value": {</span></div> <div><span style="white-space: pre-wrap; line-height: normal; font-family: Verdana, sans-serif, Arial, 'Trebuchet MS'; font-size: 13px;">"user_login": {</span></div> <div><span style="white-space: pre-wrap; line-height: normal; font-family: Verdana, sans-serif, Arial, 'Trebuchet MS'; font-size: 13px;">"length": 10,</span></div> <div><span style="white-space: pre-wrap; line-height: normal; font-family: Verdana, sans-serif, Arial, 'Trebuchet MS'; font-size: 13px;">"values":[</span><span style="white-space: pre-wrap; line-height: normal; font-family: Verdana, sans-serif, Arial, 'Trebuchet MS'; font-size: 13px;">"root", </span><span style="white-space: pre-wrap; line-height: normal; font-family: Verdana, sans-serif, Arial, 'Trebuchet MS'; font-size: 13px;">"admin"</span><span style="white-space: pre-wrap; line-height: normal; font-family: Verdana, sans-serif, Arial, 'Trebuchet MS'; font-size: 13px;">]</span></div> <div> <pre style="line-height: normal;"> }</pre> <div> }</div> <div> </div> </div> <div><span style="font-family: Verdana, sans-serif, Arial, 'Trebuchet MS'; font-size: 13px; line-height: 1.6em;">Afterwards it's </span>once<span style="font-family: Verdana, sans-serif, Arial, 'Trebuchet MS'; font-size: 13px; line-height: 1.6em;"> possible to start an enumeration for columns </span></div> <div><span style="font-family: Verdana, sans-serif, Arial, 'Trebuchet MS'; font-size: 13px; line-height: 1.6em;">All subsequent requests supply strings as value.</span></div> <div><span style="font-family: Verdana, sans-serif, Arial, 'Trebuchet MS'; font-size: 13px; line-height: 1.6em;">Likewise I've the case when I want dump more then one table.</span></div> <div> <div><span style="font-family: Verdana, sans-serif, Arial, 'Trebuchet MS'; font-size: 13px; line-height: 1.6em;">And the values look like that:</span><br/> </div> <div><span style="white-space: pre-wrap; line-height: normal; font-family: Verdana, sans-serif, Arial, 'Trebuchet MS'; font-size: 13px;">"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'}}</span></div> <div><span style="white-space: pre-wrap; line-height: normal; font-family: Verdana, sans-serif, Arial, 'Trebuchet MS'; font-size: 13px;">[00:07:32] [INFO] resumed: \"term_id\",\"bigint(20) unsigned\"\r\n</span></div> <div><span style="white-space: pre-wrap; line-height: normal; font-family: Verdana, sans-serif, Arial, 'Trebuchet MS'; font-size: 13px;">[00:07:32] [INFO] resumed: \"name\",\"varchar(200)\"\r\n</span></div> <div>...</div> <div><span style="white-space: pre-wrap; line-height: normal; font-family: Verdana, sans-serif, Arial, 'Trebuchet MS'; font-size: 13px;">}</span></div> <div> </div> <div>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.</div> <div>I hope for your help and wish there is a possibility.</div> <div>I apologize for my bad English. =)</div> <div> </div> <div>Yours faithfully</div> <div> </div> <div>Mehmet Öztürk</div> </div></div></body></html> |