Ports Search

Results 8,6118,620 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
security/net-scp-1.2.1 (Score: 7.851118E-5)
Non-interactive SCP processing
Net::SCP is a pure-Ruby implementation of the SCP protocol. This operates over SSH (and requires the Net::SSH library), and allows files and directory trees to copied to and from a remote server. * Transfer files or entire directory trees to or from a remote host via SCP * Can preserve file attributes across transfers * Can download files in-memory, or direct-to-disk * Support for SCP URI's, and OpenURI
security/net-ssh-3.1.1 (Score: 7.851118E-5)
Non-interactive SSH processing
Net::SSH is a pure-Ruby implementation of the SSH2 client protocol. It supports the following features: - User authentication via explicit username/password, or using a public-key/private-key pair. - Port forwarding, both from the local host to a remote computer via the remote host, and from the remote host to the local host. - Execute processes on the remote machine, both interactively and non-interactively ("batch").
security/skipfish-2.10b (Score: 7.851118E-5)
Fully automated, active web application security reconnaissance tool
A fully automated, active web application security reconnaissance tool. Key features: * High speed: pure C code, highly optimized HTTP handling, minimal CPU footprint - easily achieving 2000 requests per second with responsive targets. * Ease of use: heuristics to support a variety of quirky web frameworks and mixed-technology sites, with automatic learning capabilities, on-the-fly wordlist creation, and form autocompletion. * Cutting-edge security logic: high quality, low false positive, differential security checks, capable of spotting a range of subtle flaws, including blind injection vectors.
shells/sash-3.8 (Score: 7.851118E-5)
Stand-Alone shell combining many common utilities
SASH (Stand-Alone SHell) It is a nice combination of bare-bones shell and a dozen or so most useful Unix commands. Shell includes: echo pwd cd mkdir mknod rmdir sync rm chmod chown chgrp touch mv ln cp cmp more exit setenv printenv umask kill where Commands include: dd ed grep gzip ls tar file find mount chattr SASH is a port from Linux version (David Bell) by Andrzej Bialecki
sysutils/deltarpm-3.6 (Score: 7.851118E-5)
Tool that generates delta RPMs
DeltaRPM is a tool that generates RPMs that contains the difference between an old and a new version of an RPM. This makes it possible to recreate the new RPM from the deltarpm and the old one. You don't have to have a copy of the old RPM, as it can also work with installed RPMs. The package also contains tools for creating and applying delta ISOs.
sysutils/flashrom-0.9.9 (Score: 7.851118E-5)
Utility for reading, writing, verifying, and erasing flash ROM chips
flashrom is a utility for detecting, reading, writing, verifying and erasing flash chips. It is often used to flash BIOS/EFI/coreboot/firmware images in-system using a supported mainboard, but it also supports flashing of network cards (NICs), SATA controller cards, and other external devices which can program flash chips. It supports a wide range of DIP32, PLCC32, DIP8, SO8/SOIC8, TSOP32, and TSOP40 chips, which use various protocols such as LPC, FWH, parallel flash, or SPI.
sysutils/ec2-scripts-1.10 (Score: 7.851118E-5)
Startup scripts for FreeBSD/EC2 environment
This package provides boot scripts used to enable FreeBSD to run on the Amazon EC2 cloud computing platform. These include: * Downloading the SSH public key which will be used to log in to a newly-launched virtual machine, * Printing SSH host key fingerprints to the console in a standard format used by other EC2 images, * Automatically configuring swap space on EC2 "ephemeral" disks, and * Sending email when an virtual machine first boots and when rebooting after a kernel panic.
sysutils/enteruser-1.0 (Score: 7.851118E-5)
Extensible script for adding new users
Enteruser is an extensible script for adding new users to a FreeBSD system. It can be used to enter a single user, and it can be invoked as "queueuser" to add several users in batch. Unlike adduser(8), enteruser uses pw(8) and can be used concurrently by multiple admins and techs to add users to a system. Enteruser is also designed to be extensible. Please see http://www.daemonnews.org/199908/enteruser.html for further background.
sysutils/cfengine-3.6.6 (Score: 7.851118E-5)
Systems administration tool for networks
Cfengine is an automated suite of programs for configuring and maintaining Unix-like computers. It has been used on computing arrays of between 1 and 20,000 computers since 1993 by a wide range of organizations. Cfengine is supported by active research and was the first autonomic, hands-free management system for Unix-like operating systems. Cfengine is an autonomic maintenance system not merely a change management roll-out tool. Cfengine has a history of security and adaptability.
sysutils/monitord-0.4.1 (Score: 7.851118E-5)
Service that restarts other standalone services
This port allows one to monitor other standalone services and automatically restart them if they are accidentally and unwittingly terminated, or crash either because of instability or a DoS attack. It simplifies a task capable of being performed by cron(8) by not requiring custom scripts to be written for each service being monitored. The configuration file is simple and easily setup. Note: version 0.4.1 has a different configuration file format and any previous configuration file should be updated accordingly.