Skip to content

Honda successfully launched and landed its own reusable rocket

Technology
152 99 0
  • 118 Stimmen
    15 Beiträge
    0 Aufrufe
    killeronthecorner@lemmy.worldK
    Recycling 2: Electric Bugaloo
  • 295 Stimmen
    17 Beiträge
    0 Aufrufe
    P
    Unfortunately, pouring sugar into a gas tank will do just about zero damage to an engine. It might clog up the fuel filter, or maybe the pump, but the engine would be fine. Bleach on the other hand….
  • Browser Alternatives to Chrome

    Technology technology
    14
    12 Stimmen
    14 Beiträge
    0 Aufrufe
    L
    I've been using Vivaldi as my logged in browser for years. I like the double tab bar groups, session management, email client, sidebar and tab bar on mobile. It is strange to me that tab bar isn't a thing on mobile on other browsers despite phones having way more vertical space than computers. Although for internet searches I use a seperate lighter weight browser that clears its data on close. Ecosia also been using for years. For a while it was geniunely better than the other search engines I had tried but nowadays it's worse since it started to return google translate webpage translation links based on search region instead of the webpages themselves. Also not sure what to think about the counter they readded after removing it to reduce the emphasis on quantity over quality like a year ago. I don't use duckduckgo as its name and the way privacy communities used to obsess about it made me distrust it for some reason
  • Is Google about to destroy the web?

    Technology technology
    86
    1
    240 Stimmen
    86 Beiträge
    16 Aufrufe
    B
    I hate google enough to pay 5$/mo for Kagi - it puts a smile on my face everytime I go to search and know that I'm not supporting google
  • A ban on state AI laws could smash Big Tech’s legal guardrails

    Technology technology
    10
    1
    121 Stimmen
    10 Beiträge
    5 Aufrufe
    P
    It's always been "states rights" to enrich rulers at the expense of everyone else.
  • Researchers develop recyclable, healable electronics

    Technology technology
    3
    1
    16 Stimmen
    3 Beiträge
    5 Aufrufe
    T
    Isn't the most common failure modes of electronics capacitors dying, followed closely by heat in chips? This research sounds cool and all.
  • 249 Stimmen
    232 Beiträge
    11 Aufrufe
    U
    Repair technicians see by far the most of seagate drives
  • 1 Stimmen
    8 Beiträge
    5 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.