How to retrieve column names along with the data when trying to fetch limited entries using sqlmap –sql-query

Dumping limited entries from a given table (eg. users) from postgreSQL database using sqlmap with –start and –stop is NOT working for me.

So I tried to use –sql-query=”select * from users limit 2″

But in the output I do … Continue reading How to retrieve column names along with the data when trying to fetch limited entries using sqlmap –sql-query