It garbles advertisers' data as a result, but you must disable uBlock Origin to run it; they can't work simultaneously. I recently moved to it and, so far, am never looking back!

you are viewing a single comment's thread
view the rest of the comments
[–] 35 points 1 year ago (2 children)

Good start. Now make a version that clicks each ad a random number of times from randomly generated IP addresses.

  • source
  • hideshow 4 child comments
  • [–] 63 points 1 year ago (7 children)

    That's not how IP addresses work.

  • source
  • parent
  • hideshow 14 child comments
  • [–] 24 points 1 year ago (2 children)

    What if we use a Visual Basic UI to hack the IP address by netmask?

  • source
  • parent
  • hideshow 4 child comments
  • [+] 14 points 1 year ago* (last edited 1 year ago) (2 children)
  • [–] 11 points 1 year ago (2 children)

    Have it form connections to all the other browsers using the extension and they all send a click.

  • source
  • parent
  • hideshow 4 child comments
  • [+] 12 points 1 year ago* (last edited 1 year ago) (4 children)
  • [–] 4 points 1 year ago (1 child)

    Is the botnet itself breaking the law or is breaking the law with a botnet breaking the law?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 1 year ago* (last edited 1 year ago) (2 children)

    You can fake your IP. There isnt really any authentication at the IP level. Just make a packet and overwite the IP field.

    Edit: I was corrected. The TCP handshake requires you to have a valid IP you can respond from. So even though you can fake your IP, you can't use that to talk to most websites.

  • source
  • parent
  • hideshow 4 child comments
  • [+] -3 points 1 year ago* (last edited 1 year ago) (1 child)
  • [–] 2 points 1 year ago* (last edited 1 year ago) (1 child)

    I misremembered my internet class. Sucks that it made ya feel bad.

    Edit: and you can put whatever you want as your source IP at the IP level. Though idk how modern security deals with that. I know I was taught that that was a way to DoS attack, so I imagine it's protected against.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 1 year ago

    If you just do it on your own computer, the packet will be already dropped by your own gateway. You can fake whichever address in your local subnet, but those are very likely remapped anyway in your gw to the one given by your ISP.

    If you would have access to the switch port used by your ISP in the Internet exchange point (IX), you would have more liberties in choosing the IP.

  • source
  • parent
  • [–] 4 points 1 year ago (1 child)

    Nothing is random

    In bot cases like this you would have a proxy list that it “randomly” picks from

  • source
  • parent
  • hideshow 2 child comments
  • [+] 0 points 1 year ago* (last edited 1 year ago) (1 child)
  • [–] 7 points 1 year ago* (1 child)

    You would need to literally connect to a proxy and send the request through that proxy in order for ads to see an IP different than you own.

    Yes that is what was proposed, you’re the only one who seems unclear on it

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 1 year ago (1 child)

    It does if it reports the URL to click home somewhere and users can opt in to pull the list to auto click.

    It would DDoS the ad servers. Muwhahahaa

  • source
  • parent
  • hideshow 2 child comments
  • [–] 18 points 1 year ago (1 child)

    Ad Networks use browser fingerprinting to detect duplicate clicks, which is tied to your hardware, system locale, installed fonts etc.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 19 points 1 year ago (2 children)

    Sounds like a solvable problem

  • source
  • parent
  • hideshow 4 child comments
  • [–] 26 points 1 year ago

    Chameleon add-on for Firefox, randomly rotates your browser, OS, screen size, timezone, device type, language, and other customizable parameters every x minutes.

    I've set it to do so every 5 minutes, and to omit desktop & tablet as device types (else some websites display the respective page) and timezones (messed up 2FA).

    I also disabled blackberry and windows phone from the manufacturer ID, that would have the opposite effect from obscuring me.

    For the rest of it, it's working great.

  • source
  • parent
  • [–] 5 points 1 year ago (3 children)

    Tell me how, then, because I don't know how to get around the font thing. Everybody's computer has a different set of fonts, and blocking browsers from seeing what fonts you have installed would help identify you even more.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 12 points 1 year ago

    A browser extension that limits webpages to default Windows fonts only would eliminate that factor from contributing to identification without flagging it as suspicious. A slightly more robust version could frequently cycle between multiple subsets of default Windows fonts. Say Windows comes with 100 fonts. So you could have thousands of configurations with different subsets of those.

  • source
  • parent
  • [–] 4 points 1 year ago (1 child)

    "Just" remove a random 2.5% of the fonts, a different random set per request (context).

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 1 year ago (2 children)

    Just have everyone agree on a set of fonts to report and report those.

  • source
  • parent
  • hideshow 4 child comments