Changeset 5583

Show
Ignore:
Timestamp:
07/23/08 17:23:43 (2 months ago)
Author:
hdm
Message:

Proper spelling for the win.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • framework3/trunk/modules/auxiliary/spoof/dns/bailiwicked_host.rb

    r5581 r5583  
    66module Msf 
    77 
    8 class Auxiliary::Spoof::Dns::BaliWickedHost < Msf::Auxiliary 
     8class Auxiliary::Spoof::Dns::BailiWickedHost < Msf::Auxiliary 
    99 
    1010        include Exploit::Remote::Ip 
     
    1212        def initialize(info = {}) 
    1313                super(update_info(info,  
    14                         'Name'           => 'DNS BaliWicked Attack', 
     14                        'Name'           => 'DNS BailiWicked Attack', 
    1515                        'Description'    => %q{ 
    1616                                This exploit attacks a fairly ubiquitous flaw in DNS implementations which  
     
    2222                                additional records sections.  Eventually, a guessed ID will match and the 
    2323                                spoofed packet will get accepted, and due to the additional hostname entry 
    24                                 being within baliwick constraints of the original request the malicious host 
     24                                being within bailiwick constraints of the original request the malicious host 
    2525                                entry will get cached. 
    2626                        },