I'm doing Computer science degree and part of my final year is a project based on network security in which i have to develop a tool or an API to secure web application more likely a web application firewall that will detect and prevent attacks taken from OWASP top 10.
I'm looking for a direction, I want to be enlightened, from experienced and professional developers, the following are some of the specifications of the project:
web application firewall analyse web traffic, allow and block request sent to a website which involves analyzing HTTP requests.
filtering url such as the parameters detecting any malicious parameters that a user entered such as cross-site scripting xss
filtering users input such as form fields again sql injection and xss
Content Control - allows you to control exchange of cookies between users and websites.
detect vulnerabilities within the web application.
be able to Log, Monitor and Report any suspicious and malicious requests
I already thought of one programming language that I will use to develop this program and that is JAVA using the NetBeans IDE which already supports JSF and JSP. Is this project feasible with JAVA? again any advice is greatly appreciated........