Click here to Skip to main content
15,918,808 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,

I implemented one website where i take care of sql injection attack and cross scripting attack now what security care should be taken rather than cross scripting attack and sql injection attack.

I searched on google but does not found rather above both, please guid me which care sholud i have to take to make it more secure,this is my first website. and i am not aware various type of hacking tricks

please provide some liks also to study.

thank you.

What I have tried:

Hello all,

I implemented one website where i take care of sql injection attack and cross scripting attack now what security care should be taken rather than cross scripting attack and sql injection attack.

I searched on google but does not found rather above both, please guid me which care sholud i have to take to make it more secure,this is my first website. and i am not aware various type of hacking tricks

please provide some liks also to study.

thank you.
Posted
Updated 4-May-16 14:45pm

1 solution

The answer is simple: a lot more.

What happens is someone eavesdrops the authentication procedure? Even more sensitive moment: what happens is someone eavesdrops creation of a password for the first time? reset of the forgotten password and the procedure of passing new (temporary) password to the user?

What happens during server-side handling of the data from the "contact us" page? If a malicious artist knows that a mail message is involved in further processing, the malicious mail headers can be injected in HTTP request in no time at all — do you sanitize the data before sending the mail?

I mentioned only few items which came to my mind immediately, based on some experience with some of the most basic mistakes the Web developers make in real life. There are a lot more concerns, and none of them is less important.

So, the essence of my answer is: you cannot hope that one of out experts would write a hole book on Web security on your order.

You can start here, but it won't be enough: Internet security — Wikipedia, the free encyclopedia[^].

This is only to get you some basic ideas on what involved. If you have some sensitive information involved in your site, you have to get a whole big part of education of the topic; and still I cannot be sure it would be enough. For example, some of CodeProject experts used to advise: never ever develop anything related to paying real money; one person just cannot learn enough Internet security and develop such a reliable application which people could really rely on, when it comes to money. Security is serious business™. :-)

Sorry for not answering your question in full, I believe it would not be possible.

—SA
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900