Changeset 5587
- Timestamp:
- 07/23/08 21:40:48 (1 month ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework3/trunk/modules/auxiliary/spoof/dns/bailiwicked_host.rb
r5586 r5587 34 34 [ 'URL', 'http://www.caughq.org/exploits/CAU-EX-2008-0002.txt' ], 35 35 ], 36 'Privileged' => true,37 'Targets' =>38 [39 ["BIND",40 {41 'Arch' => ARCH_X86,42 'Platform' => 'linux',43 },44 ],45 ],46 36 'DisclosureDate' => 'Jul 21 2008' 47 37 )) … … 133 123 xids = datastore['XIDS'].to_i 134 124 newttl = datastore['TTL'].to_i 135 xidbase = rand(65536 )125 xidbase = rand(65536-xids) 136 126 137 127 domain = hostname.match(/[^\x2e]+\x2e[^\x2e]+\x2e$/)[0]
