Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
edgeos



Security Basics: MS Access SQL injection column enumeration

MS Access SQL injection column enumeration

From: RaMatkal x2 <ramatkal_at_hotmail.com>
Date: Sat, 19 Mar 2005 20:33:48 +0000

I am conducting a pen-test on a web app that is vulnerable to SQL injection.
The backend database is MS access.....

i have managed to get a list of table names using something like the
following:

select Name, from MSysObjects
where Type=1
  and Name not like "MSys*";

However, I am struggling to find a way to gather a list of column names from
each table which
would allow me to read any data from the database......
None of the sql injection papers / tutorials seem to have much to say about
Access databases...

Anybody got any ideas?

Thanks in advance...
ramatkal_at_hotmail.com

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
Received on Mar 21 2005

[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]