summaryrefslogtreecommitdiff
path: root/data/metasploit3
diff options
context:
space:
mode:
authorChris Baker <extremis@exploit.org>2008-03-05 07:49:41 +0000
committerChris Baker <extremis@exploit.org>2008-03-05 07:49:41 +0000
commit1ab796a1132bc31e75fbec238f15b3c5f0d69899 (patch)
tree044bd62e3b18ca4847cbf93290c9ef34bcffab64 /data/metasploit3
parent9821a2ab0e5d39302626288543d6f5c177164cfb (diff)
Updated the subversion release of Metasploit. Added a Website: tag so that Cydia may display detailed information under the "More Info" tag. Modified make.sh to remove the .svn subdirectories after untar'ing the unmodified source as checked out from metasploit's repository. make.sh was also updated to reflect the proper permissions on msfelfscan.
git-svn-id: http://svn.telesphoreo.org/trunk@154 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/metasploit3')
-rw-r--r--data/metasploit3/_metadata/priority2
-rw-r--r--data/metasploit3/_metadata/version2
-rw-r--r--data/metasploit3/_metadata/website1
-rw-r--r--data/metasploit3/framework-3.2.tar.gzbin5061314 -> 10143918 bytes
-rw-r--r--data/metasploit3/make.sh2
5 files changed, 4 insertions, 3 deletions
diff --git a/data/metasploit3/_metadata/priority b/data/metasploit3/_metadata/priority
index ea5b3d7ee..134d9bc32 100644
--- a/data/metasploit3/_metadata/priority
+++ b/data/metasploit3/_metadata/priority
@@ -1 +1 @@
-important
+optional
diff --git a/data/metasploit3/_metadata/version b/data/metasploit3/_metadata/version
index a054ff753..427eda57c 100644
--- a/data/metasploit3/_metadata/version
+++ b/data/metasploit3/_metadata/version
@@ -1 +1 @@
-3.2-5424
+3.2-5431
diff --git a/data/metasploit3/_metadata/website b/data/metasploit3/_metadata/website
new file mode 100644
index 000000000..eb5417147
--- /dev/null
+++ b/data/metasploit3/_metadata/website
@@ -0,0 +1 @@
+http://iphone.exploit.org/metasploit.html
diff --git a/data/metasploit3/framework-3.2.tar.gz b/data/metasploit3/framework-3.2.tar.gz
index a1aef03d3..7a0d11c2d 100644
--- a/data/metasploit3/framework-3.2.tar.gz
+++ b/data/metasploit3/framework-3.2.tar.gz
Binary files differ
diff --git a/data/metasploit3/make.sh b/data/metasploit3/make.sh
index 7c06a46fc..8385daf8c 100644
--- a/data/metasploit3/make.sh
+++ b/data/metasploit3/make.sh
@@ -1,7 +1,7 @@
pkg:extract
pkg: mkdir -p /usr/share /usr/bin
pkg: cp -a * /usr/share/msf3
-pkg: chmod 755 /usr/share/msf3/msfelfscan
+pkg: find / -name '.svn' -prune -exec rm -rfv {} \;
ln -s /usr/share/msf3/msfcli "${PKG_DEST}"/usr/bin/msfcli
ln -s /usr/share/msf3/msfconsole "${PKG_DEST}"/usr/bin/msfconsole
ln -s /usr/share/msf3/msfd "${PKG_DEST}"/usr/bin/msfd