Scapy: Change the source IP address of the first packet found in X to 127.0.0.1 and then submit this modified packet

后端 未结 0 839
挽巷
挽巷 2020-12-12 19:39

I\'m trying to do:

X[0][IP].src = "127.0.0.1"

I however get an error saying:

keyword can\'t be an expression
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题