summaryrefslogtreecommitdiff
path: root/data/metasploit3
diff options
context:
space:
mode:
authorChris Baker <extremis@exploit.org>2008-03-02 06:20:12 +0000
committerChris Baker <extremis@exploit.org>2008-03-02 06:20:12 +0000
commitda5d0ffd408b3e0b128dccbbdc714617c054ebf6 (patch)
tree784c0a17eb463adf543837d4003d36cd40983e0e /data/metasploit3
parenteea7a4bd1f6855d8b54373818b4f0909c77997b6 (diff)
Updated to have the correct permissions and a more accurate make.sh installation syntax.
git-svn-id: http://svn.telesphoreo.org/trunk@137 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/metasploit3')
-rw-r--r--data/metasploit3/framework-3.1.tar.gzbin5053350 -> 5052645 bytes
-rw-r--r--data/metasploit3/make.sh2
2 files changed, 1 insertions, 1 deletions
diff --git a/data/metasploit3/framework-3.1.tar.gz b/data/metasploit3/framework-3.1.tar.gz
index 23d23b447..59569ff80 100644
--- a/data/metasploit3/framework-3.1.tar.gz
+++ b/data/metasploit3/framework-3.1.tar.gz
Binary files differ
diff --git a/data/metasploit3/make.sh b/data/metasploit3/make.sh
index 40d90213f..fb06872d5 100644
--- a/data/metasploit3/make.sh
+++ b/data/metasploit3/make.sh
@@ -1,6 +1,6 @@
pkg:extract
pkg: mkdir -p /var/local /usr/bin
-pkg: cp -a framework-3.1 /var/local/msf3
+pkg: cp -a % /var/local/msf3
pkg: ln -s /var/local/msf3/msfcli /usr/bin/msfcli
pkg: ln -s /var/local/msf3/msfconsole /usr/bin/msfconsole
pkg: ln -s /var/local/msf3/msfd /usr/bin/msfd