summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-10 23:25:29 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-10 23:25:29 +0200
commit3de096dcfc45ac8c66aa5f28edfc45bab461c478 (patch)
tree75bd74976f6923cbb3ca7ae13648243fb3f342b8 /extra
parent2c248604d6f705503f36746ad4cb4a81113ae148 (diff)
downloadnutyx-extra-3de096dcfc45ac8c66aa5f28edfc45bab461c478.tar.gz
nutyx-extra-3de096dcfc45ac8c66aa5f28edfc45bab461c478.tar.bz2
nutyx-extra-3de096dcfc45ac8c66aa5f28edfc45bab461c478.tar.xz
nutyx-extra-3de096dcfc45ac8c66aa5f28edfc45bab461c478.zip
Ajout de john#1.7.3-3
Diffstat (limited to 'extra')
-rwxr-xr-xextra/john/.footprint32
-rwxr-xr-xextra/john/.md5sum2
-rwxr-xr-xextra/john/Pkgfile28
-rwxr-xr-xextra/john/john3
4 files changed, 65 insertions, 0 deletions
diff --git a/extra/john/.footprint b/extra/john/.footprint
new file mode 100755
index 000000000..8fb03e1ea
--- /dev/null
+++ b/extra/john/.footprint
@@ -0,0 +1,32 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/john
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/doc/
+drwxr-xr-x root/root usr/share/doc/john/
+-rw------- root/root usr/share/doc/john/CHANGES
+-rw------- root/root usr/share/doc/john/CONFIG
+-rw------- root/root usr/share/doc/john/CONTACT
+-rw------- root/root usr/share/doc/john/CREDITS
+-rw------- root/root usr/share/doc/john/EXAMPLES
+-rw------- root/root usr/share/doc/john/EXTERNAL
+-rw------- root/root usr/share/doc/john/FAQ
+-rw------- root/root usr/share/doc/john/INSTALL
+-rw------- root/root usr/share/doc/john/LICENSE
+-rw------- root/root usr/share/doc/john/MODES
+-rw------- root/root usr/share/doc/john/OPTIONS
+-rw------- root/root usr/share/doc/john/README
+-rw------- root/root usr/share/doc/john/RULES
+drwxr-xr-x root/root usr/share/john/
+-rw------- root/root usr/share/john/all.chr
+-rw------- root/root usr/share/john/alnum.chr
+-rw------- root/root usr/share/john/alpha.chr
+-rw------- root/root usr/share/john/digits.chr
+-rwxr-xr-x root/root usr/share/john/john
+-rw-r--r-- root/root usr/share/john/john.conf
+-rw------- root/root usr/share/john/lanman.chr
+-rwxr-xr-x root/root usr/share/john/mailer
+-rw------- root/root usr/share/john/password.lst
+lrwxrwxrwx root/root usr/share/john/unafs -> john
+lrwxrwxrwx root/root usr/share/john/unique -> john
+lrwxrwxrwx root/root usr/share/john/unshadow -> john
diff --git a/extra/john/.md5sum b/extra/john/.md5sum
new file mode 100755
index 000000000..33876e29b
--- /dev/null
+++ b/extra/john/.md5sum
@@ -0,0 +1,2 @@
+66cff429c263f534e9ebe06a4eeaa845 john
+4000132d5dd50b431e5b507cf521808b john-1.7.3.tar.gz
diff --git a/extra/john/Pkgfile b/extra/john/Pkgfile
new file mode 100755
index 000000000..0e740337a
--- /dev/null
+++ b/extra/john/Pkgfile
@@ -0,0 +1,28 @@
+# Description: utilitaire systeme pour retrouver les mots de passe
+# URL: http://www.openwall.com/john/
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on:
+
+name=john
+version=1.7.3
+release=3
+source=(http://www.openwall.com/john/g/$name-$version.tar.gz john)
+
+build() {
+cd $name-$version/src
+ make clean linux-x86-any
+ mkdir -p $PKG/usr/share/$name
+ cp -a ../run/* $PKG/usr/share/$name
+
+ mkdir -p $PKG/usr/bin
+ install -m 755 ../../john $PKG/usr/bin/
+
+ mkdir -p $PKG/usr/share/doc/$name
+ cp -a ../doc/* $PKG/usr/share/doc/$name
+
+ chmod 755 $PKG/usr/share/john/mailer
+ chmod 644 $PKG/usr/share/john/john.conf
+ chown -R root:root $PKG
+}
+
diff --git a/extra/john/john b/extra/john/john
new file mode 100755
index 000000000..272d4ac53
--- /dev/null
+++ b/extra/john/john
@@ -0,0 +1,3 @@
+#!/bin/bash
+# John The Ripper launcher
+/usr/share/john/john $@