I am using python I want to spoof srcip address when sending DNS query?
Python code is not neccessary? Even shell command do the purpose.
I tried dig but error comes. eg
$dig -b 10.0.1.1 google.com
dig: isc_socket_bind: address not available
can anyone know how to do it ?
Thanks.