Slashdot Mirror


User: AndreasJS

AndreasJS's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Re:Moo on Drive-By Pharming Attack Could Hit Home Networks · · Score: 1

    The offending command is not necessary a script command, it could be:

    <img src="admin:admin@192.168.1.1/something.cgi>

    NoScript would not help here.

    By the way, it seems that Macintosh users cannot use NoScript

  2. Change password alone is not enough on Drive-By Pharming Attack Could Hit Home Networks · · Score: 1

    In order to be safe, 1. you should logout after changing the password or (if no logout is possible, such as with simple HTTP authentication) restart your browser before visiting any webpage. 2. Do not tick the "memorize password" box. If you do this, an intruder could manipulate the router without a password.

  3. Re:But Has Anyone Actually Verified this Claim? No on Drive-By Pharming Attack Could Hit Home Networks · · Score: 1

    Try the following: Make a web page that includes
    <script src = "http://admin:admin@192.168.1.1/wan_poe.cgi?dns1=2 04.101.251.1"> </script>
    If you have the same router as I have, you will have entered a new DNS. No Java, no Javascript, just plain HTML. View the source of the configuration page of your router to find out what cgi commands you need for this.