Jump to content
WebFlake

Most Secure Forum Versions?


bigdank

Recommended Posts

I'd go with IP.Board honestly, but for speed I'd go with MyBB/vBulletin/XenForo.

 

Most IP.Board forums can be taken down by holding down F5 for some retarded reason - it eats up the entire resources unless you know how to configure the firewall correctly.

 

Really never knew that about f5. I personally really like IP.Board although I feel as if it misses something.

  • Downvote 1
Link to comment
Share on other sites

  • 3 months later...

Latest IPB is usually the most secure BUT this is always dependant on the host or dedicated server & the protections / php functions that are in place / disabled.

 

here is a tip:

 

Disable the following functions in your php.ini you can make a php info page to find the location of your php.ini

 

how to make a phpinfo php file - http://kb.mediatemple.net/questions/764/How+can+I+create+a+phpinfo.php+page%3F#gs

 

Disabled PHP Functions escapeshellarg, escapeshellcmd, exec, ini_alter, parse_ini_file, passthru, pcntl_exec, popen, proc_close, proc_get_status, proc_nice, proc_open, proc_terminate, show_source, shell_exec, symlink, system, pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_exec, pcntl_getpriority, pcntl_setpriority,

Link to comment
Share on other sites

The term "more secure" is rather ambiguous and could mean many different things in different situations.

 

As for secure (or security) you need to fully understand the security mechanisms of the server where your board is hosted and the ways that server protects your data.

 

Whenever I am installing a new board system the first steps to have a "good" security sheme is the way you set-up your servers virtual hosts and he permissions granted to the different pieces of code and server programs. I personally always use (80%) a LEMP stack VPS, and I always make sure to secure the MySql installation. If you have the funds (an extra 5$ a month) I recommend setting up a reverse proxy server that act in between the client you destination server.

 

Another major security breach (for forums) is the Welcome email-> if your server is setup wrong the email that are sent out have your "real" IP or hosting provider IP. This enables anybody who signs up to your forum to know where your site is hosted.. It is then very easy to signup for an account on the same server and hack your database or fudge your site.

 

I've seeen it, i've done it. The only way to "secure" you IPB or Xen or Social Eng (etc)installation is to secure the server it resides on.

 

I also recommend replacing mysql with mariadb on your server.

  • Upvote 1
Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...