Changeset 5589
- Timestamp:
- 07/23/08 22:15:59 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework3/trunk/modules/auxiliary/spoof/dns/bailiwicked_domain.rb
r5587 r5589 41 41 [ 42 42 OptPort.new('SRCPORT', [true, "The target server's source query port (0 for automatic)", nil]), 43 OptString.new('DOMAIN', [true, 'The domain to hijack', ' doxpara.com']),43 OptString.new('DOMAIN', [true, 'The domain to hijack', 'example.com']), 44 44 OptString.new('NEWDNS', [true, 'The hostname of the replacement DNS server', nil]), 45 45 OptAddress.new('RECONS', [true, 'Nameserver used for reconnaissance', '208.67.222.222']),
