Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: ahoffmannPosted on 2009-11-04 at 22:52:02ID: 25747239
1. i.g yes, BUT you need to be very experianced to find the proper function calls
you better use SCA tools (source code analyzer) for that, be prepared for $$$$$$
2. depends
3. the web page/script/whatever as it constructs (most likely) the queries, the query itself, *all* (and I really mean all and everything) stored procedures
4. manually, assisted by tools
Keep in mind that stored procedures ar no protection against SQLI, you need to view their source the same way you view your own sources, I guess this will end up in a nightmare at least for M$ and Oracle.
If you want to get an idea how simple SQLI could be exploited (in particular in M$ environments) go and search for sql mapping tools, you get the idea ...