SQLMap Essentials

Getting Started

SQLMap Overview

Preguntas

What's the fastest SQLi type?

UNION query-based

Building Attacks

Running SQLMap on an HTTP Request

Preguntas

What's the contents of table flag2? (Case #2)

Vemos cómo se llaman las bases de datos.

Sabiendo como se llama realizamos lo siguiente para ver lo que contiene en dicha tabla.

What's the contents of table flag3? (Case #3)

What's the contents of table flag4? (Case #4)

Attack Tuning

Preguntas

What's the contents of table flag5? (Case #5)

What's the contents of table flag6? (Case #6)

What's the contents of table flag7? (Case #7)

Database Enumeration

Preguntas

What's the contents of table flag1 in the testdb database? (Case #1)

Advanced Database Enumeration

What's the name of the column containing "style" in it's name? (Case #1)

What's the Kimberly user's password? (Case #1)

Advanced SQLMap Usage

Bypassing Web Application Protections

Preguntas

What's the contents of table flag8? (Case #8)

Primero capturamos la petición.

What's the contents of table flag9? (Case #9)

Como se tiene un valor único hay que poner el parámetro --randomize='uid'

What's the contents of table flag10? (Case #10)

Parece ignorar cualquier solicitud http enviada a través de sqlmap. Así que para eludir esto, usaremos un agente aleatorio.

Last updated

Was this helpful?