SitePoint Sponsor |
|
User Tag List
Results 1 to 8 of 8
-
Aug 10, 2009, 23:59 #1
- Join Date
- Jul 2009
- Posts
- 6
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hpow I can get the Best Security of My Site?
Hi
Can anyone tell me please What is the Best way of secure My site.
Thanks.Test my internet speed at http://www.testinternetspeed.org/
Test internet speed for free at http://www.testinternetspeed.org
-
Aug 11, 2009, 02:40 #2
1. Use strong passwords for control panels, database users and all FTP accounts
2. Change the passwords periodically.
3. Secure your script so that SQL injection can not be attempted
4. Enable the firewall on your server and block the IPs once the certain failed login attempts limit has been reached.
5. If you use any third party web applications/services, make sure that they are upgraded to their latest stable versions.
6. Do not use 777 permissions unless extremely required. Use 755 instead.
-
Aug 11, 2009, 08:43 #3
- Join Date
- Feb 2009
- Location
- England, UK
- Posts
- 8,111
- Mentioned
- 0 Post(s)
- Tagged
- 1 Thread(s)
Be careful what you allow people to do within the website, if you allow them to embed code ensure that they cannot inject malicious scripts and ensure any financial transactions occuring on your website is encrypted and run through a SSL certificate.
-
Aug 30, 2009, 04:42 #4
Learn the fundamentals of http protocols.
-
Sep 1, 2009, 02:10 #5
- Join Date
- Jul 2009
- Posts
- 7
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Secure your script so that SQL injection can not be attempted????
-
Sep 1, 2009, 11:18 #6
- Join Date
- Feb 2009
- Location
- England, UK
- Posts
- 8,111
- Mentioned
- 0 Post(s)
- Tagged
- 1 Thread(s)
Vesnicka, its a common security vunerability with server-side code: http://en.wikipedia.org/wiki/SQL_Injection
-
Sep 1, 2009, 15:38 #7
- Join Date
- Jul 2009
- Posts
- 7
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks
-
Sep 4, 2009, 07:58 #8
- Join Date
- Sep 2009
- Posts
- 2
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Try Wikto and Paros, they are free and really useful web vulnerability scanners.
Bookmarks