Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

network port checking software?

Thread Tools
 
Search this Thread
 
Old 29 October 2003, 06:36 PM
  #1  
suba
Scooby Regular
Thread Starter
 
suba's Avatar
 
Join Date: Mar 2000
Posts: 2,462
Likes: 0
Received 0 Likes on 0 Posts
Question

i need a software that will check if a port on a network is blocked or open.
Old 29 October 2003, 06:36 PM
  #2  
SJ_Skyline
Scooby Senior
 
SJ_Skyline's Avatar
 
Join Date: Apr 2002
Location: Limbo
Posts: 21,922
Likes: 0
Received 1 Like on 1 Post
Wink

shadow security scanner

(but don't say I told you!)
Old 29 October 2003, 11:42 PM
  #3  
tuffer
Scooby Regular
 
tuffer's Avatar
 
Join Date: Oct 2002
Posts: 184
Likes: 0
Received 0 Likes on 0 Posts
Post

Telnet IP address port number

Telnet xxx.xxx.xxx.xxx 80 if you get a banner back then the port is open, this is not fool proof but a hasty check.
Old 30 October 2003, 12:44 AM
  #4  
Gedi
Scooby Regular
 
Gedi's Avatar
 
Join Date: Jan 2003
Posts: 932
Likes: 0
Received 0 Likes on 0 Posts
Post

telneting in will not always give true feedback. Its protocol dependant and not all software will feed banners, so banner grabbing becomes usless.

If your not looking for stealth, a simple 3 way TCP connection will do what you after. This can be done with all port scanners. If your on windows, I can recomend superscan by foundstone. If your running a unix like OS, nmap is the boy.

If your looking for stealth, (i.e. not normally logged) then consider making an SYN connection. The server will reply with an SYN/ACK and then you supply an RST. Because the full connection is not made, its not normally logged. nmap will require root privlidges. Not sure about superscan on windows as I have never ran it as a regular user, only as admin.
Old 30 October 2003, 01:06 AM
  #5  
tuffer
Scooby Regular
 
tuffer's Avatar
 
Join Date: Oct 2002
Posts: 184
Likes: 0
Received 0 Likes on 0 Posts
Post

As I said not fool proof but a hasty check.

If he had access to nmap he would not be asking.

If you can get a Linux box then get the latest version of nmap and use the -sV switch and this will try and determine the version of service running.
Old 30 October 2003, 08:10 AM
  #6  
Gedi
Scooby Regular
 
Gedi's Avatar
 
Join Date: Jan 2003
Posts: 932
Likes: 0
Received 0 Likes on 0 Posts
Post

He might have been on a Linux box and not realise he had a tool called nmap on there. Many people run Linux and don't know the the potential of the tools that are normally packaged on there by the distro's. Also a port of nmap is now available for winblows, I have not used it extensively, but it seems to run pretty well.

The service fingerprinting feature in the latest release is pretty good. I have fiddled around with it, trying to confuse it etc, and it seems pretty robust.
Only problem with it is that it creates a full TCP connection. Not particullary stealthy.
If your not looking to be stealthy, your generally running on your own network, in which case, you should know what services are running anyway.
Old 30 October 2003, 08:41 AM
  #7  
DJ Dunk
Moderator
Support Scoobynet!
iTrader: (5)
 
DJ Dunk's Avatar
 
Join Date: Nov 2001
Location: Not all those who wander are lost
Posts: 17,863
Received 0 Likes on 0 Posts
Post

If you mean checking for ports that are open to the internet then try the Shields Up Port Scan.

[Edited by DJ Dunk - 10/30/2003 8:42:07 AM]
Old 30 October 2003, 10:22 AM
  #8  
Gedi
Scooby Regular
 
Gedi's Avatar
 
Join Date: Jan 2003
Posts: 932
Likes: 0
Received 0 Likes on 0 Posts
Post

that will only test a certain pre-deffined set of ports, and can only be launched from the target machine.
Old 30 October 2003, 10:26 AM
  #9  
DJ Dunk
Moderator
Support Scoobynet!
iTrader: (5)
 
DJ Dunk's Avatar
 
Join Date: Nov 2001
Location: Not all those who wander are lost
Posts: 17,863
Received 0 Likes on 0 Posts
Post

Indeed, but we haven't been given a great deal of info to go on have we, so just making suggestions
Old 30 October 2003, 10:30 AM
  #10  
Gedi
Scooby Regular
 
Gedi's Avatar
 
Join Date: Jan 2003
Posts: 932
Likes: 0
Received 0 Likes on 0 Posts
Post

lol, true.

Were all gettin stuck into this thread, and the originator has hardly given us any information to start with, or even been back to post a reply.

Maybe we get too involved sometimes....hehe.
Old 30 October 2003, 10:31 AM
  #11  
DJ Dunk
Moderator
Support Scoobynet!
iTrader: (5)
 
DJ Dunk's Avatar
 
Join Date: Nov 2001
Location: Not all those who wander are lost
Posts: 17,863
Received 0 Likes on 0 Posts
Post

LOL

Come on suba, help us out here
Old 31 October 2003, 07:59 AM
  #12  
suba
Scooby Regular
Thread Starter
 
suba's Avatar
 
Join Date: Mar 2000
Posts: 2,462
Likes: 0
Received 0 Likes on 0 Posts
Smile

what i am trying to do is to scan for port 6080 if it is blocked from the work network coz i am unable to connect to one of the internet site that does data streaming (live feed). according to the firewall people, that port is not blocked!

i have also checked with the tech support of the website i am trying to access and they say i need port 6080. i can access the website when i use dialup via an ISP coz that is outside the work network, so i know the website is working.

so all i want is to find out if port 6080 is blocked within the company network.
Old 31 October 2003, 08:15 AM
  #13  
Gedi
Scooby Regular
 
Gedi's Avatar
 
Join Date: Jan 2003
Posts: 932
Likes: 0
Received 0 Likes on 0 Posts
Post

How big is the company?
Most larger companies will normally use a proxy server. Everything will be dependant on the rulebase your the proxy and how your browser is set up.

Are you on windows? I'm gonna guess windows otherwise you'd know everything we've already said.
For ease, grab this tool http://www.foundstone.com/resources/...superscan4.zip and check that port. Its easy to configure, or as already said just try telnetting : telnet <firewall/proxy> <port>

If you can't install due to low privlidges, see if you can get hold of a copy of perl....I wrote you a quick perl scanning tool...hehe, I was bored!!!!

#!/usr/bin/perl

use IO::Socket;
my ( $target, $port, $maxport );

$maxport=1024; $port=0; #defaults

( $target = $ARGV[0] ) || &error;
$port=$ARGV[1] if $ARGV[1];
$maxport=$ARGV[2] if $ARGV[2];

print "Scanning : $target ports $port to $maxport\n";
foreach (; $port<=$maxport; $port++) {
print "\nPort $port is open" if ( IO::Socket::INET->new(PeerAddr=>"$target:$port",Proto=>'tc p',Timeout=>1));
}
print "\nFinished\n";
exit;

sub error {
print "PScan\nPScan server [ start-port ¡ end-port ]\n";
exit;
}

forgot so say, the syntax will be:
perl scan.pl <target> <start port> <end port>



[Edited by Gedi - 10/31/2003 11:10:52 AM]
Old 31 October 2003, 09:06 AM
  #14  
DJ Dunk
Moderator
Support Scoobynet!
iTrader: (5)
 
DJ Dunk's Avatar
 
Join Date: Nov 2001
Location: Not all those who wander are lost
Posts: 17,863
Received 0 Likes on 0 Posts
Wink

Try this
Old 31 October 2003, 09:13 AM
  #15  
Gedi
Scooby Regular
 
Gedi's Avatar
 
Join Date: Jan 2003
Posts: 932
Likes: 0
Received 0 Likes on 0 Posts
Post

Ahh, I see that Mr. over reaction Gibson has included new features
Nice

Suba, you need to verify exactly what you need. The method I gave and the method DJ Dunk gave are both correct, but do very different things.

My method will check your gateway to see if you can make connections to port 6080 on an WAN. Dunks method will check if connections can be made to port 6080 on your gateway

[Edited by Gedi - 10/31/2003 9:16:57 AM]
Old 31 October 2003, 10:50 AM
  #16  
suba
Scooby Regular
Thread Starter
 
suba's Avatar
 
Join Date: Mar 2000
Posts: 2,462
Likes: 0
Received 0 Likes on 0 Posts
Thumbs up

nice one. will give them a try.

a bit more info, internet connection on the company LAN is via proxy servers. desktop are windows XP.
Old 31 October 2003, 11:29 AM
  #17  
Gedi
Scooby Regular
 
Gedi's Avatar
 
Join Date: Jan 2003
Posts: 932
Likes: 0
Received 0 Likes on 0 Posts
Post

LOL, thats not the info were looking for.....anyway, I just checked into this streaming this (which is pretty new to me) and it appears its a straight forward connection....therefore, you need to connect to 6080 on their server (not the other way as some services like FTP do)

Therefore, using GRC will not work.

You need to make sure your admin team will allow HTTP requests through port 6080 on the proxy. This must be transparent. Scanning alone will not give you all your answers. Just because a port is open doesn't mean it will allow connections through it.
e.g. your proxy will allow HTTP requests through port 80, but not FTP, even if the FTP server is listening on port 80
Old 31 October 2003, 12:35 PM
  #18  
suba
Scooby Regular
Thread Starter
 
suba's Avatar
 
Join Date: Mar 2000
Posts: 2,462
Likes: 0
Received 0 Likes on 0 Posts
Post

checked with the firewall team and they said port 6080 is not blocked! they gonna work with the people on the website that i am trying to access now.
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
KAS35RSTI
Subaru
27
04 November 2021 07:12 PM
greg320
Non Car Related Items For sale
6
11 October 2015 11:44 AM
Brzoza
Engine Management and ECU Remapping
1
02 October 2015 05:26 PM
Ganz1983
Subaru
5
02 October 2015 09:22 AM
thunder8
General Technical
0
01 October 2015 09:13 PM



Quick Reply: network port checking software?



All times are GMT +1. The time now is 09:09 PM.