Close

Results 1 to 10 of 10
  1. #1
    DF VIP Member lagigolo's Avatar
    Join Date
    Apr 2005
    Location
    umbongo
    Posts
    784
    Thanks
    306
    Thanked:        76
    Karma Level
    268

    Default recommended free port scan utility

    I need to reset a terminal server remotely, but can't always get in on 3000 (standard used), didn't know if there was any other ports i could try and come in on instead of having to go and manually reboot it. Or suggestions.

  2. #2
    DF Probation polo-g40's Avatar
    Join Date
    Feb 2010
    Location
    Leicester UK
    Posts
    51
    Thanks
    0
    Thanked:        0
    Karma Level
    0

    Default Re: recommended free port scan utility

    WhatupGold is a good free trial application that does all sorts.. SNMP, Portscans etc...

    I'd write one for fun though if I was bored and wanted to learn something..
    I've Used c#, Using System.Net.Sockets & ..Sockets.SocketInformation to do many similar tasks... (I've made a few SMTP servers & RDP Relays, Syslog servers nd all sorts)

    The easiest is to code it the Async way. You can run a for loop and make a new socket do a BeginConnect to each port in the scan and it will call the place you tell the .begin to go when it knows the answer (connected or not). It returns the socket object when it does, and thats where you can check the .Connected to see if it's there... If it is, use .read to send data and use .read to see what it's sending you back...

    Useless probably but I will always extol the virtues of programming and c#..

    Neal

  3. #3
    DF VIP Member lagigolo's Avatar
    Join Date
    Apr 2005
    Location
    umbongo
    Posts
    784
    Thanks
    306
    Thanked:        76
    Karma Level
    268

    Default Re: recommended free port scan utility

    Although it would be a great project, i can't justify anytime to learn and write one at the moment.

    Sorted: now i have to enter an ip-range or a list of ip's i want it too scan.

    What ones should i be searching for???
    Last edited by lagigolo; 27th March 2010 at 01:54 PM.

  4. #4
    DF VIP Member
    psxcity's Avatar
    Join Date
    Jan 2001
    Location
    london/s.wales
    Posts
    781
    Thanks
    72
    Thanked:        88
    Karma Level
    366

    Default Re: recommended free port scan utility

    just goggle "shields up"

  5. #5
    DF VIP Member JonEp's Avatar
    Join Date
    Oct 2007
    Location
    uk
    Posts
    2,250
    Thanks
    1,112
    Thanked:        875
    Karma Level
    395

    Default Re: recommended free port scan utility

    Nmap

    nmap.org

  6. #6
    DF VIP Member Over Carl's Avatar
    Join Date
    Apr 2006
    Location
    London
    Posts
    13,125
    Thanks
    3,975
    Thanked:        1,690
    Karma Level
    1252

    Default Re: recommended free port scan utility

    I used Superscan 4.0 recently, but to get it to work I had to play with the settings and testing against a pc I knew what to expect with.

  7. #7
    DF VIP Member
    unclex's Avatar
    Join Date
    Nov 2000
    Location
    MARS
    Posts
    2,070
    Thanks
    18
    Thanked:        38
    Karma Level
    401

    Default Re: recommended free port scan utility

    Agree SuperScan or Nmap for the more advanced.
    Have Fun.





    U.N.C.L.E. X

    More UNCLEX than last week but less next :woot:

  8. #8
    DF VIP Member c0axial's Avatar
    Join Date
    Feb 2002
    Location
    M44
    Posts
    1,493
    Thanks
    159
    Thanked:        188
    Karma Level
    382

    Default Re: recommended free port scan utility

    scan500.exe / scan1000.exe
    127.0.0.1

  9. #9
    DF Probation polo-g40's Avatar
    Join Date
    Feb 2010
    Location
    Leicester UK
    Posts
    51
    Thanks
    0
    Thanked:        0
    Karma Level
    0

    Default Re: recommended free port scan utility

    Want the code for a simple scanner?
    Neal

  10. #10
    DF VIP Member c0axial's Avatar
    Join Date
    Feb 2002
    Location
    M44
    Posts
    1,493
    Thanks
    159
    Thanked:        188
    Karma Level
    382

    Default Re: recommended free port scan utility

    Quote Originally Posted by polo-g40 View Post
    Want the code for a simple scanner?
    Neal
    TELNET IP PORT !
    127.0.0.1

Similar Threads

  1. GPS for USB/SERIAL Port
    By mladen in forum Cars & Motorbikes
    Replies: 5
    Last Post: 6th December 2002, 07:23 PM
  2. free to air box £60 free delivery ends 30 oct
    By thereaslimshady in forum Cheapskates Corner
    Replies: 3
    Last Post: 30th October 2002, 07:16 PM
  3. port forwarding .. how ???
    By maltloaf in forum PC Problems
    Replies: 2
    Last Post: 14th October 2002, 09:49 PM
  4. scan: driver
    By MAURICEMERSEYSI in forum PC Hardware
    Replies: 0
    Last Post: 10th October 2002, 08:34 AM
  5. Infra red port for laptops
    By Aware in forum PC Hardware
    Replies: 2
    Last Post: 3rd September 2002, 10:35 PM

Social Networking Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •