🤬
35 lines | ISO-8859-1 | 923 bytes

UDP server just to receive messages

the focus of this challenge was the server, but without the client you would spend more work to test

https://user-images.githubusercontent.com/32443720/133181445-82ca16e0-a9ff-4eb1-b01a-c21e6dc64be9.mp4

ℹ️ technologies used

  • Python

ℹ️ How use?

# Clone the repository
$ git clone https://github.com/kurogai/100-redteam-projects

# Enter the repository
$ cd 100-redteam-projects/0_UDP_server

# Open a terminal and run
$ python3 UDPserver.py

# Open a new terminal and run
$ python3 UDPclient.py

📚 References

https://www.youtube.com/watch?v=Cr-tPf-MUgI&list=WL&index=12

https://pythontic.com/modules/socket/udp-client-server-example

Developer


Augusto Savi
Please wait...
Page is in error, reload to recover