Bitcoin Forum
July 07, 2024, 03:28:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: NOOBS GUIDE TO SECURE YOUR SITE , SERVER AND EMAIL  (Read 1321 times)
1nject0r (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
September 03, 2012, 07:50:57 AM
 #1

if u have just website i am not talking about server if u have just website u can secure it by following this method

1) use cloudflare to block hacker to ddos your site
2) use firewall for your site
3) buy ssl certificate
4) use secure password
5) move your admin panel to other place like yoursite.com/admin into yoursite.com/noaccess or whatever u want
6) protect your file by using passwords

if you are using joomla wordpress or any forum make sure to update and always hide your version number

your website can be hacked via this meth0d

1) SQL Injection

2) OS Command Injection

3) Unchecked Path Parameter / Directory Traversal

4) Improper Session Management

5) Cross-Site Scripting

6) CSRF (Cross-Site Request Forgery)

7) HTTP Header Injection

Cool Mail Header Injection

9) Lack of Authentication and Authorization


If your website look like this php=id? or u have installed shopping cart make sure its not vuln to sql injection

if u have search box in ur site make sure ur site not vuln to xss

xss = cross site scripting if u need cheat google it and put on searchbox of ur site

SMF MYBB VBULLETIN  >>> always make new admin panel directory for security reason

vbulletin.com/admincp to vbulletin.com/9929348440 or whatever u like Smiley




More coming soon
1nject0r (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
September 03, 2012, 07:54:33 AM
 #2

if u recently installed any software make sure there is not install.php or install folder

always secure ur config.php file by chmoding 777 or if yes always rename the file name

use secure ftp and remember to check no anonymous user allowed


secure your .htaccess file to prevent the hackers

dont use nulled or cracked software for ur website they hve always backdoored installed and they can hack ur website Smiley
1nject0r (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
September 03, 2012, 07:57:22 AM
 #3

If your site is based on php read this to secure Smiley
PHP has often been accused of being
security-lax as over the years many
exploitable bugs have been found within it.
However, it has matured steadily and most
of the bugs tend to be avoidable by either
configuring the installation correctly and/or
writing the code securely.

Here are some configuration tips (writing
secure code is covered in a later section)
that relate to the variables in the “php.ini”
file:

Ì Set ‘register_globals’ off

Ì Set ‘safe_mode’ on

Ì Set ‘open_basedir’ to the base
directory of the website

Ì Set ‘display_errors’ off

Ì Set ‘log_errors’ on

Ì Set ‘allow_url_fopen’ off
1nject0r (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
September 03, 2012, 07:58:19 AM
 #4

Popular server-side applications that have
had problems in the past with critical,
exploitable bugs include (but is certainly not
limited to!):

Ì Wordpress (blogging software)

Ì phpBB Mybb and SMF (forum software)

Ì CMS Made Simple (CMS Software)

Ì PHPNuke (CMS Software)

Ì bBlog (blogging software)

Ì JBoss (application server)

Ì Coppermine (image gallery software)
1nject0r (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
September 03, 2012, 08:00:28 AM
 #5



1. How to keep your Windows computer up-to-date, http://support.microsoft.com/kb/311047

2. Apache Security Tips, http://httpd.apache.org/docs/2.2/misc/security_tips.html

3. Securing Apache 2: Step-by-Step, http://www.securityfocus.com/infocus/1786

4. 20 ways to Secure your Apache Configuration, http://www.petefreitag.com/item/505.cfm

5. The CodeIgniter PHP Framework, http://www.codeigniter.com

6. Ten Security Checks for PHP, Part 1, http://www.onlamp.com/pub/a/php/2003/03/20/php_security.html

7. Creating a Secure PHP Login Script, http://www.devshed.com/c/a/PHP/Creating-a-Secure-PHP-Login-Script/

8. Securing PHP: Step-by-Step, http://www.securityfocus.com/infocus/1706

9. Securing MySQL: Step-By-Step, http://www.securityfocus.com/infocus/1726

10. Apache Attack Samples, http://www.ossec.net/wiki/index.php/Apache_attack_samples
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!