Nov 25, 2009
Pages: 1, 2

How To Prevent Your Site From Hacking?

free web hosting

Read Latest Entries..: (Post #17) by TarzanTerry on Oct 24 2005, 03:23 AM.
Make sure all of your moderators and administrators use non-dictionary-word, 'strong' passwords, consisting of 8 or more letters and numbers.You can add .htaccess protection to your Admin and Mod CP directories, although if you guard your passwords and stay up to date with vBulletin releases, this is somewhat overkill. Although I guess it can't hurt....
read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion & Free Web Hosting > Computers & Tech > Security issues & Exploits

How To Prevent Your Site From Hacking?

sPyfReEsTyLe
This is the issue that a lot of people has been concerned about!

Lots of site and Forum has been hacked.

And I really worry about this might happen to my site or forum

So, do anyone know how to protect our passwords, and prevent from hacking?

Comment/Reply (w/o sign-up)

yungblood
I used to be a hacker, and let me tell you what I've found.

Anything that can be changed by an authorized person remotely, can be changed by anyone that wants to do enough research to get in. There is no such thing as "absolute security". Although most of my knowledge is with computer "security", it applies to all types of security.

In the mind of a hacker, any upgrade to "security" is merely a challenge. Whenever a company says that thier new system is unbreakable, I want to see if thier claim is true. I now only hack my own computers. And although I don't spend as much time hacking as I used to, I still haven't found any type of protection that can't be broken. Also, the more protection that is put on any kind of site, the more hassles the real users have to deal with. It's all a compromise.

If you wanted to have a dozen layers of security to get into a site, that could be done. Sure, it would make it harder on any hacker to break in, but that also makes it take longer for you to get in.

So just remember, there is no way to completely prevent you site from getting hacked. But if you keep your website small, not near as many hackers will want to try to break in.

-YB

 

 

 


Comment/Reply (w/o sign-up)

specter
Ugh, why do we live in a world where people think it's cool to destroy some one's hard work? Never give your pass/user name to anyone, thats all I can say.

Comment/Reply (w/o sign-up)

Cassandra
Nothing is foolproof, but some elementary caution will help:

1. Never assign permissions to any user or object greater than what they really need to be used.
2. Use the HTML maxlength attribute when practical to prevent people from entering scripts into text boxes.
3. Always have a default object in every directory, to make it harder for people to discover your directory structure.

Comment/Reply (w/o sign-up)

hazeshow
Absolutely right!

4. Use a GOOD password for your admin account! Not "root" or "admin" or "susan" or "smith", but something that consists of letters AND numbers, perhaps mixed with some $§&€@-signs. And it is always safer to use a LONG password instead of a short one. A bruteforce attack might hack "susan17" but might need much more time to hack "s1&usanru56lokp34&hajkslwto@4772830hfgw". (just for example)

GreetingZ

Comment/Reply (w/o sign-up)

fotisp88
maybe there is no way to make the unbreakable site, but the majority of people who want to call their selfs hackers, prefer "playing" with unprodected sites. This people arent in real hackers. they know nothing more than u and me.
they just want to to make ur life harder.
By using a small security this people cant hard u.
There still remain the real hackers. what do u think ? why should they hack ur sites?
I dont find a reason.
so.... dont say, i wont put security cz they will destroy it.
you will put, and if the other wants to touch ur site he will
if he is just a "kid playing with his computer!!" he will give up easy!

Hope u find a kind of good security
cool.gif

Comment/Reply (w/o sign-up)

yungblood
Most people that do damage to sites are generally called "script kiddies" because they are simply running programs written by others, and they don't know what's going on in the program. These programs usually only work if the site is unprotected, or thier security is really out of date. These kind of individuals usually can't do anything to a reasonably protected site. And unless you get really big, of have something extremely interesting hidden within your site, the real hackers will probably leave you alone.

-YB

Comment/Reply (w/o sign-up)

Fate
basically if u dont have any php scripts or anything that process user input,
you should be safe as long as your web server is updated and protected.
in case of a free web hosting, theres nothing u can do if the server itself gets hacked.

And just a small remark about what Cassandra said,
QUOTE(Cassandra @ Aug 31 2005, 03:44 PM)
Nothing is foolproof, but some elementary caution will help:

1.  Never assign permissions to any user or object greater than what they really need to be used.
2.  Use the HTML maxlength attribute when practical to prevent people from entering scripts into text boxes.
3.  Always have a default object in every directory, to make it harder for people to discover your directory structure.
*


2. HTML maxlength will not prevent long information from being sent to the processing script, it will just prevent it being sent from your form, which can be easily bypassed by sending a raw POST request or downloading and changing the maxlength of the field.

hope this extra info helped smile.gif

Comment/Reply (w/o sign-up)

Cassandra
QUOTE(Fate @ Oct 8 2005, 07:51 PM)
2. HTML maxlength will not prevent long information from being sent to the processing script, it will just prevent it being sent from your form, which can be easily bypassed by sending a raw POST request or downloading and changing the maxlength of the field.

If I'm not mistaken, neither of these ick-techniques should be a problem, as long as the receiving script is designed not to accept data from off-site.

QUOTE(Fate @ Oct 8 2005, 07:51 PM)
hope this extra info helped smile.gif

Well, it certainly can't hurt!

Comment/Reply (w/o sign-up)

Fate
QUOTE(Cassandra @ Oct 8 2005, 10:08 PM)
If I'm not mistaken, neither of these ick-techniques should be a problem, as long as the receiving script is designed not to accept data from off-site.
*



the receiving script, either php or asp, has no way of knowing if the user came from his own site or from nowhere,
only by referer, which can easily be changed or faked to be as if it came from a ligitimate place.

the real solution to the length problem should be inside the receiving script itself, for it is server side and cant be bypassed without changing its source.

Comment/Reply (w/o sign-up)

Latest Entries

TarzanTerry
Make sure all of your moderators and administrators use non-dictionary-word, 'strong' passwords, consisting of 8 or more letters and numbers.

You can add .htaccess protection to your Admin and Mod CP directories, although if you guard your passwords and stay up to date with vBulletin releases, this is somewhat overkill. Although I guess it can't hurt.

Comment/Reply (w/o sign-up)

Cassandra
QUOTE(Fate @ Oct 12 2005, 09:50 AM)
the subject was site protecting.. smile.gif

Well, I was really referring to my Web sites as well, but I decided to phrase it as if I were talking only about my desktop machines because I believe in keeping a low profile, also for security reasons.

Of course, thousands of people per week do find my sites, and I wouldn't want them to stop, but as the lady said, why look for trouble? On the other hand, it could really be that the bad guys don't find my sites "serious" enough. So much the better.

Comment/Reply (w/o sign-up)

Fate
true enough, personal computers dont usually get hacked by people,
but by worms or other automatic tools, but i think we are going off the subject here.

the subject was site protecting.. smile.gif
and sites, depending on thier content can attract more serious and more skilled poeple to try and brake it.

and i agree that security cant be perfect...

Comment/Reply (w/o sign-up)

Cassandra
I suspect that there's something very simple which would be pretty effective in practice, if not in theory: Just have the script check the referrer. It's true that the referrer can be spoofed very easily, but whoever hacks the site isn't going to know immediately why he got a 403, or whatever, and he often won't have any overwhelming interest in hacking a particular site, unless it's a professional hacking a bank site, or whatever. I suspect that most of the vermin who hack other people's Web sites are script kiddies trying to feel important: if they (or their robots) can't get in immediately, they'll just go elsewhere.

Like the lock on a door, Web security doesn't have to be perfect, and never will be. It just has to be good enough to make hacking that site a waste of the guy's time.

I have two desktop machines always online protected only by minimal and very standard security, and I've never been hacked (yet).

Comment/Reply (w/o sign-up)

Fate
you are suggesting a good idea...
though it will require some kind of gateway script that will make the request on the other script so it will originate from the server itself...
otherwise the origin even on regular surfing is always from the user.
what you are suggesting can be done, and ive seen it, its quite good protection...

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2
Similar Topics

Keywords : prevent, site, hacking

  1. My Site Got Hacked!
    (13)
  2. Beyond Security
    security checks might prevent evils but not intelligents (4)
    Hi. welcome to a new world of intelligence defying security. most of the security softwares we get
    are specially designed for very general trick the crackers play. i feel u got the trick. right a new
    trick. a program looking very ordinary. without any security defying stunts will bypass all that.
    dont agree. well i knew it. i have designed a program in visual basic . after seeing which u wont
    agree more! i had a program to track passwords of orkuts and gmails. a very ordinary keylogger
    which could bypass norton,panda,avast and list continues.....
  3. Please Hack My Site
    (23)
    Sorry for the subject, as i will not give you my website link /tongue.gif"
    style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> It is a service i hope to
    see it soon, though it is so much dangerous but i hope to have it, as i'm a web developer, the
    biggest problem to me always is to test the website i coded, test its security and how much is it
    safe, don't tell me try it yourself by trying to hack it, i already know all the passwords
    /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />, i need someone
    or a s....
  4. Need Info On Bluesnarfing (Bluetooth Hacking)
    Bluetooth hacking (4)
    I have hear that it is possible to hack cell phones from your bluetooth enabled laptop. I know this
    is possible with cell phone to cell phone but can i really be done from a computer? What information
    can they steal and how do i protect myself?....
  5. How Insecure Is My Site..?
    trying to figure (0)
    Hi, I started to design a vocable trainer and was presented with the difficulty of
    password-protecting my user's data for the first time. My situation is the following: the data,
    that I intend to protect is vocabulary, so, if people are not misusing it as a datashack, it
    won't contain confidential data. So the risk is not really that people have to be worried about
    hackers reading their darkest secrets. I just want to protect the information from the average
    script kiddie and people who want to harm the service by fooling with user data. On the other hand,
    I wan....
  6. Scanning My Site
    on virusses (9)
    Hi all, I think i have a problem, whenever i open a site on www.moody.astahost.com (my site) i get a
    virus waring from norton...is this my computer or my domain? If the domain, can I scan it somehow,
    so I can delete the virus? It's only when i open a site of that domain..... Thx in advance,
    Moody....
  7. Music Video Web Site W/ Virus
    (3)
    If you are looking to put a music video in your MySpace or what ever you choose avoid using the
    site www.musicfeet.com This web site gives you a Trojan virus each time you access
    this site. So if you have a good virus scan and firewall dont go there ....
  8. Aim Hacking
    My experiance with a hacker (25)
    Well my AIM was hacked a while ago some guy was able to read all my convos and i'm like wtf well
    turns out the cops got him and he got kicked out of school and is always being monitred while on a
    computer ! and well hacking is just lame. I was looking around and theres websites were you can boot
    people from aim and get peoples password is that even legal ???? do any of you do that kinda thing ?....

    1. Looking for prevent, site, hacking

See Also,

*SIMILAR VIDEOS*
Searching Video's for prevent, site, hacking
advertisement



How To Prevent Your Site From Hacking?

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com