Webmaster Forum

Go Back   Webmaster Forum > The Webmaster Forums > Tech Support Forum

Tech Support Forum Discuss computer issues, tech gadgets and hardware, operating systems, browsers, broadband and wireless, virus, trojan, and spyware help.


Reply
 
LinkBack Thread Tools Display Modes
Old 11-23-2007, 01:23 PM   #1 (permalink)
Member
 
Join Date: 06-21-07
Posts: 108
iTrader: 2 / 100%
Nima is web crapNima is web crapNima is web crap
Thumbs down How to protect my website against hackers?

What are the most basic steps that a webmaster should take to protect his websites against hackers?
Nima is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-23-2007, 01:55 PM   #2 (permalink)
Member
 
Join Date: 11-03-07
Posts: 111
iTrader: 0 / 0%
InFloW is liked by somebodyInFloW is liked by somebodyInFloW is liked by somebody
Well the big thing is to keep any scripts you're running up to date. If you're running say wordpress it's a bad idea to be running 2.0 when say 2.3 is out. You can say yeah my site is small but the thing is bots go around looking for specific versions so really no one is safe. I can say this from experience with customers with sites that get 1 hit a week and then they get exploited to their surprise.
InFloW is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-23-2007, 02:32 PM   #3 (permalink)
Member
 
Join Date: 06-21-07
Posts: 108
iTrader: 2 / 100%
Nima is web crapNima is web crapNima is web crap
Thanks for the advice. I try to keep my web softwares as up to date as possible
Nima is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-23-2007, 10:06 PM   #4 (permalink)
nks
Contributing Member
 
nks's Avatar
 
Join Date: 03-23-07
Location: Ireland
Posts: 714
iTrader: 0 / 0%
nks is just really nicenks is just really nicenks is just really nicenks is just really nicenks is just really nicenks is just really nicenks is just really nicenks is just really nicenks is just really nicenks is just really nicenks is just really nice
Talking about WordPress, I came across their download archived page that they advised users to use either the latest release of 2.0.x version or 2.3.x version to ensure stability.

So, does that mean I can use WordPress 2.0.11 (the latest in that series) to ensure safer script? I think so....
__________________
Life As Such.... but check out
NeoHide - News Linking Point ~~ NuclearLand - Free Link Submission
nks is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-30-2007, 02:32 AM   #5 (permalink)
Banned
 
Join Date: 10-25-07
Posts: 26
iTrader: 0 / 0%
Latest Blog:
None

aarathi is liked by many
There are many tools to protect website from hijackers.
Affiliate Diamond - The Easy Way To Protect Your Affiliate Commissions
HTML Encryptor -Protect Your Web Site From Internet Pirates
HTML Security Report - Protect Visitors Stealing From You
Download Page Protector - Stop Thieves Stealing Your Ebooks And Software Products are some tools.
aarathi is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-01-2007, 11:45 AM   #6 (permalink)
v7n Mentor
 
Avinash's Avatar
 
Join Date: 08-23-06
Posts: 1,582
iTrader: 0 / 0%
Avinash is a highly respected web proAvinash is a highly respected web proAvinash is a highly respected web proAvinash is a highly respected web proAvinash is a highly respected web proAvinash is a highly respected web proAvinash is a highly respected web proAvinash is a highly respected web proAvinash is a highly respected web proAvinash is a highly respected web proAvinash is a highly respected web pro
Quote:
Originally Posted by Nima View Post
What are the most basic steps that a webmaster should take to protect his websites against hackers?
What InFloW said, and:

