EvilZone

Community => General discussion => Topic started by: han+l@f√ on January 28, 2014, 06:25:49 PM

Title: Port No. 7
Post by: han+l@f√ on January 28, 2014, 06:25:49 PM
Port no. 7 which is used for ping the other machine... Why this port information is not showed while port scanning
Title: Re: Port No. 7
Post by: proxx on January 28, 2014, 06:33:05 PM
Port no. 7 which is used for ping the other machine... Why this port information is not showed while port scanning

You ping over port 7?
You also know that ICMP does not deal with ports?
Title: Re: Port No. 7
Post by: han+l@f√ on January 28, 2014, 06:47:50 PM
You not getting my question... My ques is... When we check open ports of other machine using nmap commands ..it shows all open port info but port 7 not why., though it is open..

Thank u
Title: Re: Port No. 7
Post by: Kulverstukas on January 28, 2014, 07:08:57 PM
You not getting my question... My ques is... When we check open ports of other machine using nmap commands ..it shows all open port info but port 7 not why., though it is open..

Thank u
How do you know it's open if it doesn't show up?
Title: Re: Port No. 7
Post by: proxx on January 28, 2014, 07:09:23 PM
You not getting my question... My ques is... When we check open ports of other machine using nmap commands ..it shows all open port info but port 7 not why., though it is open..

Thank u
Well I would suggest reading up on the IP prot because ping does not use ports.
Also which command did you use to scan ? that is kinda important, then again rtfm.
Title: Re: Port No. 7
Post by: han+l@f√ on January 28, 2014, 07:20:32 PM
Thanxx proxx....

Can u send me the link please.... Where i can clear my doubt
Title: Re: Port No. 7
Post by: proxx on January 28, 2014, 08:00:29 PM
http://www.amazon.com/TCP-Illustrated-Vol-Addison-Wesley-Professional/dp/0201633469
Title: Re: Port No. 7
Post by: RedBullAddicted on January 29, 2014, 07:19:32 AM
lol :) Proxx is absolutely right. You just need to have a look at the osi model. ICMP operates on layer 3 and TCP/UDP on layer 4.

http://en.wikipedia.org/wiki/Internet_Control_Message_Protocol
http://en.wikipedia.org/wiki/OSI_model

And another one for you:
http://en.wikipedia.org/wiki/Echo_Protocol

TCP/UDP 7 is the echo protocol and has nothing to do with the icmp message type 8 (icmp echo request).