Skip to content

Palantir may be engaging in a coordinated disinformation campaign by astroturfing these news-related subreddits: r/world, r/newsletter, r/investinq, and r/tech_news

Technology
153 76 2.1k
  • UK police treated to 10 new LFR vans in fresh expansion

    Technology technology
    7
    1
    70 Stimmen
    7 Beiträge
    21 Aufrufe
    A
    That's awesome! There were some sunglasses I saw that did something similar but they were very expensive
  • Spotify to raise prices in September

    Technology technology
    256
    1
    545 Stimmen
    256 Beiträge
    1k Aufrufe
    sudoer777@lemmy.mlS
    The ones I've noticed so far were somewhere in between metal, hyperpop, and generally chaotic electronic music. Specifically: DEATHWISH by poutyface MONSTER ENERGY GUN! by KevinKempt PIN CUSHION by Siiickbrain Also: Little Game by Benny mi tawa lon pimeja ni There's a bunch of others that I haven't looked through yet. I downloaded a list of songs from my Tidal library with soundiiz so I should do the same with Qobuz then do a diff.
  • How we Rooted Copilot

    Technology technology
    15
    1
    155 Stimmen
    15 Beiträge
    90 Aufrufe
    ?
    Surely there wasn't an exploit on the half a year out of date kernel (Article screenshots from April 2025, uname kernel release from a CBL-Mariner released September 3rd 2024).
  • Republican calls out Trump on GPU sales to China

    Technology technology
    12
    1
    222 Stimmen
    12 Beiträge
    190 Aufrufe
    j4k3@lemmy.worldJ
    He has several others. This is just the first link I saw: https://www.youtube.com/watch?v=6477JFdpqew
  • 8 Stimmen
    4 Beiträge
    63 Aufrufe
    N
    downvoted to hell
  • The End of Publishing as We Know It

    Technology technology
    10
    1
    50 Stimmen
    10 Beiträge
    86 Aufrufe
    beejjorgensen@lemmy.sdf.orgB
    Lol.. I wanted "DRM". But it's been a long day.
  • Tough, Tiny, and Totally Repairable: Inside the Framework 12

    Technology technology
    109
    1
    548 Stimmen
    109 Beiträge
    4k Aufrufe
    P
    What? No, the framework 12 is the thing the had before the 13 one. Nowadays, they call that model always 13 it seems. I think you're confusing something, I've got mine since a few years now.
  • 1 Stimmen
    8 Beiträge
    81 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.