Activity Stream
48,167 MEMBERS
6967 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 3 123 LastLast
Results 1 to 10 of 22
  1.     
    #1
    Member

    Default Secure Your Forum

    Alright since i am White Hat I decided to make a tutorial on how to secure your forum. Following everything will not make your site impossible to hack as anything can be hacked however it will help cut down on script skiddies. This is not a copy and paste, I spent time writing it up so it might have some grammatical errors, so if you catch any let me know. Any changes just reply.


    Staff - This is one of the biggest reasons why and how sites get hacked. (little kids favorite method). They will tell a staff member to sign up on there forum and phish there password. Tell all your staff members to use a separate password for your forum that is completely different then any other site they visit. Using a random character generator with no words makes a huge difference. Also set or remind your staff to change there password at least once every 60 days.

    Admin Folder (more info) - Move the default admin folder. This means if any admin account at a forum level get's hacked the chance of them gaining admin cp access is greatly reduced since they won't know where to go to access the admin cp. Another option which requires some work but would be helpful is to keep the default admin login and save records of attempts. So you can see who is trying to access the admin cp. Another tip regarding the Admin Folder is to add a htaccess with a user name and password. This adds a second level of security. Give a separate one to each user who has admin cp access. You can also only allow only certain ips.

    Who Can Access - Based on KWWHunction and how members look for staff be careful who can access the admin cp. Don't just give your forum power to anyone, no matter how trustworthy they seem.

    Forum Mods/Add ons - Be careful as to what you install. An example is the inferno shoutbox for vBulletin. Although it has great features it not only uses a lot of your servers CPU it is also exploitible. How to prevent this? Do some simple searching if the mod your installing is exploitble.

    Forum Upgrades - Always make sure you have the latest version of your forum script as it will help prevent a lot of these exploits.

    Remove Un needed Files - A few examples is to remove your install files & folders. Alot of sites don't do this and is a major mistake. If your using vb the whole install folder should be removed. Another example is the upgrade file on vb. It is only a problem if they get your vb customer number, but just to be safe.

    Quote Originally Posted by Mr Happy;
    Along with removing the install folders if (and I know most here are) using a nulled version of a script make sure you remove the validate.php or keygen.php or any other files you used to install the site. More info from Litewarez here http://www.besthostingforums.com/showthread.php?t=21057
    File Permissions - Make sure your chmod is 664 and nothings else. Leaving it like 777 which allows read write and excite is a bad idea.

    General - For Posts, PM, Signatures never allow any code other then bbc. Allowing HTML can lead to problems. Forum Attachments should only be allowed for staff. You should also keep daily backups. You never know when your forum can go down. Your host can close at any time, or anything can happen.

    Any suggestions on what I should add or fix let me know. This covers all the basics.
    DeLeTeD Reviewed by DeLeTeD on . Secure Your Forum Alright since i am White Hat I decided to make a tutorial on how to secure your forum. Following everything will not make your site impossible to hack as anything can be hacked however it will help cut down on script skiddies. This is not a copy and paste, I spent time writing it up so it might have some grammatical errors, so if you catch any let me know. Any changes just reply. Staff - This is one of the biggest reasons why and how sites get hacked. (little kids favorite method). Rating: 5
    Please follow signature rules

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    WRZhost.com WExplain.com
    Nice guide mate,keep it up.
    My boards always got "hacked" by the first method you explained,other admins giving out their standard pass.
    Any questions? Want to make money?My Online Marketing Forum
    WRZhost offshore hosting! Still the best offshore hosting after 7 years! Hongkong,Russia,NL,Germany

  4.     
    #3
    Member
    Really A Nice Guide Bro.

    Wanted to Elaborate on second point, as many people dont know about it. I helped my fellow mates over here to secure admin section through htaccess.


    Make .htaccess file in your Admin Folder

    And add this to it

    AuthUserFile /path along with root/.htpasswd
    AuthName "Anything Can Be Written Here"
    AuthType Basic
    require valid-user

    Then make another file .htpasswd in the same directory that you have mentioned above in .htaccess file.

    In .htpasswd Add these lines

    username:encryptedpassword

    You can encrypt password from here :
    http://www.kxs.net/support/htaccess_pw.html


    Some more things you can do with .htaccess are :

    If Admin Folder is not in use you can use this command
    1.
    # no one can login
    deny from all

    2.
    # no hackers can enter
    order deny,allow
    deny from all
    allow from your lan ip



    3.If you want to show any html to the person whos IP is disabled :

    # quick custom error "document"..
    ErrorDocument 404 "<html><head><title>NO!</title></head><body><h2><tt>Fuck you Retard</tt></h2></body></html>


    If you encounter any problems then get back to me regarding any security.

    DeLeTeD took a nice step to make this thread.
    I will also share some of my knowledge regarding security soon. Feeling bit lazy right now.Lolz..

  5.     
    #4
    Member
    Thanks anantgupta I added a link for more info. If you elaborate more on any point ill link it making it a more complete guide. There is more information that can be added I just don't have the time to add it all. Im sure others here on KWWH will post great useful stuff and ill add it on.
    Please follow signature rules

  6.     
    #5
    Member
    Thanks DeLeTeD

    Already knew about it but this is good for n00bs

  7.     
    #6
    Banned
    Website's:
    FusionWarez.info SmokeHost.net Leechers.co
    Forum Mods/Add ons - Be careful as to what you install. An example is the inferno shoutbox for vBulletin. Although it has great features it not only uses a lot of your servers CPU it is also exploitible. How to prevent this? Do some simple searching if the mod your installing is exploitble.
    Jesus, I don't know how many noobs still think this, even though it has been assured multiple times it isn't.

    INFERNO SHOUTBOX IS NOT EXPLOITABLE

    There's a different mod which has inferno in it and is exploitable.

  8.     
    #7
    Respected Developer
    Website's:
    wrzc.org
    Along with removing the install folders if (and I know most here are) using a nulled version of a script make sure you remove the validate.php or keygen.php or any other files you used to install the site. More info from Litewarez here http://www.besthostingforums.com/showthread.php?t=21057
    Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic

    Huge list of Warez Sites and free Multiposter Templates

  9.     
    #8
    Member
    Nice Article

  10.     
    #9
    Member
    Great tutorial .

  11.     
    #10
    mmm mmm!
    Thanks for sharing your tut with us
    HATERS GONNA probably bring up some valid points considering I am an ignorant little twat so far up my own ass that i blame my problems on everyone and if you criticize me you're automatically wrong.

Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Secure Your Mybb Forum Even More
    By DJboutit in forum Useful Sites
    Replies: 1
    Last Post: 14th Sep 2012, 01:43 AM
  2. Most secure forum
    By litewarez in forum Polling Plaza
    Replies: 106
    Last Post: 18th Sep 2010, 07:59 AM
  3. Need New secure forum bord what to use ? it need to nulled
    By PBI NetWork in forum Webmaster Discussion
    Replies: 8
    Last Post: 13th Jul 2010, 07:41 PM
  4. How We Can Secure
    By WarezMania in forum Webmaster Discussion
    Replies: 6
    Last Post: 17th May 2010, 04:27 PM
  5. how to Make your Forum Secure and Protected
    By xwarlordx in forum Tutorials and Guides
    Replies: 12
    Last Post: 27th Nov 2009, 06:29 PM

Tags for this Thread

BE SOCIAL