Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
wasp against sql injection attacks in java
#1

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/iee-software-wasp.pdf
presentation:
http://cercs.gatech.edu/iucrc06/material/orso.pdf
Reply

#2
hi
you can refer these pages to get the details on sql-injection &wasp

http://seminarsprojects.net/Thread-co..on-attacks

http://seminarsprojects.net/Thread-pr..r-approach

http://seminarsprojects.net/Thread-co..cks--12773

http://seminarsprojects.net/Thread-sq..on-attacks

http://seminarsprojects.net/Thread-wasp-...ks-in-java
Reply

#3
can u send me the code plzz
on WASP: Protecting Web Applications Using Positive Tainting and Syntax-Aware Evaluation
Reply

#4
i need the full project ccan u help me sir,
advance thanks
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 iAndrew & Melroy van den Berg.