Ports 搜索

共有5,161项符合/ports-mgmt/的查询结果,以下是第3,7913,800项(搜索用时0.004秒)
security/l0phtcrack-1.5 (Score: 0.006224396)
Cracks SAMBA or Windows NT passwords
L0phtCrack 1.5 is a tool for turning Microsoft LANMAN and NT password hashes back into the original clear text passwords. The program does this using dictionary cracking and also brute force. L0phtCrack returns not just the LANMAN password but the NT password up to 14 characters in length. L0phtCrack includes the ability to dictionary attack or brute force the network NT server challenge that is used to prevent the OWF (one-way format) from going across the wire in its plain-text format. Sample network sniffed challenges are in files sniff.txt and sniff2.txt. This means you can obtain NT passwords without administrator privileges when you have network access between the client and the server.
security/l5-1.2 (Score: 0.006224396)
File Integrity Assessment Tool
After examining Tripwire and deciding that it was *way* overkill for my own purposes... ...L5 simply walks down Unix or DOS filesystems, sort of like "ls -R" or "find" would, generating listings of anything it finds there. It tells you everything it can about a file's status, and adds on an MD5 hash of it. Its output is rather "numeric", but it is a very simple format and is designed to be post-treated by scripts that call L5... ...Unlike Tripwire itself, this is NOT a complete toolkit -- one is expected to use it as a small, reliable part of a larger system... _H* Andrew McNaughton <andrew@scoop.co.nz>
security/phpdeadlock-1.01 (Score: 0.006224396)
Web-based user authentication/password protection system
Deadlock is an open source user authentication/password protection system written in PHP/MySQL and licensed under the GNU GPL. It uses .htpasswd and .htaccess files to protect any web directory.
security/libgringotts-1.2.1 (Score: 0.006224396)
Library for encapsulating/safekeeping data in encrypted/compressed form
libGringotts is a small, easy-to-use, thread-safe C library originally developed for Gringotts; its purpose is to encapsulate data (generic: ASCII, but also binary data) in an encrypted and compressed structure, to be written in a file or used elseway. It makes use of strong encryption algorithms, to ensure the data are as safe as possible, and allow the user to have the complete control over all the algorithms used in the process. For encryptions, libGringotts makes use of the MCrypt and MHash libs by Nikos Mavroyanopoulos.
security/libident-0.32 (Score: 0.006224396)
Small library to interface the ident protocol server (rfc1413)
COPYRIGHT ISSUES: This version of 'libident' is hereby released into the Public Domain. It may be distributed for a fee or without a fee. We only ask you not to pretend you wrote it. If you make any changes, please send sources or a diff of it to us (pen@lysator.liu.se or pell@lysator.liu.se), so we can keep _one_ unified version of libident available... COMMENTS: This is the second stab at a small library to interface to the Ident protocol server. Maybe this will work correctly on some machines.. :-) The ident-tester.c file is a small daemon (to be started from Inetd) that does an ident lookup on you if you telnet into it. Can be used to verify that your Ident server is working correctly. I'm currently running this "ident-tester" on port 114 at lysator.liu.se (130.236.254.1) if you wish to test your server.
security/l0pht-watch-1.1 (Score: 0.006224396)
Program to report on what goes on in /tmp
This program watches over file creations and deletions in /tmp. Use it to see how secure and predictable your favourite OS/applications are.
security/libpreludedb-1.2.6 (Score: 0.006224396)
Library to access Prelude IDMEF database
Prelude is a Universal "Security Information & Event Management" (SIEM) system. Prelude collects, normalizes, sorts, aggregates, correlates and reports all security-related events. As well as being capable of recovering any type of log (system logs, syslog, flat files, etc.), Prelude benefits from a native support with a number of systems dedicated to enriching information even further (snort, samhain, ossec, auditd, etc.). This library provides a framework for easy access to the Prelude database.
security/libscrypt-1.20 (Score: 0.006224396)
C library for the scrypt key derivation function
Although the creator of scrypt has written an "example implementation", it doesn't satisfy the "simple library" requirement that prompts developers to implement it. Therefore, I've written my adaptation, which quite simply pulls the relevant parts from the original implementation, then adds a number of harnesses and simplified interfaces. The hope is that through this, any developer can utilise scrypt.
security/libgnomesu-1.0.0 (Score: 0.006224396)
Library and frontend for running commands as root
libgnomesu is a library for providing superuser privileges to GNOME applications. It supports consolehelper, PAM and su. libgnomesu will use one the following services (in order of priority), depending on which one is available: - consolehelper - PAM - su libgnomesu will use the su-based backend as final fallback, if no other services are available. This service uses a backend which is a modified version of GNU su. libgnomesu comes with the GUI frontend 'gnomesu' and a Nautilus component for Nautilus integration.
security/libtomcrypt-1.17 (Score: 0.006224396)
Comprehensive, modular, and portable cryptographic toolkit
LibTomCrypt is a portable ANSI C cryptographic library that supports symmetric ciphers, one-way hashes, pseudo-random number generators, public key cryptography (via RSA,DH or ECC/DH) and a plethora of support routines.