• XSS.stack #1 – первый литературный журнал от юзеров форума

поиск данных в columns - sqlmap

You can try to execute --sql-query and thus search by typing in directly your request
Can u write example, when columns "password" and need find "P@ssword!" in then.
And if u i know password (P@ssword!) can i find user email in this tables?
 
Последнее редактирование:
Can u write example, when columns "password" and need find "P @ ssword!" in then.
And if ui know password (P @ ssword!) Can i find user email in this tables?
You probably need to learn some basic SQL before using sqlmap ...
Your request will look something like this:

[CODE = sql] SELECT EMAIL FROM USERS WHERE PASSWORD = 'P @ ssword!' [/ CODE]

[CODE = sql] SELECT column1, column2, ...
FROM table_name
WHERE condition; [/ CODE]
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх