Live data from Hacker News

Viewing profile — michaelrash

michaelrash

HN member
Joined
Sat, Oct 19, 2013, 1:38 AM UTC
HN karma
36
Public activity
17 items

About michaelrash

No profile information was provided.

Recent public activity

  1. comment
    Comment #17009437

    The design decisions that govern fwknop provide guidance on how fwknop is different from knockknock: http://www.cipherdyne.org/fwknop/docs/fwknop-tutorial.html#d...

  2. story
  3. comment
    Comment #11863998

    Not exactly. OpenSSH gated by SPA can only be interacted with by an attacker that can either hijack an SPA-authenticated connection, or is on the same network as the SPA client if …

  4. comment
    Comment #11862364

    There are some similarities between this and SPA: -> | SPA / fwknop | ssh There are important differences too though (beyond the fact that SPA is not encrypting/decrypting traffic …

  5. comment
    Comment #11861877

    An adversary who can watch port knocking sequences is one reason why SPA was developed: http://www.cipherdyne.org/fwknop/docs/fwknop-tutorial.html#w...

  6. comment
    Comment #11861724

    SPA is applicable to arbitrary services - not just SSH. Essentially it is a lightweight UDP authenticator, and it can be applied to commercial VPN's, webservers, or anything else. …

  7. comment
    Comment #10644727

    Some information on this is located in the fwknop tutorial: http://www.cipherdyne.org/fwknop/docs/fwknop-tutorial.html

  8. story
  9. comment
  10. comment
    Comment #9649852

    Here is a rebuttal to the "why not" argument: http://www.cipherdyne.org/blog/2013/10/port-knocking-why-you...

  11. story
  12. story
  13. comment
    Comment #8743762

    Ok, that sounds like a reasonable alternative, and Brendan Greeg is certainly a powerful force in this area. I'll run dtrace and see what happens, but I'm going to let a current lo…

  14. comment
    Comment #8740062

    On the VM, AFL is rewriting the same small file millions of times, and the fuzzed program is reading this file from disk (as opposed to stdin). I think the main question is why doe…

  15. comment
    Comment #8734677

    Remember from the article that AFL is being run from a VM. So, my guess is that OS X (host) doesn't know anything about whether what is being written on the VM is a small file or n…

  16. story
  17. comment
    Comment #8051138

    First, let me state that I have a lot of respect for Moxie. That out of the way, knockknock is not above criticism too: 1) It is possible to mount a MITM attack against knockknock …