Source: linux-exploit-suggester
Section: utils
Priority: extra
Maintainer: Devon Kearns <dookie@kali.org>
Build-Depends: debhelper (>= 8.0.0)
Standards-Version: 3.9.3
Homepage: http://penturalabs.wordpress.com/2013/08/26/linux-exploit-suggester/
Vcs-Git: ssh://git@git.kali.org/packages/linux-exploit-suggester.git
Vcs-Browser: http://git.kali.org/gitweb?p=packages/linux-exploit-suggester.git;a=summary

Package: linux-exploit-suggester
Architecture: all
Depends: ${misc:Depends}
Description: Script to keep track of vulnerabilities and suggest possible exploits
 Linux Exploit Suggester; based on operating system release number.
 .
 This program run without arguments will perform a 'uname -r' to grab the Linux 
 Operating Systems release version, and return a suggestive list of possible 
 exploits. Nothing fancy, so a patched/back-ported patch may fool this script.
 .
 Additionally possible to provide '-k' flag to manually enter the Kernel 
 Version/Operating System Release Version.
 .
 This script has been extremely useful on site and in exams. Now Open-sourced 
 under GPLv2.
