I'm trying to perform DNS attacks using Pcap library and C code. Currently I can: 1. Read a DNS query 2. Based on the DNS query, create a DNS answer and inject the malicious IP. 3. Inject the fake response back into the network.
While using Wireshark, i can see my packet is successfully injected to the network. Yet the IP address is not changed i.e. on ns lookup, it says 'connection times out;no servers could be reached'. Instead it accepts the actual response from the DNS server.
Any idea why this isn't working? Where could i be going wrong?