I'm using Backtrack on my virtual machine (Host: Windows 7).. Primarily, I'm having problems sending packets using Scapy..Using the send() and sendp() function, I'm only able to send crafted packets on the loopback interface. I need to send them wirelessly (I have got an external WLAN card of DLink).
When I use send() function, it says "sent x packets" but When I start my packet sniffer (Wireshark) on the same interface (monitor iface on wlan0), nothing gets captured.
Can anyone help identify the problem?
Thanks