Giter Club home page Giter Club logo

batukapicioglu / python-udp-sender Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 4 KB

This Python script allows users to send UDP requests to a specified server. It provides a simple command-line interface for users to enter the source port number, destination IP address, destination port number, and the message to send.

Python 100.00%
bypass package sender tryhackme udp udp-client udp-protocol udp-sender udp-server tryhackme-bypass tryhackme-udp

python-udp-sender's Introduction

Description: This Python script allows users to send UDP requests to a specified server. It provides a simple command-line interface for users to enter the source port number, destination IP address, destination port number, and the message to send. The script utilizes the socket library for UDP communication and provides visual feedback using the tqdm library while the request is being sent. Upon receiving a response from the server, it prints the response message to the console. This script is useful for testing UDP communication or sending simple UDP requests to servers.

Features:

  • Send UDP requests to a specified server.
  • Visual feedback using tqdm during the request sending process.
  • Print response messages from the server.
  • Simple command-line interface for user interaction.

Usage:

  1. Run the script.
  2. Enter the required information when prompted (source port, destination IP address, destination port, message).
  3. View the progress bar as the request is being sent.
  4. View the response message from the server.

Dependencies:

  • Python 3.x

  • tqdm library

    Installation

   git clone https://github.com/batukapicioglu/Python-UDP-Sender.git
   sudo apt-get update
   sudo apt-get install python3
   pip install tqdm
   sudo chmod +x UDP-SENDER.py
   sudo python3 UDP-SENDER.py
   

Sample Laboratory Environment:

python-udp-sender's People

Contributors

batukapicioglu avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.