DNS Amplification Lab - Zacham17/my-tech-journal GitHub Wiki
Summary
In this lab, I used SCAPY and python to perform DNS amplification.
New things I learned/useful information
- I lerned about using SCAPY and also how to use python in linux
- Something worth noting is that I had to use the
python3
command instead ofpython
. I am unsure why this is the case, but it is what I ended up needing to do in order for the script to run correctly - I also captured the DNS query and response packets in wireshark and analyzed their contents. Something worth noting is how large the packet sent are. In my case, the response packet was 518 bytes.