Slashdot Mirror


User: nyet

nyet's activity in the archive.

Stories
0
Comments
981
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 981

  1. Re:What a biased assumption that prevents reason on Machine Intelligence and Religion · · Score: 0

    The OP assumes religious beliefs is emotional and irrational. That's false. Discussion over.

    Agreed, religious beliefs are emotional and irrational.

  2. Re:God created man, man created robot on Machine Intelligence and Religion · · Score: 5, Insightful

    Nobody should worship anybody based on faith.

  3. Re:Circle of weeds on Advertising Tool PrivDog Compromises HTTPS Security · · Score: 4, Insightful

    It all started with corporate "enterprise" firewall vendors who saw a demand for MiTM-in-a-box from "enterprise" IT.

    Corporations are notoriously uninterested in the repercussions of their actions.

  4. Re:How's this any different... on Lenovo Hit With Lawsuit Over Superfish Adware · · Score: 2, Informative

    This fine bloatware didn't merely act as an MiTM, it do so so incompetently that it exposed the user to basically any MiTM attack on an SSL connection(the root cert it used to sign bogus certificates was identical across every installation and effectively unprotected and the MiTM component would re-sign any cert handed to it, even an invalid one, opening the user to downright trivial MiTM attacks.

    Many "enterprise" (lol) class proxies (deployed by corporations to "protect" their internal networks") do the exact same thing.

  5. Re:Microsoft's fault on Ars: SSL-Busting Code That Threatened Lenovo Users Found In a Dozen More Apps · · Score: 1

    Allowing unrestricted remote access to your machine's trusted root CA list via GP is a feature of windows.

    Why would they remove it? It is for the "enterprise".

  6. Re:Block off programmatic access to cert trust. on Ars: SSL-Busting Code That Threatened Lenovo Users Found In a Dozen More Apps · · Score: 1

    There shouldn't be any ability to tamper with the OS so fundamentally and so easily.

    Guess what? If you use a windows machine at work, your boss can already install whatever bogus root CA's he wants into your machine without you knowing it, via GP. And he'll claim he has to, because w/o it, the corporate proxy can't MITM you.

  7. Re:Block off programmatic access to cert trust. on Ars: SSL-Busting Code That Threatened Lenovo Users Found In a Dozen More Apps · · Score: 1

    That is a feature, not a bug. The whole point to Windows GP is to allow your boss to push bogus root CAs into your work machines' store (without you knowing it, let alone preventing it) so the corp proxy can MITM sniff all of your https traffic at will. Remove that ability, and expect your local PHB to whine incessantly.

    Never mind that the idiots running the IT dept have no clue how bad it is to deploy a CA that can automatically sign forged certs arbitrarily. And most employees are clueless enough to never bother checking their trust root CA list.

    Unrestricted MS group policy push means all of TLS/SSL is a complete sham.

    Hopefully this Superfish fiasco will bring this to light, However, I am not optimistic, given the quality of reporting on it so far, and the fact that employers do not want their employees to know exactly how much the corporate proxy has compromised the entirety of internet security.

    I know the response is "well just trust your IT dept, they won't let their bogus root CA priv key fall into the wrong hands; corporate proxies are for your own good".

    Right.

  8. Re:Windows Defender takes care of it already on Homeland Security Urges Lenovo Customers To Remove Superfish · · Score: 1

    Why doesn't windows defender alert you when your employer pushes their proxy's CA into your work machine's trusted CA list via group policy push?

  9. Re:Other computer manufactures on Homeland Security Urges Lenovo Customers To Remove Superfish · · Score: 1

    Superfish is just the tip of the iceberg.

    Corrupting a Windows machine's CA store is very common in "enterprise" environments where your employer wishes to proxy all outgoing SSL/TLS connections.

    The fact that most people are completely unaware of this is disturbing, but unsurprising.

  10. Re:WTF? on Duplicate SSH Keys Put Tens of Thousands of Home Routers At Risk · · Score: 1

    Again, why would you use the host key for this purpose? Most likely the client would generate the key (no relation to the host key) they would want preloaded. The manufacturer has no reason to use the host key as both a host key AND a key in the authorized_key file. That is simply stupid.

  11. Re:What are the actual risks to your network? on Duplicate SSH Keys Put Tens of Thousands of Home Routers At Risk · · Score: 1

    No, in this case, knowing the host key would let you pose as the host.

    Then again, you don't even generally need the host key to post as the host because 9 times out of 10 nobody actually verifies that the presented host key matches the expected host key.

    If the host is unknown, generally they simply assume the key is correct.
    If the last stored key and doesn't match the one presented, they generally ignore the error that ssh spews telling you of a potential MITM attack.

  12. Re:WTF? on Duplicate SSH Keys Put Tens of Thousands of Home Routers At Risk · · Score: 1

    Why in the world would you add a device's public host key to the authorized key file?

  13. Re:WTF? on Duplicate SSH Keys Put Tens of Thousands of Home Routers At Risk · · Score: 1

    The host key pairs are NOT used to authenticate the incoming user.

    They're used to prevent MITM attacks (by uniquely identifying the endpoint), so this statement

    "It’s hard to say if the key errors means that a remote attacker could log into all of the devices, as it would depend on how the routers are configured for remote authentication."

    It's complete bull; the article is written by a clueless moron.

    Attackers would have to use the keypairs to setup MITM attacks for EVERY machine they wish to compromise.

  14. Re:Business problem != technology problem on Ask Slashdot: Version Control For Non-Developers? · · Score: 1

    Revision controlling machine generated xml (or any other machine generated code) with the assumption that it is human readable (because of the format) is a bad idea, just like keeping compiled binaries under revision control is a bad idea. It is just as non-human readable.

    You want to keep the actual human generated source under revision control... which you obviously can't do for any document generated by a GUI.

    Sure, you can use revision control to simply keep a history of versions, but that doesn't do anything for any of the multitudes of other reasons to use a RCS.... hell, you can keep a history by just timestamping every revision of file in their filenames.

  15. Re: perforce on Ask Slashdot: Version Control For Non-Developers? · · Score: 1

    Unless they can be bothered to learn something like docbook, they deserve any and all pain arising from the drawbacks of whatever idiotic workflow their uninformed, incompetent, clueless PHB imposes on them.

  16. Re:perforce on Ask Slashdot: Version Control For Non-Developers? · · Score: 1

    How about something simple then?

    3-way merge? Interactive merge?

  17. Re:perforce on Ask Slashdot: Version Control For Non-Developers? · · Score: 1

    And that can be tied in to svn or git hooks w/o a windows machine?

  18. Re:perforce on Ask Slashdot: Version Control For Non-Developers? · · Score: 2

    All the more reason not to use opaque binary formats at all.

  19. Re:perforce on Ask Slashdot: Version Control For Non-Developers? · · Score: 2

    That functionality belongs in the revision control system, not hidden away in some app someplace.

  20. Re:perforce on Ask Slashdot: Version Control For Non-Developers? · · Score: 0

    LOL @ binary formats and revision control.

  21. No mention of the path to the trojan? on New Multi-Purpose Backdoor Targets Linux Servers · · Score: 1

    Why doesn't the summary mention to look for /bin/iptable6?

    Wouldn't that be the single most important piece of information to convay? Oh. No. The single most important piece of information seems to be to plug some AV garbage.

  22. IMAP support on Amazon Takes On Microsoft, Google With WorkMail For Businesses · · Score: 1

    How about IMAP support that doesn't completely suck?

    o365 is such a huge POS.

  23. Re:Please develop for my dying platform! on Blackberry CEO: Net Neutrality Means Mandating Cross-Platform Apps · · Score: 1

    I'm not sure you know what rent-seeking is.

  24. Have they ever? on FBI Says Search Warrants Not Needed To Use "Stingrays" In Public Places · · Score: 1

    Has any law enforcement agency ever maintained that they need a warrant for anything?

  25. Re:what's wrong with ifconfig? on NetworkManager 1.0 Released After Ten Years Development · · Score: 2

    Don't forget avahi, which reliably causes shutdown to take o^n time (vs number of network interfaces and ipaliases) to shut down