Skip to content

YouTube might slow down your videos if you block ads

Technology
226 151 2.8k
  • Tech bug keeps Mazda radios locked in to NPR

    Technology technology
    2
    1
    2 Stimmen
    2 Beiträge
    9 Aufrufe
    R
    Article from 2022
  • 129 Stimmen
    5 Beiträge
    61 Aufrufe
    E
    You know that they only are prepared to offer cyber security experts minimum wage. I was literally looking at this yesterday, if they doubled what they are offering it would still be well short of an entry-level wage in the private sector. Up to a point you can get away with it and rely on "patriotism" to fill the difference but not to this extent.
  • 185 Stimmen
    56 Beiträge
    780 Aufrufe
    T
    Actually, nope! Claiming that you personally didn't learn with an IDE and that there are make-believe scenarios where one is not available is not actually addressing the argument. There really aren't any situations that make any sense at all where an IDE is not available. I've worked in literally the most strict and locked down environments in the world, and there is always approved software and tools to use... because duh! Of course there is, silly, work needs to get done. Unless you're talking about a coding 101 class or something academic and basic. Anyway, that's totally irrelevant regardless, because its PURE fantasy to have access to something like Claude and not have access to an IDE. So your argument is entirely flawed and invalid.
  • 166 Stimmen
    34 Beiträge
    477 Aufrufe
    P
    Seems more like someone got confused and dumped info for chicken pox instead of “chicken pops”
  • How to store data on paper?

    Technology technology
    9
    44 Stimmen
    9 Beiträge
    103 Aufrufe
    U
    This has to be a shitpost. Transportation of paper-stored data You can take the sheets with you, send them by post, or even attach them to homing pigeons
  • (azazoaoz)

    Technology technology
    1
    1
    0 Stimmen
    1 Beiträge
    20 Aufrufe
    Niemand hat geantwortet
  • There's no chance he signs it but I still hope he does

    Technology technology
    15
    1
    36 Stimmen
    15 Beiträge
    156 Aufrufe
    E
    And they've been doing it more blatantly and for longer than most tech companies.
  • 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.