September 28, 2015 · Security, Server · 1 comment

PSSH provides parallel versions of OpenSSH and related tools. Included are pssh, pscp, prsync, pnuke, and pslurp. The project includes psshlib which can be used within custom applications.PSSH is supported on Python 2.4 and greater (including Python 3.1 and greater).
Continue reading →

July 13, 2015 · Security · (No comments)

The goal purpose of bsign is to verify and authenticate data files,especially executables and other binaries.The program reads all of the options and FILENAMES from the command ine and then begins to operate on the input files. In one invocation in can only one of either hash files, sign files, check hashes, or check signatures.
Continue reading →

April 17, 2015 · Networking, Security · (No comments)

sshuttle allows you to create a VPN connection from your machine to any remote server that you can connect to via ssh, as long as that server has python 2.3 or higher.To work, you must have root access on the local machine, but you can have a normal account on the server.
Continue reading →

February 13, 2015 · Security · (No comments)

ssldump is an SSL/TLS network protocol analyzer. It identifies TCP connections on the chosen network interface and attempts to interpret them as SSL/TLS traffic. When it identifies SSL/TLS traffic, it decodes the records and displays them in a textual form to stdout. If provided with the appropriate keying material, it will also decrypt the connections and display the application data traffic.
Continue reading →

February 6, 2015 · Security · (No comments)

On January 27, 2015, a GNU C Library (glibc) vulnerability, referred to as the GHOST vulnerability, was announced to the general public. In summary, the vulnerability allows remote attackers to take complete control of a system by exploiting a buffer overflow bug in glibc's GetHOST functions.Check more details from here
Continue reading →