Ports Search

Results 1,0411,050 of 1,385 for /security/.(0.003 seconds)
Fork of Twitter OAuth REST API client library for Ruby
A fork of Twitter OAuth REST API client library for Ruby
security/metasploit-concern-2.0.1 (Score: 0.08339406)
Automatically include Modules from app/concerns
Metasploit::Concern allows you to define concerns in app/concerns that will automatically be included in matching classes. It can be used to automate adding new associations to ActiveRecord::Base models from gems and Rails::Engines.
Credential models for metasploit-framework and Metasploit Pro
The Metasploit::Credential namespace and its ActiveRecord::Base subclasses
security/metasploit-model-2.0.0 (Score: 0.08339406)
Metasploit Model Mixins and Validators
Common code, such as validators and mixins, that are shared between ActiveModels in metasploit-framework and ActiveRecords in metasploit_data_models.
security/metasploit-payloads-1.1.13 (Score: 0.08339406)
Compiled binaries for Metasploit's Meterpreter
Compiled binaries for Metasploit's Meterpreter
security/ssdeep-2.13 (Score: 0.08339406)
Tool for computing context triggered piecewise hashes
ssdeep is a tool for computing context triggered piecewise hashes. Unlike other hash calculators such as md5, it supports partial match between the original file and modified/truncated files. It can also compute the degree of similarity between files.
security/ssh-copy-id-5.6p1 (Score: 0.08339406)
Small script which copies your ssh public-key to a remote host
ssh-copy-id is a small script which copies your ssh public-key to a remote host; appending it to your remote authorized_keys.
security/ssh-multiadd-1.3.2 (Score: 0.08339406)
Tool to add multiple ssh keys to the authentication agent
ssh-multiadd adds multiple ssh keys to the ssh authentication agent. These may use the same passphrase. When run without arguments, it adds $HOME/.ssh/identity and $HOME/.ssh/id_dsa. Alternative file names can be given on the command line or in the configuration file. It uses ssh-askpass if necessary. Unlike ssh-add, if any of the keys use the same passphrase, you will only need to enter each unique passphrase once, and keys that are already added will not be prompted for again.
security/ssh_askpass_gtk2-0.4 (Score: 0.08339406)
Tiny GTK2 ssh askpass replacement
A small SSH Askpass replacement written with GTK2. Features fullscreen dialog and translucent background.
Database layer for Metasploit
MetasploitDataModels exists to do several key things: - Allow code sharing between Metasploit Framework (MSF) and the commercial versions of Metasploit (Community, Express, Pro -- usually referred to collectively as "Pro") - Give developers a lightweight entry point to MSF's backend for use in developing tools that gather data intended for later use with Metasploit (e.g. specialized scanners) - Make it easy to keep commercial stuff private while increasing the functionality of the open-source tools we provide to the community