* Make it your habit to protect your administration panel with .htaccess (if you're using a Linux web hosting service). For example, if you use WordPress, protect your '/wp-admin' area by configuring .htaccess. You can find these WordPress security resources pretty useful. If you're using WordPress, you should also check your theme before enabling it.

* Always use passwords longer than 10 digits (alpha-numeric). If a 10 or 12 digit password is too long for you to remember, jot it down somewhere or better save it in a file and secure it with an easy password that you can remember.

* Join the Security Focus mailing list so you can keep an eye on what's going on in the security world.

I could write many points but for a normal web master, these three or four points should be enough.
Avinash is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-01-2007, 06:46 PM   #7 (permalink)
edd
Member
 
Join Date: 12-01-07
Location: Ny
Posts: 35
iTrader: 0 / 0%
Latest Blog:
None

edd is a jewel in the roughedd is a jewel in the roughedd is a jewel in the roughedd is a jewel in the roughedd is a jewel in the roughedd is a jewel in the rough
Send a message via AIM to edd Send a message via MSN to edd Send a message via Yahoo to edd
First, you shouldn't use a whole lot of applications made by other people. If you do, you should know that it is safe and keep it updated often. You should also read up on security for any language you program in (if you use programming languages).
edd is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-26-2007, 11:33 AM   #8 (permalink)
Member
 
Join Date: 07-14-07
Posts: 53
iTrader: 0 / 0%
satya123 is liked by many
Host should have hacker free softwares..firewalls then your sites are protected...
satya123 is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-26-2007, 06:09 PM   #9 (permalink)
edd
Member
 
Join Date: 12-01-07
Location: Ny
Posts: 35
iTrader: 0 / 0%
Latest Blog:
None

edd is a jewel in the roughedd is a jewel in the roughedd is a jewel in the roughedd is a jewel in the roughedd is a jewel in the roughedd is a jewel in the rough
Send a message via AIM to edd Send a message via MSN to edd Send a message via Yahoo to edd
Quote:
Originally Posted by satya123 View Post
Host should have hacker free softwares..firewalls then your sites are protected...
That's not true. There are 8 debatable levels of the basic network that can all be insecure.

The top most is the user. They are not securable because they cannot be controlled. You can make suggestions or helpful tools (like many sites suggest you check the url bar before ever logging in).

The next is the application, the internet browser. This can be insecure because not all browsers are the same. Don't forget about malicious code like trojans, keyloggers and viruses.

Next is the presentation of data which is putting it together to be viewed in whatever form it is called in (primarily http). Attacking this is as easy as using clear text extraction or a protocol attack.

The 4th level of data is session data, or a connection between servers like SQL (structured query language made popular in dynamic languages like php which use mysql to store data). These are open to session hijackings and password/dictionary attack (sending data over and over again until the correct combination is found).

The 5th level is the transporting of data. These are open to port scanning and DOS attacks. This is not very maintainable on your end.

The last 3 levels are also far from your range unless you maintain your server, the network, data link, and physical connection. These are maintained by your host.

------------

If you don't make your own code, you don't have too much to worry about. The best way to protect your website is to stay updated on whatever scripts you use (phpbb ect.) and if you do go into coding, read some security books.
edd is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-26-2007, 10:09 PM   #10 (permalink)
Contributing Member
 
lordspace's Avatar
 
Join Date: 05-30-06
Location: Canada
Posts: 666
iTrader: 0 / 0%
lordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nicelordspace is just really nice
Send a message via ICQ to lordspace Send a message via Skype™ to lordspace
1) Proper User Input Validation

To protect your web site you or the people you work with have to check properly data that comes from user's input.

e.g. there a lot of people that will make you a contact form as quickly as possible for about 2 mins (low quality code), the data may not validated correctly and some people may user your contact form to send spam by injecting "To: victim@domain.com\r\n".....

2) Use CAPTCHA
CAPTCHA in your forms in order to stop bots and automated programs

3) Protect your host
If you're on a shared hosting the hosting company takes care of the security of the servers, on the other hand if you have a dedicated server you have to hire a very good system administrator to keep your server up-to-date and apply necessary patches where needed.
lordspace is offline  
Add Post to del.icio.us
Reply With Quote
Old 12-31-2007, 03:53 AM   #11 (permalink)
Contributing Member
 
Luckyman's Avatar
 
Join Date: 02-11-07
Location: http://www.dairyforall.com
Posts: 1,084
iTrader: 0 / 0%
Luckyman is a jewel in the roughLuckyman is a jewel in the roughLuckyman is a jewel in the roughLuckyman is a jewel in the roughLuckyman is a jewel in the roughLuckyman is a jewel in the roughLuckyman is a jewel in the roughLuckyman is a jewel in the rough
Update your anti spyware, antivirus software and use add ons to your site only when it is necessary. Be careful about the freely available add ons! They are the most dangerous ones!!
Luckyman is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-06-2008, 07:26 AM   #12 (permalink)
v7n Mentor
 
TheFriend's Avatar
 
Join Date: 08-31-07
Location: Germany (chatrooms/ forums)
Posts: 3,700
iTrader: 0 / 0%
Latest Blog:
None

TheFriend is a splendid one to beholdTheFriend is a splendid one to beholdTheFriend is a splendid one to beholdTheFriend is a splendid one to beholdTheFriend is a splendid one to beholdTheFriend is a splendid one to beholdTheFriend is a splendid one to beholdTheFriend is a splendid one to beholdTheFriend is a splendid one to beholdTheFriend is a splendid one to beholdTheFriend is a splendid one to behold
Send a message via MSN to TheFriend
Agree: Antispyware and avira antivirus are the most important programms.
__________________
- Webmaster Resource Visit us 4 FREE -

Virtual Webmaster Community | Free English Blog :)
TheFriend is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-25-2008, 12:16 PM   #13 (permalink)
Contributing Member
 
dogznbonz's Avatar
 
Join Date: 01-23-08
Location: Jacksonville, AR
Posts: 53
iTrader: 0 / 0%
Latest Blog:
None

dogznbonz is on the right pathdogznbonz is on the right path
Good Luck, Sites will get hacked whether you like it or not. Remember some of the biggest most secure networks have been hacked and continue to get hacked, including our government network.

The best thing to do is make sure to protect the places hackers come in. The URL and Form fields.
__________________
James
Discount Orlando Vacations
dogznbonz is offline  
Add Post to del.icio.us
Reply With Quote
Old 01-26-2008, 07:04 PM   #14 (permalink)
Member
 
Join Date: 01-19-08
Posts: 105
iTrader: 0 / 0%
BradP is liked by many
Quote:
Originally Posted by InFloW View Post
Well the big thing is to keep any scripts you're running up to date. If you're running say wordpress it's a bad idea to be running 2.0 when say 2.3 is out. You can say yeah my site is small but the thing is bots go around looking for specific versions so really no one is safe. I can say this from experience with customers with sites that get 1 hit a week and then they get exploited to their surprise.
yes, but the hassle of upgrading...
BradP is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-17-2008, 10:20 PM   #15 (permalink)
Contributing Member
 
keanwoo's Avatar
 
Join Date: 05-14-08
Location: www.atboon.com
Posts: 201
iTrader: 0 / 0%
keanwoo is liked by many
For me

1. Use quality server or host that will install website it.

2. if you use CMS. please Update program.

3. make it simple to do in everything; Simple is the best policy.
keanwoo is offline  
Add Post to del.icio.us
Reply With Quote
Old 08-18-2008, 12:00 PM   #16 (permalink)
edd
Member
 
Join Date: 12-01-07
Location: Ny
Posts: 35
iTrader: 0 / 0%
Latest Blog:
None

edd is a jewel in the roughedd is a jewel in the roughedd is a jewel in the roughedd is a jewel in the roughedd is a jewel in the roughedd is a jewel in the rough
Send a message via AIM to edd Send a message via MSN to edd Send a message via Yahoo to edd
wow, this is a blast from the past. I didn't even know I knew all that a year and a half ago.
edd is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-08-2009, 04:13 AM   #17 (permalink)
Junior Member
 
Join Date: 06-08-09
Posts: 7
iTrader: 0 / 0%
Latest Blog:
None

Orwell is liked by many
We use a software called dotdefender - its protect the website against web application attacks such sql injection, cross site scripting and others. Its basically a web application firewall that stop all those kinds of attacks.
Also, We use another tool for denial of service prevention.

Last edited by Orwell; 06-08-2009 at 04:27 AM..
Orwell is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-25-2009, 06:13 PM   #18 (permalink)
Contributing Member
 
Join Date: 10-13-09
Posts: 83
iTrader: 0 / 0%
Latest Blog:
None

Moneymen is liked by many
there are lot of basic things u can do
No space in this post to mention all of them but if u want to find more visit my site which is dedicated to tutorials and helping webmaster on those issues

also u can pm me here if u still need good protection and we can arange some nice rate or some trade and i will check your site fully and protect it

it was my job for long time
and i still does it best
__________________
Protect your website and your online privacy--webmasters and users security related helping portal
Moneymen is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-25-2009, 09:03 PM   #19 (permalink)
Contributing Member
 
AirForce1's Avatar
 
Join Date: 05-26-09
Location: www.shoesbuyonline.com
Posts: 388
iTrader: 0 / 0%
AirForce1 is liked by many
Send a message via MSN to AirForce1 Send a message via Yahoo to AirForce1
I think open source scripts might be more reliable for building a website. I use zen-cart to build my own sites and they are always up to date. If some bugs found, they always release patches in time and the support forum is always there to help you.
__________________
Mens, womens & kids nike air force ones shoes, nike jordan retro shoes online.
AirForce1 is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-26-2009, 04:56 AM   #20 (permalink)
Junior Member
 
Join Date: 10-25-09
Location: India
Posts: 13
iTrader: 0 / 0%
athul is liked by many
Send a message via Yahoo to athul
Best way to Protect is by Updating

Change Your admin password
Change Admin Login from "admin" to something
Use Captchas
athul is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > The Webmaster Forums > Tech Support Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 10:09 PM.
© Copyright 2008 V7 Inc
Powered by vBulletin
Copyright © 2000-2009 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.