mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-02 14:56:10 -04:00
Update udp_server.py
This commit is contained in:
parent
a5549318f0
commit
10c2e06152
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
__author__ = "bt3"
|
||||
__author__ = "Mia Stein"
|
||||
|
||||
import socket
|
||||
|
||||
|
@ -19,4 +19,4 @@ def udp_server():
|
|||
print data
|
||||
|
||||
if __name__ == '__main__':
|
||||
udp_server()
|
||||
udp_server()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue