Changeset 5584
- Timestamp:
- 07/23/08 17:47:36 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework3/trunk/modules/auxiliary/spoof/dns/bailiwicked_host.rb
r5583 r5584 50 50 [ 51 51 OptPort.new('SRCPORT', [true, "The target server's source query port (0 for automatic)", nil]), 52 OptString.new('HOSTNAME', [true, 'Hostname to hijack', 'pwned. doxpara.com']),52 OptString.new('HOSTNAME', [true, 'Hostname to hijack', 'pwned.example.com']), 53 53 OptAddress.new('NEWADDR', [true, 'New address for hostname', '1.3.3.7']), 54 54 OptAddress.new('RECONS', [true, 'Nameserver used for reconnaissance', '208.67.222.222']),
