mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-26 02:29:07 -04:00
Update receive_packet.py
This commit is contained in:
parent
e9385e3552
commit
01d2e8e9d7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user