Gathering Info About UDP Protocol

 


 

What Is UDP?

so let's see what is udp now now compared to tcp udp is lightweight but it can also run so many services but this protocol will not use any three-way handshake like tcp it just use one-way handshake now what i mean by one way handshake it just sends source packet to destination but it will not wait for any reply for example you can take walkie talkie as an example here is person a and person b now walkie talkie is an one-way communication device when person a try to speak something it will just send the data to person b using frequencies and it will not wait for any reply now when person b try to speak something it will just send the data to person a using frequencies and this will not wait for any reply so this is how udp is working and this is the best example that i can give for you to understand 

 

Now Lets See How To Gather Info About UDP Using Metasploit 


1.Open Metasploit (open your terminal type msfconsole)



2.Type use auxiliary/scanner/discovery/udp_sweep




3.set RHOSTS and THREADS (ex: set rhosts (your target ip))




4.Type run (and you will get some info about udp protocol)

note: before running attack first verify that your target is using udp protocol or not





Check Out the video on my channel






Post a Comment

Previous Post Next Post