Free Academic Seminars And Projects Reports
wasp against sql injection attacks in java - Printable Version

+- Free Academic Seminars And Projects Reports (https://easyreport.in)
+-- Forum: Project Ideas And Disscussion (https://easyreport.in/forumdisplay.php?fid=32)
+--- Forum: Engineering Project Ideas (https://easyreport.in/forumdisplay.php?fid=33)
+---- Forum: Project Request (https://easyreport.in/forumdisplay.php?fid=46)
+---- Thread: wasp against sql injection attacks in java (/showthread.php?tid=54412)



wasp against sql injection attacks in java - bhavya - 10-04-2017

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


wasp against sql injection attacks in java - Electronic Chip - 10-04-2017

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-against-sql-injection-attacks-in-java


wasp against sql injection attacks in java - itzmenaemu - 10-04-2017

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


wasp against sql injection attacks in java - karthik adiga - 10-04-2017

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