| Author |
Ensuring that no one hacks my site.
|
Kunal Lakhani
Ranch Hand
Joined: Jun 05, 2010
Posts: 319
|
|
Hello.
I am in process of developing a site using, servlets, jsp. So, what should i do, to make sure that site is never hacked.
|
kunal
|
 |
Amit Ghorpade
Bartender
Joined: Jun 06, 2007
Posts: 2196
|
|
Kunal Lakhani wrote:Hello.
I am in process of developing a site using, servlets, jsp. So, what should i do, to make sure that site is never hacked.
Well as far as I know, no such thing exists in practice. Still you may want to read about webmaster security tips and tricks.
|
Tell Difficulties that I am DIFFICULT
Asking Good Questions
|
 |
Amit Ghorpade
Bartender
Joined: Jun 06, 2007
Posts: 2196
|
|
|
This is not specific to servlets/JSps, moving to General computing.
|
 |
Kunal Lakhani
Ranch Hand
Joined: Jun 05, 2010
Posts: 319
|
|
Thanks for your concern
What should i implement?
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 7921
|
|
You can start with the OWASP Top Ten Web Application Security Risks. Once you've addressed those, you should go to the vendors of any software you are using (OS, database, web server, application server, etc.) and sign up for their update and security notifications. Next, keep up with the updates and security patches. Security isn't something you set up and it just runs. You have to have a process. And take care of the small stuff: shut down unused daemons, use strong passwords, disable unused accounts and so on.
Now you can do all this and still get hacked, however, if your window is shut and your neighbor's window is open, hackers may just give up and go for the easy pickings. Also, you can take comfort in the fact that most security breaches are inside jobs.
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
Kunal Lakhani
Ranch Hand
Joined: Jun 05, 2010
Posts: 319
|
|
|
Thanks Joe and friends
|
 |
 |
|
|
subject: Ensuring that no one hacks my site.
|
|
|