Python3 DNS请求

  • python3 伪造dns请求

    Python 3伪造DNS请求可以通过scapy库实现,,“`python,from scapy.all import *,dns_query = IP(dst=”8.8.8.8″)/UDP(dport=53)/DNS(qd=[DNSQR(qname=”example.com”)]),send(dn

    2025年7月14日
    0