Skip to content

AI search finds publishers starved of referral traffic

Technology
36 24 0
  • Signal – an ethical replacement for WhatsApp

    Technology technology
    205
    1
    999 Stimmen
    205 Beiträge
    0 Aufrufe
    R
    Can you though? Can I build the apk myself and use their services?
  • 108 Stimmen
    23 Beiträge
    0 Aufrufe
    exec@pawb.socialE
    I mean no more live view via the screen
  • 210 Stimmen
    31 Beiträge
    10 Aufrufe
    T
    In 2025 it would be anything above 3.6 million. It's a ton of money but here's a list of a few people that hit it. https://aflcio.org/paywatch/highest-paid-ceos Now if they added in a progressive tax rate for corporate taxes as well.... Say anything over 500 million in net profit is taxed at a 90+% rate. That would solve all sorts of issues. Suddenly investors of all these mega corps would be pushing hard to divide up the companies into smaller entities. Wealth tax in the modern age could be an inheritance tax. Anything over the median life earnings of individuals could be taxed at 100%. So median earnings in my area is $65K * 45 years (20-65k) = $2.93 million.
  • 288 Stimmen
    46 Beiträge
    7 Aufrufe
    E
    NGL, it would be great if they could make it work and go fuck off into international waters. Unrelated, but did you know that if you put big enough holes in a ship it'll sink?
  • 428 Stimmen
    102 Beiträge
    13 Aufrufe
    D
    That is bullshit, the economy is created to force you into the labor market. This is just a symptom of capitalism.
  • 18 Stimmen
    18 Beiträge
    9 Aufrufe
    freebooter69@lemmy.caF
    The US courts gave corporations person-hood, AI just around the corner.
  • Covert Web-to-App Tracking via Localhost on Android

    Technology technology
    2
    42 Stimmen
    2 Beiträge
    5 Aufrufe
    M
    Thanks for sharing this, it is an interesting read (though an additional comment about what this about would have been helpful). I want to say I am glad I do not use either of these services but Yandex implementation seems so bad that it does not matter, as any app could receive their data
  • 1 Stimmen
    8 Beiträge
    7 Aufrufe
    L
    I think the principle could be applied to scan outside of the machine. It is making requests to 127.0.0.1:{port} - effectively using your computer as a "server" in a sort of reverse-SSRF attack. There's no reason it can't make requests to 10.10.10.1:{port} as well. Of course you'd need to guess the netmask of the network address range first, but this isn't that hard. In fact, if you consider that at least as far as the desktop site goes, most people will be browsing the web behind a standard consumer router left on defaults where it will be the first device in the DHCP range (e.g. 192.168.0.1 or 10.10.10.1), which tends to have a web UI on the LAN interface (port 8080, 80 or 443), then you'd only realistically need to scan a few addresses to determine the network address range. If you want to keep noise even lower, using just 192.168.0.1:80 and 192.168.1.1:80 I'd wager would cover 99% of consumer routers. From there you could assume that it's a /24 netmask and scan IPs to your heart's content. You could do top 10 most common ports type scans and go in-depth on anything you get a result on. I haven't tested this, but I don't see why it wouldn't work, when I was testing 13ft.io - a self-hosted 12ft.io paywall remover, an SSRF flaw like this absolutely let you perform any network request to any LAN address in range.