get-scripts annotate exploit_suggester @ rev 32

Add exploit_suggester
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 26 11:21:08 2015 +0100 (2015-01-26)
parents
children 6ca05e6839e1
rev   line source
pascal@32 1 WEB_SITE="https://penturalabs.github.io/Linux_Exploit_Suggester"
pascal@32 2 WGET_URL="https://github.com/PenturaLabs/Linux_Exploit_Suggester/tarball/master"
pascal@32 3 VERSION="$(date +%Y%m%d)"
pascal@32 4 CATEGORY="security"
pascal@32 5 LICENSE="GPL2"
pascal@32 6 DEPENDS="perl"
pascal@32 7 BUILD_DEPENDS="wget"
pascal@32 8 SHORT_DESC="Linux Exploit Suggester; based on operating system release number."
pascal@32 9
pascal@32 10 wget -c --no-check-certificate -O - $WGET_URL | tar xzf -
pascal@32 11 mkdir -p $PACKAGE-$VERSION/fs/usr/bin
pascal@32 12 mv *Linux_Exploit_Sug*/Linux_Exploit_Suggester.pl $PACKAGE-$VERSION/fs/usr/bin