on my apache server,want to track a particular port through my local pc at home so how is it possible with nmap ,suppose the port number is 3080.
any commands?
on my apache server,want to track a particular port through my local pc at
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.
Have a look at the
tcpdumpcommand:This listening on the
eth2interface (my wireless connection) for outgoing connections to port 3080.And in another shell:
To see the connection attempt:
See also Wireshark