Ports Search

Results 1,0611,070 of 1,385 for /security/.(0.004 seconds)
security/nmap-parser-0.3.5 (Score: 0.08339406)
Ruby interface to Nmap scan data
The Nmap::Parser library provides a Ruby interface to Nmap's scan data. It can run Nmap and parse its XML output directly from the scan, parse a file containing the XML data from a separate scan, parse a String of XML data from a scan, or parse XML data from an object via its read() method. This information is presented in an easy-to-use and intuitive fashion for storage and manipulation.
security/omniauth-bitbucket-0.0.2 (Score: 0.08339406)
OmniAuth strategy for Bitbucket
Ruby gem that implements the OmniAuth strategy of Atlassian Bitbucket for usage in rubygem-onmiauth.
security/omniauth-cas3-1.1.3 (Score: 0.08339406)
CAS 3.0 Strategy for OmniAuth
This is a OmniAuth 1.0 compatible port of the previously available OmniAuth CAS strategy that was bundled with OmniAuth 0.3. This strategy haas also been updated for CAS protocol version 3.0 and patched to deal with namespace issues.
security/omniauth-gitlab-1.0.2 (Score: 0.08339406)
OmniAuth strategy for GitLab
Ruby gem that implements the OmniAuth strategy of GitLab for usage in rubygem-onmiauth.
security/subweb-1.0 (Score: 0.08339406)
SubWeb is a (reverse) proxy to inspect HTTP flows on the fly
SubWeb is a proxy/reverse proxy for HTTP flows. It is possible with SubWeb to handle and visualize HTTP request, headers, body on the fly. It has three operating modes : proxy, reverse proxy, and midproxy (a proxy which requires the pages from another proxy). It can also act as a virtual web server, i.e. answer certain request based on keyword match. SubWeb can also allow filtering, and is highly customizable.
OmniAuth strategy using different passwort strategies
Ruby gem that implements an OmniAuth strategy that allows to authenticate against different password strategies at once.
security/omniauth-saml-1.6.0 (Score: 0.08339406)
OmniAuth strategy for SAML
A generic SAML strategy for OmniAuth
security/omniauth-shibboleth-1.2.1 (Score: 0.08339406)
OmniAuth Shibboleth strategies for OmniAuth 1.x
Ruby gem that implements an OmniAuth strategy for authenticating through Shibboleth (SAML) for usage in rubygem-onmiauth.
security/sst-1.0 (Score: 0.08339406)
Simple SSL tunneling tool (uses netcat)
Sst can be used to connect to SSL-encrypted network ser- vices or it can be used as an SSL front-end to network servers. Sst can be used interactively, or in an inetd setting, or it can be embedded inside other programs (eg. Amanda). One of the main goals of sst is to be as basic as possible so in most non-embedded cases sst uses netcat to setup the networking I/O. Sst uses a socketpair(2) pipe to stay in contact with its netcat child process. In this way sst only has to concern itself with file descriptors. In the embedded mode sst expects the parent program to set up the networking I/O and to provide the appropriate file descriptors. In embedded client mode ("-c"), clear data is read from (or written to) stdin (fildes 0) and SSL- encrypted data is read from (or written to) stdout (fildes 1). In embedded server mode ("-s"), SSL-encrypted data is read from (or written to) stdin and clear data read from (or written to) stdout.
security/omniauth-1.3.1 (Score: 0.08339406)
Generalized Rack framework for multiple-provider authentication
A generalized Rack framework for multiple-provider authentication.