79640152

Date: 2025-05-27 09:11:45
Score: 1.5
Natty:
Report link
I have found the solution. The interface is defined via conf.iface. So thats now the correct code: 

ip = IPv6(src=localIpv6 , dst = dstIpv6)
tcp = TCP(sport = localPort, dport = port, flags = "S")
raw = Raw(b"x" * size)
packet = ip / tcp / raw
conf.iface = "eth0"

send(packet, verbose = True) 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: IceLove