• 19May
    Categories: software Comments: 0

    net.ultrametrics.qcvs.Visualizer is a console utility for browsing and visualizing modifications in an RCS or CVS source repository.

    Usage

    Usage: Visualizer [cvsroot_1 cvsroot_2 ... cvsroot_n]
    
      optional java parameters are:
    
        -Dmk=author                   organize histograms by author
        -Dmk=path                     organize histograms by module
    
      i.e. java -Dmk=author net.ultrametrics.qcvs.Visualizer CVSROOT
    

    Download

    Browse

     

    note: qcvs requires the fooware CommandLine classes.
    jar files provided are compatible with the jar tool packaged with jdk1.2 and later.

  • 02May

    net.ultrametrics.security.PortScanner is a command-line utility to scan for tcp services on a range of ports on a host or on a range of hosts.

    Usage

      Usage: PortScanner [OPTIONS] hostname [hostname2]
    
        optional parameters are:
    
          -l port# | --low port#        low port number
          -h port# | --high port#       high port number
          -t n     | --threadlimit n    spawn n threads
          -v       | --verbose          verbose output
    
     Concurrently scans, using at maximum the number of threads specified,
     for hosts between 'hostname' and 'hostname2' which are accepting tcp
     connections on ports between the low and high ports specified.
    
     If 'hostname2' is not specified, only 'hostname' is probed.
    
       i.e. java net.ultrametrics.security.PortScanner 10.0.0.0 10.0.0.255

     

    Download

     

    Browse

     

    note: jar files provided are compatible with the jar tool packaged with jdk1.2 and later.