InterviewSolution
Saved Bookmarks
| 1. |
Can I Create Corrupted Packets? |
|
Answer» Yes. You can BUILD any PACKET you like using Scapy. HOWEVER, there is no way to create corrupted L1 fields (Like Ethernet FCS), SINCE these are usually handled by the NIC HARDWARE. Yes. You can build any packet you like using Scapy. However, there is no way to create corrupted L1 fields (Like Ethernet FCS), since these are usually handled by the NIC hardware. |
|