chroot_safe, a tool to chroot any application in a sane manner without
requring binaries, shared libraries etc within the chroot or any support from
the application. Works with any dynamically linked application.
Firewalk is a network auditing tool that attempts to
determine what transport protocols a given gateway will
pass. Firewalk works by sending out TCP or UDP packets
with a TTL one greater than the targeted gateway. If the
gateway allows the traffic, it will forward the packets to
the next hop where they will expire and elicit an
ICMP_TIME_EXCEEDED message. If the gateway host does not
allow the traffic, it will likely drop the packets on the
floor and we will see no response.
The tool is a simple flow-analyzing passive L7 fingerprinter. It
examines the sequence of client-server exchanges, their relative
layer 7 payload sizes, and transmission intervals (as opposed to
inspecting the contents, which is what most passive fingerprinters
and "smart" sniffers would do to analyze transmissions). This is
then matched against a database of traffic pattern signatures to
infer some interesting facts about the traffic.
The Simple File Verification (SFV) system is a file integrity verification
system which is popular on some platforms. A software package may be
accompanied by an SFV file (usually with extension .sfv) which contains
CRC-32 checksums for all the files that comprise the package.
cksfv (Check SFV) can both create simple file verification (SFV) files, and
test file integrity against existing SFV files.
A native MD5 implementation in Common Lisp.
Figaro's Password Manager 2 is a program that allows you to securely store the
passwords using GTK2 interface. Features include:
- Passwords are encrypted with the AES-256 algorithm.
- Copy passwords or usernames to the clipboard/primary selection.
- If the password is for a web site, FPM2 can keep track of the URLs of your
login screens and can automatically launch your browser. In this capacity,
FPM2 acts as a kind of bookmark manager.
- You can teach FPM2 to launch other applications, and optionally pass
hostnames, usernames or passwords to the command line.
- FPM2 also has a password generator that can choose passwords for you. It
allows you to determine how long the password should be, and what types of
characters (lower case, upper case, numbers and symbols) should be used.
You can even have it avoid ambiguous characters such as a capital O or the
number zero.
- Auto-minimise and/or auto-locking passwords database after configurable time
to the tray icon.
fprint_demo is a simple GTK+ application to demonstrate and
test libfprint's capabilities. It can be used to enroll new finger prints
as well as verify and delete existing data sets.
Fprintd is a D-Bus daemon that offers libfprint functionality over
the D-Bus interprocess communication bus. By adding this daemon
layer above libfprint, we solve various problems related to multiple
applications simultaneously competing for fingerprint readers.
While it is not very nice to think of a daemon being necessary in
this scenario, fprintd will be launched by D-Bus through the
activation mechanism. This means it is launched only when needed,
and additionally it will shut itself down after a period of inactivity.
(Text copied from link below.)