• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Hacking the JSP servlet Application

 
Ranch Hand
Posts: 172
Netbeans IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I'm planning to build a JSP - Servlet Online banking application. All I need to know I mean every single thing for providing the security to the application. like sql injection n all..!! please help me with this.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Security is a huge field, that we can't begin to cover in a forum post. Start reading here: https://coderanch.com/how-to/java/SecurityFaq#web-apps
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
try this

http://www.roseindia.net/java/java-security.shtml
 
Bartender
Posts: 1810
28
jQuery Netbeans IDE Eclipse IDE Firefox Browser MySQL Database Chrome Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Don't waste your time with anything on roseindia.net. You'll just learn bad habits and pick up bad code.

As for the security issue, you're asking for a two year education in a forum post. I don't mean to sound harsh, but without an extensive background in security I can pretty much guarantee that anything you design will be so full of holes that a 12 year old could hack it in less than 30 minutes.
 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As the others here have mentioned, security isn't trivial. It takes time, research, and experience (and patience!) to master. I recommend that you start by taking a look at the reference materials available at the Open Web Application Security Project (OWASP). Here are some examples:

  • OWASP Top 10 2013
  • Developer Guide
  • Cheat Sheets

  •  
    With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
    reply
      Bookmark Topic Watch Topic
    • New Topic