Files
metasploit-gs/modules/auxiliary/spoof
Shubham0699 d3f617bf08 Fix Bailiwicked module exceptions and SRCPORT default
Fixes #20172

Both bailiwicked modules were throwing 'undefined method each for IPAddr'
exceptions due to DNS library changes. Fixed by:

1. Wrapping IPAddr object in array when passing to nameservers parameter
   - Changed nameservers: rr1.address to nameservers: [rr1.address.to_s]
   - Applies to both bailiwicked_domain.rb and bailiwicked_host.rb

2. Changed SRCPORT default from nil to 0 for automatic port selection
   - Prevents validation errors when running modules
   - 0 is the documented value for automatic port selection
2025-11-27 21:19:02 +05:30
..