Skip to content

'We're done with Teams': German state hits uninstall on Microsoft

Technology
102 64 2.1k
  • 464 Stimmen
    107 Beiträge
    234 Aufrufe
    H
    There's no need for the government to prevent people from becoming wealthy. The only ways to become that wealthy all involve monopolies. But every single monopoly that has ever existed, has only managed to become a monopoly due to help from allies in government. AKA Regulatory Capture. When governments are large, and filled with bureaucrats that aren't answerable to the public, monopolies are far more likely to emerge, as those same bureaucrats enact more and more regulations that make entering the market more and more difficult for those of modest to little means.
  • 0 Stimmen
    1 Beiträge
    7 Aufrufe
    Niemand hat geantwortet
  • What will the AI revolution mean for the global south?

    Technology technology
    6
    1
    31 Stimmen
    6 Beiträge
    18 Aufrufe
    snotflickerman@lemmy.blahaj.zoneS
    More contractual gig work less direct employment. They AI companies are going to Mechanical Turk this shit the whole way.
  • 12ft.io down?

    Technology technology
    22
    42 Stimmen
    22 Beiträge
    384 Aufrufe
    I
    How do you do that? (ELI5, please)
  • 66 Stimmen
    9 Beiträge
    103 Aufrufe
    django@discuss.tchncs.deD
    All the tasks could have been easily solved with some basic APIs and algorithms.
  • 99 Stimmen
    48 Beiträge
    391 Aufrufe
    Y
    enable the absolute worst of what humanity has to offer. can we call it a reality check? we think of humans as so great and important and unique for quite a while now while the world is spiraling downwards. maybe humans arent so great after all. like what is art? ppl vibe with slob music but birds cant vote. how does that make sense? if one can watch AI slob (and we all will with the constant improvements in ai) and like it, well maybe our taste of art is not any better than what a bird can do and like. i hope LLM will lead to a breakthrough in understanding what type of animal we really are.
  • You Can Choose Tools That Make You Happy

    Technology technology
    1
    1
    30 Stimmen
    1 Beiträge
    19 Aufrufe
    Niemand hat geantwortet
  • 1 Stimmen
    8 Beiträge
    80 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.