Skip to content

Massive internet outage reported: Google services, Cloudflare, Character.AI among dozens of services impacted

Technology
140 95 102
  • 83 Stimmen
    19 Beiträge
    55 Aufrufe
    E
    The cost of consuming media doesn’t match its worth. I never used ad blockers until they became invasive and disruptive.
  • 19 Stimmen
    1 Beiträge
    10 Aufrufe
    Niemand hat geantwortet
  • 258 Stimmen
    46 Beiträge
    103 Aufrufe
    stzyxh@feddit.orgS
    yea i also were there at a few thousand I think and the content has changed a lot since then.
  • We Should Immediately Nationalize SpaceX and Starlink

    Technology technology
    496
    1
    1k Stimmen
    496 Beiträge
    137 Aufrufe
    F
    How many of those Saturn V rockets landed themselves back on the launch pad? NASAs milestones were not the same as, nor anywhere near as hard as, SpaceX’s. Your incompetence line shows you’re not capable of being impartial in this so there’s no real point continuing. You’re saying the guy responsible for the EV market we have no, the almost fully self driving cars we have now, the satellite internet network we have now, and the reusable spaceship booster rockets we have now is “incompetent”. You’re not here to actually have a discussion.
  • 77 Stimmen
    22 Beiträge
    70 Aufrufe
    F
    https://web.archive.org/web/20250526132003/https://www.yahoo.com/news/cias-communications-suffered-catastrophic-compromise-started-iran-090018710.html?ref=404media.co
  • Microsoft pulls MS365 Business Premium from nonprofits

    Technology technology
    37
    1
    48 Stimmen
    37 Beiträge
    83 Aufrufe
    S
    That's the thing, I wish we could just switch all enterprises to Linux, but Microsoft developed a huge ecosystem that really does have good features. Unless something comparable comes up in the Linux world, I don't see Europe becoming independent of Microsoft any time soon
  • 4 Stimmen
    20 Beiträge
    58 Aufrufe
    V
    Oh, I get it. You're a purposefully ignorant dumbass.
  • 1 Stimmen
    8 Beiträge
    28 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.