Alexander01
Mar 31 2004, 02:00 PM
I'm looking for a portscanner that scans a range of ip's and tells the status of a port.. so this means, also when there is nothing running on that port!
IP1 - Refused
IP2 - Timed-out
IP3 - Can't resolve hostname
IP4 - Listening! Banner: 220 Serv-U FTP..
IP5 - .......
...............................
ect..
is there such scanner like this?
EXPLOiTED
Mar 31 2004, 02:34 PM
yea that would be cool..something like
Scan -host IP-IP -p PORT-PORT
then it can reply if the ports ARE Open\Stealthed\ or Closed.....
Liquidess_Shade
Mar 31 2004, 02:37 PM
One obvious solution is to create a port scanner. You can find simple tutorials online on how to make one in Visual Basic. However, I think the tool that might interest you would be Angry IP Scanner available at: www.angryziber.com/ipscan
I've used it before, and LOVE it. Small and reliable, and good.
Anyways, just my suggestion. Hope it helps, if that's not it, maybe you can get someone here to code one for you. You just want it to scan an IP Range and tell what services the port it running right?
L_S
andydis
Mar 31 2004, 02:43 PM
greetz
u mite be able to make it urself in abatch..... use mkque.exe (do a search) and that will create a list of ips for you to scan against.
2nd step would be to get a proggie (maybe slscanner) am not sure aboutr this 2nd part wat other porggies to use to test each of those ip's againt a port u specify.
ill have a look into it, meantime if anybody knnows what scanner can scan a list of ips (scan.txt) for manually enetred ports (not scan500.exe), but it has to be command line.
worth thinking about.
3rd step would be to be like to scan for the banners on each of the ip's that had the specified port open and grab them
kronk
Mar 31 2004, 04:05 PM
The program you seek already exists and is open source. It's called nmap. It is available at
http://www.insecure.org/.
Skyliner
Mar 31 2004, 04:15 PM
xscan can also good portscanning
Alexander01
Mar 31 2004, 04:46 PM
i cannot get nmap working, ive tried over 7 different syntaxes but i always get this:
# nmap 3.50 scan initiated Wed Mar 31 18:55:28 2004 as: nmap -v -O -p 21 -oG 9.l sP 131.155.0.0 131.156.0.0
# Ports scanned: TCP(1;21) UDP(1;21) PROTOCOLS(1;21)
Host: 131.155.0.0 () Ports: 21/filtered/tcp//ftp///
Host: 131.156.0.0 () Status: Down
# Nmap run completed at Wed Mar 31 18:55:51 2004 -- 2 IP addresses (1 host up) scanned in 22.344 seconds
Icarus
Mar 31 2004, 04:59 PM
try sl scan by foundstone its a banner scan and other
kronk
Mar 31 2004, 07:39 PM
Seems the commands you should be using for the nmap scan should be
nmap -v -O -p 21 -oG 9.l sP 131.155.0.0-131.156.254.254
to cover the full range.
The ScanLine tool from foundstone (www.foundstone.com) is also an excellent choice and supports banner display well.
Alexander01
Mar 31 2004, 07:52 PM
Starting nmap 3.50 (
http://www.insecure.org/nmap ) at 2004-03-31 22:03 Central Europe Daylight Time
Invalid caracter in host specification.
QUITTING!
digitalk2003
Mar 31 2004, 07:58 PM
If you have admin rights to the box that you are scanning from, I'd advise looking into and getting Retina's Iris or GFI's LANGuard Security Scanner. Retina is a trial and you can get LANGuard for free for non-commercial uses.
Outside of this, I'd recommend Nmap.

Ciau...
digitalk2003
omol
Apr 1 2004, 10:06 AM
ip-tools dose exactly what your looking for and is one hell of a tool, i recomend looking at this.
chars then.
kronk
Apr 1 2004, 01:47 PM
Your right Alexander01. That doesn't work. It should be
nmap -v -O -p 21 -oG 9.l 131.155-156.1-254.1-254
remember to use -sP not just sP. Also, you cannot use the -sP option with -O, as OS detection won't work with -sP.
LoRdi2k4
Apr 2 2004, 05:00 PM
Nmapwin is simpler to use
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.