Update receive_packet.py

This commit is contained in:
go-outside-helper 2024-03-14 17:51:13 +01:00 committed by GitHub
parent e9385e3552
commit 01d2e8e9d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "bt3"
__author__ = "Mia Stein"
from scapy.all import *
@ -17,4 +17,4 @@ def srloop_simple():
srloop(IP(dst="www.google.com")/ICMP(), count=3)
if __name__ == '__main__':
srloop_simple
srloop_simple