mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-02 06:46:07 -04:00
socket ready: udp server, readme
This commit is contained in:
parent
183bf44e32
commit
f4d51beb08
4 changed files with 707 additions and 2 deletions
|
@ -7,7 +7,7 @@ import socket
|
|||
|
||||
# Defining constants
|
||||
HOST = '127.0.0.1'
|
||||
PORT = 80
|
||||
PORT = 9000
|
||||
DATA = 'AAABBBCCC'
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue