Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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:

  1. web application firewall analyse web traffic, allow and block request sent to a website which involves analyzing HTTP requests.

  2. filtering url such as the parameters detecting any malicious parameters that a user entered such as cross-site scripting xss

  3. filtering users input such as form fields again sql injection and xss

  4. Content Control - allows you to control exchange of cookies between users and websites.

  5. detect vulnerabilities within the web application.

  6. 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........

share|improve this question
7  
You're a final year in Comp Sci and you don't know how to use Google? – Zenith Oct 5 '12 at 10:11
@Daniel i just want an advice from someone, google have given me a lot of information but im still in research phase so im basically gathering as much information as possible from different sources but thanks anyway for your comment – Isavel Oct 5 '12 at 10:14
2  
You should post whatever you've found out or researched in the question as at the moment it looks like you haven't made an effort to look yourself (not saying you haven't, but the way the questions phrased makes it appear so) – Zenith Oct 5 '12 at 10:17
@Daniel are you trying to help me or just mocking me? obviously if your not trying to help why bother comment at all. – Isavel Oct 5 '12 at 19:53
Honestly I'm not mocking, if you re-phrased your question you would get better answers and it would help you more – Zenith Oct 5 '12 at 20:09
show 3 more comments

closed as off topic by Alexei Levenkov, Tim Post Oct 6 '12 at 14:17

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.