7 replies
  • WEB DESIGN
  • |
I recently read an article (How One Small Shop Got Snared In Online Ad Scam - Advertising Age - Agency News) about site security.
Essentially it's about hackers redirecting a URL. It says in the article: "He (the victim) changed the code on his agency site to prevent it from being repurposed on a different URL.".
Does anyone know how to do this?
#security #website
  • Profile picture of the author Evan-M
    Are you sure the article isn't about a site being hacked and code being added to redirect his site to another basically stealing the traffic

    like
    <meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com">
    Signature

    Evan-M

    Easily The Worlds Best Wordpress Popup plugin

    Visit Website Design Firm For All Your Wordpress Coding Needs

    {{ DiscussionBoard.errors[3358419].message }}
  • Profile picture of the author IMShoppingMall
    My fault... I should have posted this...
    "The individual purchased a domain name, agency-creative.net, hosted that domain and then through frames technology basically told it to grab our website and place it inside," Mr. Wyatt said. "They hijacked our website."

    So... How do you prevent this from happening?
    Signature
    *** 100% Pure Content ***
    {{ DiscussionBoard.errors[3360835].message }}
    • Profile picture of the author Evan-M
      Originally Posted by IMShoppingMall View Post

      My fault... I should have posted this...
      "The individual purchased a domain name, agency-creative.net, hosted that domain and then through frames technology basically told it to grab our website and place it inside," Mr. Wyatt said. "They hijacked our website."

      So... How do you prevent this from happening?


      They would have had to have access to the sites they hijacked .

      cpanel or ftp access, hacked into the sites backend etc.

      they would have needed to place code into the files they hijacked. so choosing strong passwords and keeping your cms up to date would prevent this.

      I was working on a site this morning and asked for them to send over the cpanel login.

      They sent over

      username : admin
      password : Password

      come on people, your looking to be hacked! if your cpanel login looks anything like that, you deserve to be hacked. A little common sense goes along way.
      Signature

      Evan-M

      Easily The Worlds Best Wordpress Popup plugin

      Visit Website Design Firm For All Your Wordpress Coding Needs

      {{ DiscussionBoard.errors[3361690].message }}
  • Profile picture of the author IMShoppingMall
    Thanks, that makes me feel better.
    Signature
    *** 100% Pure Content ***
    {{ DiscussionBoard.errors[3361837].message }}
  • Profile picture of the author theIMgeek
    Actually, for the example given, Evan's explanation is not correct.

    "The individual purchased a domain name, agency-creative.net, hosted that domain and then through frames technology basically told it to grab our website and place it inside," Mr. Wyatt said. "They hijacked our website."
    Anybody can do this to any website, really. No passwords needed. I can make a website at mydomain.com that is nothing but a frame to view other websites. That's how frames work. In fact, some services such as StumbleUpon use this technique to place a menu bar at the top of your website.

    There is a piece of code that became popular back in the early days when it was more common to use frames as part of a site design... it "breaks open" any frame your page might be in.

    Code:
    <script type="text/javascript">
    <!--
    if (parent.frames.length > 0) { parent.location.href = location.href; }
    -->
    </script>
    (that gets put in the <head> section of your page)

    However, be warned, there is evidence that this code can affect some search rankings, particularly with Google Images.

    -Ryan
    Signature
    FREE WSO: Protect and Automatically Deliver Your Digital Products

    Ask the Internet Marketing Geek
    <-- Happy to help with technical challenges
    MiniSiteMaker.org <-- Free software to make your mini-sites fast and easy
    {{ DiscussionBoard.errors[3362049].message }}
    • Profile picture of the author fxprofitmountain
      Originally Posted by theIMgeek View Post

      Actually, for the example given, Evan's explanation is not correct.



      Anybody can do this to any website, really. No passwords needed. I can make a website at mydomain.com that is nothing but a frame to view other websites. That's how frames work. In fact, some services such as StumbleUpon use this technique to place a menu bar at the top of your website.

      There is a piece of code that became popular back in the early days when it was more common to use frames as part of a site design... it "breaks open" any frame your page might be in.

      Code:
      <script type="text/javascript">
      <!--
      if (parent.frames.length > 0) { parent.location.href = location.href; }
      -->
      </script>
      (that gets put in the <head> section of your page)

      However, be warned, there is evidence that this code can affect some search rankings, particularly with Google Images.

      -Ryan
      Thanks Ryan. This is insane. You really do know your stuff.
      {{ DiscussionBoard.errors[3365925].message }}
  • Profile picture of the author johnpeter1212
    There are different types of techniques or the tips are used that provide security to the website from the hackers, different types of hacking applications. Some important tips of website security are as follows

    1. Password Security
    2.Secure Your E-mail Addresses
    3. Protecting Source codes
    4. Use software application
    {{ DiscussionBoard.errors[3366149].message }}

Trending Topics