Changeset 5583
- Timestamp:
- 07/23/08 17:23:43 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework3/trunk/modules/auxiliary/spoof/dns/bailiwicked_host.rb
r5581 r5583 6 6 module Msf 7 7 8 class Auxiliary::Spoof::Dns::Ba liWickedHost < Msf::Auxiliary8 class Auxiliary::Spoof::Dns::BailiWickedHost < Msf::Auxiliary 9 9 10 10 include Exploit::Remote::Ip … … 12 12 def initialize(info = {}) 13 13 super(update_info(info, 14 'Name' => 'DNS Ba liWicked Attack',14 'Name' => 'DNS BailiWicked Attack', 15 15 'Description' => %q{ 16 16 This exploit attacks a fairly ubiquitous flaw in DNS implementations which … … 22 22 additional records sections. Eventually, a guessed ID will match and the 23 23 spoofed packet will get accepted, and due to the additional hostname entry 24 being within ba liwick constraints of the original request the malicious host24 being within bailiwick constraints of the original request the malicious host 25 25 entry will get cached. 26 26 },
