Say I know the IP address of a machine/device which is using a non-standard HTTP port. Is it possible in .NET to scan the ports of said device – not just to find its open ports – but to find the specific port which is used for HTTP?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes you could connect to each port (find the ones that are open), and if it is open you can send a HTTP request to it, if it responds you know that port is open for HTTP.