Web Hacking: How would you secure a site? What guidelines exist for hardening MySQL, PHP, or Apache? Write a paragraph
Ways to secure the site:
Always update the software often.Validate the entries both from server and client side to ensure the stability.Use hyper text transfer protocol which is more secure and safe. Ask users to use complex passwords and access control methods and change it completely at a regular basis, so that the prediction of such password process will not be successful. Always be careful of providing information in the error boxes, Handle all the exceptions with more sense that not to explore API details, database details etc.
Guidelines for hardening MySql, PHP:
Use explicit sql parameterising to avoid unnecessary sql injection attacks.
No queries should be used with the user's input. This type of dynamic queries is a great advantage for the hackers.
Don't give direct access to databases unless there is a proper reason.
Waiting for your valuable comments
Web Hacking: How would you secure a site? What guidelines exist for hardening MySQL, PHP, or...
If you were to host a business web site would you use Apache or IIS 10.0? What are the advantages/disadvantages of your choice? List your sources
You need to implement a web application that is split in three parts, namely, Webpage, PHP and MySQL. Each of them will be used accordingly to solve a simple problem described below. Remember to implement the logic in the most secure way of your knowledge. PHP Implement a PHP function that reads in input a string from the user and store it in a table (e.g., in a field called "Content Name"). The function should be able to read the...
You need to implement a web application that is split in three parts, namely, Webpage, PHP and MySQL. Each of them will be used accordingly to solve a simple problem described below. Remember to implement the logic in the most secure way of your knowledge. PHP Implement a PHP function that reads in input a string from the user and store it in a table (e.g., in a field called "Content Name"). The function should be able to read the...
help!
Due: 10/31/17 Submit under: Assignmen8 folder (only) Chapter-10: Apache Web Server Explain that a web server is a network computer with the primary role of serving Web pages to clients on request. 1、 2. Explain that the HTTP-Server is a YaST module for configuring Apache. The package name is yast2-http-server, and it can be installed from YaST Software Management. Discuss the following default settings for a Web server in Apache: " DocumentRoot . Alias . ScriptAlias . Include ....
When would you use object-oriented programming when developing a web application in PHP?
How would you rate your organization’s web site for usability? Is it easy to navigate? Can people find what you do and what you do with their donation quickly? How does your organization measure return on investment for social media?
1) What 8 guidelines should you follow to enable you to use email efficiently and effectively when communicating with both valued coworkers and outside parties? 2) When writing for a web site, many of the same standard rules for writing apply whether writing for the Web or print. However, some important differences exist between readers of paper material and web users. What are five differences?
You are the administrator of a large E-commerce site. Lately there have been a number of complaints about error pages popping up due to pages being deleted.. What would be the best way to make the site more user friendly. Redirect the broken links to another page on the site Create a custom error page with a link back to the main site Reinstall the missing pages Create a custom pop-up window to redirect the user You want to add...
You want to develop an e-commerce web site for specialty toys, what would be the best methodology to develop such a system? and why? (think of SDLC, waterfall, Scrum etc.)