Ports Search

Results 15,24115,250 of 19,819 for %22HTTP Server%22.(0.012 seconds)
security/vnccrack-1.0.0 (Score: 9.2878623E-4)
Fast offline password cracker for VNC passwords
VNCcrack is a fast offline password cracker for VNC passwords. By sniffing a VNC challenge-response sequence off the network (typically when VNC is used without a decent cryptographic wrapper like SSH or SSL), you can recover the password fairly easily and quickly by letting VNCcrack pound on it.
shells/ambit-2.0.39 (Score: 9.2878623E-4)
Extended bash brace expansion to expand hostnames or commands
Ambit, at its simplest, uses Bash Brace Expansion to expand and list hostnames OR commands. First and foremost Ambit is meant to be a general purpose hostlist enumerator to be used by other applications or scripts. Additionally Ambit can be used to manage User Specific as well as System-Wide HostGroups. It can also be used to query Network HostGroups. Finally, Ambit is able to detect when it is expanding a command (rather than a host list), allowing for the command to be expanded and executed synchronously. This means Ambit can expand and run just about anything on the command line and usually works in places where Bash Brace Expansion might fail.
shells/bash-completion-2.1 (Score: 9.2878623E-4)
Programmable completion library for Bash
This is a programmable completion convenience library for the bash(1) shell. It features the ability to tab-complete arguments for many common programs.
shells/ch-7.0.0 (Score: 9.2878623E-4)
Embeddable C/C++ interpreter/shell
Ch is an embeddable C/C++ interpreter for cross-platform scripting, shell programming, 2D/3D plotting, numerical computing, and embedded scripting. Ch is the solution for: * Embedded Scripting * Enterprise * Academic * Plotting and Numerical Computing
shells/dash-0.5.8 (Score: 9.2878623E-4)
POSIX-compliant implementation of /bin/sh
DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as possible. It does this without sacrificing speed where possible. In fact, it is significantly faster than bash (the GNU Bourne-Again SHell) for most tasks.
shells/heirloom-sh-050706 (Score: 9.2878623E-4)
Portable version of OpenSolaris' Bourne Shell
Heirloom-sh is a portable version of OpenSolaris' #!/bin/sh. If one need to write portable shell scripts, this one is excellent for testing them. It is installed as jsh (job shell). Other OpenSolaris user land tools are available in sysutils/heirloom
shells/Bash-Completion-0.008 (Score: 9.2878623E-4)
Extensible system to provide bash completion
bash completion should just work when you install new commands. Bash::Completion is a system to use and write bash completion rules. For end-users, you just need to add this line to your .bashrc or .bash_profile: setup-bash-complete This will load all the installed Bash::Completion plugins, make sure they should be activated and generate the proper bash code to setup bash completion for them. If you later install a new command line tool, and it has a Bash::Completion::Plugin -based plugin, all your new shells will have bash completion rules for it. You can also force immediate setup by running the same command: setup-bash-complete To write a new Bash::Completion plugin, see Bash::Completion::Plugin.
shells/Shell-Perl-0.0022 (Score: 9.2878623E-4)
Read-eval-print loop in Perl
Shell::Perl is the implementation of a simple command-line interpreter for Perl.
shells/Term-ShellUI-0.92 (Score: 9.2878623E-4)
Fully-featured shell-like command line environment
Term::ShellUI uses the history and autocompletion features of Term::ReadLine to present a sophisticated command-line interface to the user. It tries to make every feature that one would expect to see in a fully interactive shell trivial to implement. You simply declare your command set and let ShellUI take care of the heavy lifting.
shells/pdksh-5.2.14p2 (Score: 9.2878623E-4)
The Public Domain Korn Shell
PDKSH is the Public Domain Korn Shell. Its command language is a superset of the sh(1) shell language.