mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-02 14:56:10 -04:00
Update receive_packet.py
This commit is contained in:
parent
e9385e3552
commit
01d2e8e9d7
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue