Information Gathering With Metasploit  




What is Tcp?

hello everyone so in this post we are going to see how to gather information about tcp which is transmission control protocol using metasploit so first let me explain about what is tcp now tcp is a kind of protocol or you can think of this as a way so using this way our data packets are transmitted on the internet also this protocol is using three-way handshake to pass our data on the internet and this is one of the secured protocol nowadays most websites are using this particular protocol which is tcp most probably people are using tcp for running ssh ftp smpp or https and most of the service depends on in the tcp 

 

Now Follow My Steps To Gather Information About Tcp Using Metasploit 


1.First Open Metasploit (type msfconsole in your terminal)

 


2.Type (use auxiliray/scanner/portscan/tcp)

 



3.Type show options (and you will get list of Options That You Can Set)

 

 




4.Set RHOSTS , PORTS , Threads (Threads Is Optional)

  • To Set RHOSTS Type (set RHOSTS (YOUR TARGET IP)

    • To set PORTS Type (Set PORTS (and specify how much ports do you want to scan) FOR EX: if you want to scan for 1000 Type set PORTS 1-1000]) 





       

        

5.Type Run (and you will get all the tcp ports that are open if your target is using tcp)




Post a Comment

Previous Post Next Post