Explain how you can stop your website getting hacked?
Answers were Sorted based on User's Feedback
Answer / chaitanya
By adapting following method you can stop your website from getting hacked
Sanitizing and Validating users parameters: By Sanitizing and Validating user parameters before submitting them to the database can reduce the chances of being attacked by SQL injection
Using Firewall: Firewall can be used to drop traffic from suspicious IP address if attack is a simple DOS
Encrypting the Cookies: Cookie or Session poisoning can be prevented by encrypting the content of the cookies, associating cookies with the client IP address and timing out the cookies after some time
Validating and Verifying user input : This approach is ready to prevent form tempering by verifying and validating the user input before processing it
Validating and Sanitizing headers : This techniques is useful against cross site scripting or XSS, this technique includes validating and sanitizing headers, parameters passed via the URL, form parameters and hidden values to reduce XSS attack
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / raghu.nalla
By adapting following method you can stop your website from getting hacked
Sanitizing and Validating users parameters: By Sanitizing and Validating user parameters before submitting them to the database can reduce the chances of being attacked by SQL injection
Using Firewall: Firewall can be used to drop traffic from suspicious IP address if attack is a simple DOS
Encrypting the Cookies: Cookie or Session poisoning can be prevented by encrypting the content of the cookies, associating cookies with the client IP address and timing out the cookies after some time
Validating and Verifying user input : This approach is ready to prevent form tempering by verifying and validating the user input before processing it
Validating and Sanitizing headers : This techniques is useful against cross site scripting or XSS, this technique includes validating and sanitizing headers, parameters passed via the URL, form parameters and hidden values and use http only for reduce XSS attack
| Is This Answer Correct ? | 0 Yes | 0 No |
What tools do real hackers use?
List out some of the common tools used by Ethical hackers?
How you can avoid or prevent ARP poisoning?
Explain what is Cross-site scripting and what are the types of Cross site scripting?
Explain what are the types of hacking stages?
Explain what is CSRF (Cross Site Request Forgery)? How you can prevent this?
What laptops do hackers use?
How do hackers hack passwords?
What is footprinting in ethical hacking? What is the techniques used for footprinting?
Explain what is SQL injection?
What are the 3 types of hackers?
Explain what is Pharming and Defacement?