Learn how to Make Money Online | Free Tech Magazines
Go4Expert
Go4Expert RSS Feed

Go Back   Programming and SEO Forum >  Go4Expert > Articles / Source Code > Ethical hacking

Discuss / Comment Copy HTML to Clipboard  Copy BBCode to Clipboard  Add to del.icio.us  Add to Google  Digg it  Add to Yahoo !  Add to Windows Live  Add to Facebook  Add to StumbleUpon 
 
Bookmarks Article Tools Search this Article Display Modes

How to check for open Ports

By GreenGrass GreenGrass is offline

On 18th July, 2008
How to check for open Ports

ADVERTISEMENT
Show Printable Version Email this Page Subscription Add to Favorites Copy How to check for open Ports link

Author

GreenGrass ( Ambitious contributor )

Yet to provide details about himself


All articles By GreenGrass

Recent Articles

Similar Articles

Here i am going to show you an easy way to check for open ports on your system. This can simple be checked by typing "netstat -a" in command prompt. I will tell why how you can check your result.

Step 1:

Open up command prompt. Press "START" and "RUN" type "cmd" and use the command "netstat -a"
Now you will get up a list so showing you poeple so are connected to your computer. This list will look like this.

Proto: TCP
Local Address: thiscomputer3123:1031
Foreign Address: thiscomputerhaha342:ftp
State: ESTABLISHED

"Proto" showes what Protocol it is in this case it is (Transmission Control Protocol) TCP.
"Local Address" This is your computer also you see a number behind your computer name. 1031 this is the port so is used by your computer.
"Foreign Address" This is the Remote computer and the port is ftp. (File Transfer Protocol) so the port is 21 since the Default port to FTP is 21.
"State" This showes you if the computer is connected to you or not. ESTABLISHED means that it is connected to you.

So now you know how to read the result. Lets go to Step 2.

Step 2:

Ports:

0 - 1023 = This ports are used by "Services"
1024 - 49151 = This ports are used by "Network" ect Your Internet Browser and E-Mail clients.
49152 - 65535 = This ports are used by private users they are rarly used so this may indicate that you are infected with something.

Step 3:
You can easy check out the ports just with do a google search. Open up your "Internet Browser" type "www.google.com" in the address bar and type in ect "Port 1031" now it will give you sites about the "1031 port" or you may search for Trojan Horse port list or something like that to check out if the port is a Trojan Horse.
Old 07-19-2008, 05:26 AM   #2
BSTU.UOK
Go4Expert Member
 
BSTU.UOK's Avatar
 
Join Date: May 2008
Location: Syrian Arab republic
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
BSTU.UOK is on a distinguished road

Re: How to check for open Ports


thx alot for giving such important information......
__________________
و أنا أشهد أن لا إله إلا الله وحده لا شريك له رضيت بالله ربا و باالإسلام دينا و بمحمد صلى الله عليه و سلم نبيا و رسولا..........
BSTU.UOK is offline   Reply With Quote
Old 07-19-2008, 05:34 AM   #3
GreenGrass
Ambitious contributor
 
GreenGrass's Avatar
 
Join Date: Jul 2008
Location: Norway
Posts: 123
Thanks: 0
Thanked 2 Times in 1 Post
Rep Power: 2
GreenGrass is on a distinguished road
Send a message via MSN to GreenGrass

Re: How to check for open Ports


Thanks mate..
GreenGrass is offline   Reply With Quote
Old 07-21-2008, 10:03 PM   #4
faizulhaque
Skilled contributor
 
faizulhaque's Avatar
 
Join Date: May 2008
Location: Karachi
Posts: 217
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 2
faizulhaque is on a distinguished road
Send a message via Yahoo to faizulhaque

Re: How to check for open Ports


Gr8 Work, would u also tell know i know that my victim port is on and which one is on.

means finding of ports of Vistim Sys.
__________________
If you start judging people you will
be having no time to love them.....
faizulhaque is offline   Reply With Quote
Old 07-22-2008, 06:08 AM   #5
Alt+Ctrl
Go4Expert Member
 
Join Date: Apr 2008
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Alt+Ctrl is on a distinguished road

Re: How to check for open Ports


Trace open ports of victim's IP address
Alt+Ctrl is offline   Reply With Quote
Old 07-22-2008, 09:23 PM   #6
faizulhaque
Skilled contributor
 
faizulhaque's Avatar
 
Join Date: May 2008
Location: Karachi
Posts: 217
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 2
faizulhaque is on a distinguished road
Send a message via Yahoo to faizulhaque

Re: How to check for open Ports


yes i want to trace the victom's system through ip or any others way.
__________________
If you start judging people you will
be having no time to love them.....
faizulhaque is offline   Reply With Quote
Old 07-29-2008, 01:10 PM   #7
evilone
Newbie Member
 
Join Date: Jul 2008
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
evilone is on a distinguished road

Re: How to check for open Ports


very good information....Thanks for sharing.....till now i dont know how to check this...
evilone is offline   Reply With Quote
Old 07-29-2008, 02:54 PM   #8
GreenGrass
Ambitious contributor
 
GreenGrass's Avatar
 
Join Date: Jul 2008
Location: Norway
Posts: 123
Thanks: 0
Thanked 2 Times in 1 Post
Rep Power: 2
GreenGrass is on a distinguished road
Send a message via MSN to GreenGrass

Re: How to check for open Ports


Thanks mate..
GreenGrass is offline   Reply With Quote
Old 08-12-2008, 10:57 PM   #9
Dopeman1992
Go4Expert Member
 
Join Date: Apr 2008
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
Dopeman1992 is on a distinguished road

Re: How to check for open Ports


faizulhaque:

I think 'Nmap' would be an answer to your question. You can download it from insecure.org
Dopeman1992 is offline   Reply With Quote
Old 08-13-2008, 02:40 PM   #10
faizulhaque
Skilled contributor
 
faizulhaque's Avatar
 
Join Date: May 2008
Location: Karachi
Posts: 217
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 2
faizulhaque is on a distinguished road
Send a message via Yahoo to faizulhaque

Re: How to check for open Ports


Not Working if any firwall or Kaspersky IS is on..
Already Checked it.
__________________
If you start judging people you will
be having no time to love them.....
faizulhaque is offline   Reply With Quote
Discuss / Comment Copy HTML to Clipboard  Copy BBCode to Clipboard  Add to del.icio.us  Add to Google  Digg it  Add to Yahoo !  Add to Windows Live  Add to Facebook  Add to StumbleUpon 


Currently Active Users Reading This Article: 1 (0 members and 1 guests)
 
Article Tools Search this Article
Search this Article:

Advanced Search
Display Modes
Bookmarks

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads / Articles
Thread Thread Starter Forum Replies Last Post
Ethical Hacking Class Part 3 XXxxImmortalxxXX Ethical hacking 11 04-14-2009 03:30 PM
How to check for viruses GreenGrass Windows 6 04-05-2009 09:00 PM
Ethical Hacking Class part 2 XXxxImmortalxxXX Ethical hacking 7 07-11-2008 10:55 AM
Linux Ports SpOonWiZaRd Unix / Linux 0 02-15-2008 03:24 AM
The Importance Of Background Check Mr.Bridge Chit-Chat 4 08-30-2007 06:03 PM

 

All times are GMT +5.5. The time now is 04:52 AM.