Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various fixes for auxiliary/spoof/llmnr/llmnr_response and related stuff #2464

Merged
merged 5 commits into from
Dec 10, 2013

Commits on Oct 2, 2013

  1. Configuration menu
    Copy the full SHA
    b822a41 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2013

  1. Configuration menu
    Copy the full SHA
    68ee692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9cebfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b84221 View commit details
    Browse the repository at this point in the history
  4. Convert llmnr_response to use Net::DNS

    * Allows responding to AAAA requests in addition to the existing A
      support
    * Prevents problems when recvfrom returns a mapped address like
      "::ffff:192.0.2.1"
    
    Also:
    
    * Fix a few typos
    * capture: Don't shadow a method name (arp) with a local variable
    * capture: Handle the case where our UDP send hits an ENETUNREACH
    egypt committed Oct 4, 2013
    Configuration menu
    Copy the full SHA
    541833e View commit details
    Browse the repository at this point in the history