Offizieller Command Line Port Scanner von Microsoft :-)
Geizhals » Forum » Security & Viren » Offizieller Command Line Port Scanner von Microsoft :-) (12 Beiträge, 252 Mal gelesen) Top-100 | Fresh-100
Du bist nicht angemeldet. [ Login/Registrieren ]
Offizieller Command Line Port Scanner von Microsoft :-)
18.11.2002, 12:53:27
Yesterday during a session of Mark Minasi at the conference in Orlando, Mark mentioned this tool:

PortQry Command Line Port Scanner

Portqry.exe is a command-line utility that you can use to help troubleshoot TCP/IP connectivity issues. Portqry.exe runs on Windows 2000-based computers. The utility reports the port status of TCP and UDP ports on a computer you choose.

Examples
portqry -n reskit.com -p tcp -e 25

The preceding command attempts to resolve "reskit.com" to an IP address and query TCP port 25 on the corresponding host.

portqry -n 169.254.0.11 -p tcp -o 143,110,25 -l portqry.log

The preceding command attempts to resolve "169.254.0.11" to a host name and then query TCP ports 143,110, and 25 (in that order) on the host you chose. This command also creates a log file (Portqry.log) that contains a log of the command you ran and its output.

portqry -n myserver -p udp -r 135:139 -l myserver.txt

The preceding command attempts to resolve "myserver" to an IP address and query the specified range of UDP ports (135-139) in sequential order on the corresponding host. This command also creates a log file (Myserver.txt) that contains a log of the command you ran and its output.

For More Information - http://support.microsoft.com/support/misc/kblookup.asp?id=Q310099  

Download:
http://download.microsoft.com/download/win2000adserv/Utility/1.0/NT5/EN-US/PortQry.exe


  • Es ist keine Schande, nichts zu wissen, wohl aber, nichts lernen zu wollen.

        --  Platon
  • Antworten PM Übersicht Chronologisch
     
    Melden nicht möglich
    .
    Re: Offizieller Command Line Port Scanner von Microsoft :-)
    19.11.2002, 12:53:01
    pfunziwunzifunztatatut :o)

    C:\TEMP\temp>portqry -?

    Displays the state of TCP and UDP ports.

    PortQry Usage:
    portqry -n server [-p protocol] [-e || -r || -o endpoint(s)]
            [-l logfile] [-s] [-i] [-q]

    Where:
            -n [server] IP address or name of server to query
            -p [protocol] TCP or UDP or BOTH (default is TCP)
            -e [endpoint] single port to query (valid range: 1-65535)
            -r [end point range] range of ports to query (start:end)
            -o [end point order] range of ports to query in an order (x,y,z)
            -l [logfile] name of log file to create
            -s 'slow link delay' waits longer for UDP replies from remote systems
            -i by-passes default IP address-to-name lookup
               ignored unless an IP address is specified after -n
            -q 'quiet' operation runs with no output
               returns 0 if port is listening
               returns 1 if port is not listening
               returns 2 if port is listening or filtered

    Notes:
            PortQry runs on Windows 2000 and later
            Defaults: TCP, port 80, no log file, slow link delay off
            Hit Ctrl-c to terminate prematurely

    examples:
    portqry -n myserver.com -e 25
    portqry -n 10.0.0.1 -e 53 -p UDP -i
    portqry -n host1.dev.reskit.com -r 21:445
    portqry -n 10.0.0.1 -o 25,445,1024 -p both


    C:\TEMP\temp>


    Antworten PM Übersicht Chronologisch Zum Vorgänger
     
    Melden nicht möglich
     

    Dieses Forum ist eine frei zugängliche Diskussionsplattform.
    Der Betreiber übernimmt keine Verantwortung für den Inhalt der Beiträge und behält sich das Recht vor, Beiträge mit rechtswidrigem oder anstößigem Inhalt zu löschen.
    Datenschutzerklärung