[sqlmap-users] Column Extraction
Brought to you by:
inquisb
From: Olu A. <sey...@gm...> - 2011-06-14 20:32:45
|
Hi again, Why is it sometimes difficult to enumerate columns (-C 'column name') in sqlmap. I have noticed this especially with column extraction of Sybase databases. I have tried to extract table columns on at least three Sybase database backend servers and they all come up short. All other forms of enumerations work (-D, -T including --columns). I have even tried to run SELECT statements via the --sql-shell option but it comes up with absolutely no data. This hardly happens on MySQL or MSSQL. The error i keep getting is [WARNING] unable to enumerate the columns for table 'TABLE' on database 'DB', skipping [INFO] you can find results of scanning in multiple targets mode inside the CSV file '/Users/fx/sqlmap/output/results-06142011_0635pm.csv' I'm I getting something wrong? Thanks again for a truly capable tool. Olu |