wasp against sql injection attacks in java
#2
WASP (Web Application SQL-injection Preventer)

The basic idea of the WASP is to allow only the developer trusted stringsa to form the sensitive parts of the query. As a solution to the problem of SQL injection:
a)Positive tainting
b)Syntax-Aware evaluation

WEB applications are applications that can be accessed over the Internet by using any compliant Web browser that runs on any operating system and architecture. A variety of new threats are facing the web applications. Of this, the most significant one is the SQL Injection Attacks (SQLIAs). SQL queries are built by the Web applications to access the information stored in the databases. But, the attackers can gain complete access to such databases if inadequate input validation is performed. The specially encoded database commands can be input by the attackers. the attacker’s embedded commands are executed by the database when the web application builds the query using these strings, and the attack succeeds.

a new highly automated approach for dynamic detection and prevention of SQLIAs is proposed in this article. It involves identifying “trusted” strings in an application which are then used to form the semantically relevant parts of a SQL query.

Get full details here:
http://ccs.neu.edu/home/pete/pub/ieee-software-wasp.pdf
presentation:
http://cercs.gatech.edu/iucrc06/material/orso.pdf
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: sql injection seminar, defending against sensor sniffing attacks on mobile phones seminar, final year project sql injection, protection against sql injection, disadvantage of on the security of randomized arithmetic codes against ciphertext only attacks document, dfd for sql injection, advantages of sql injection,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Messages In This Thread
RE: wasp against sql injection attacks in java - by seminar project explorer - 11-02-2011, 07:17 AM
RE: wasp - by seminar class - 21-03-2011, 10:43 AM

Possibly Related Threads...
Thread Author Replies Views Last Post
Heart pharmacy management system in java Rathnap 2 3,857 22-09-2016, 03:51 AM
Last Post: [email protected]
  Java project report with sample code askpan4 1 3,335 23-08-2015, 05:57 PM
Last Post: Guest
  DBMS Project online examination application using frontend JAVA and php vedasucheta 3 4,866 13-09-2014, 07:33 PM
Last Post: Abhishek Adak
  java project on online placement management saritanimisha 4 3,576 25-09-2013, 10:14 AM
Last Post: computer topic
  RE: Employee Reimbursement System in java mouli2012 4 2,639 28-12-2012, 11:52 AM
Last Post: Guest
  Development of HTTP Caching Proxy Server (Java) vijaym87 2 1,424 08-12-2012, 03:21 PM
Last Post: seminar details
  multi point fuel injection system swap44 2 1,977 18-10-2012, 03:29 PM
Last Post: seminar details
  demo for placement management system project in java 0 1,550 14-03-2012, 07:27 PM
Last Post: Guest
  ONLINE BOOK STORE IN JAVA rahul.tirkey 0 1,150 13-03-2012, 05:02 PM
Last Post: rahul.tirkey
  Webgrabber (Using Java or .NET) Mahith Mohan 1 974 13-03-2012, 12:40 PM
Last Post: seminar paper

Forum Jump: