From 1ab796a1132bc31e75fbec238f15b3c5f0d69899 Mon Sep 17 00:00:00 2001 From: Chris Baker Date: Wed, 5 Mar 2008 07:49:41 +0000 Subject: 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 --- data/metasploit3/_metadata/priority | 2 +- data/metasploit3/_metadata/version | 2 +- data/metasploit3/_metadata/website | 1 + data/metasploit3/framework-3.2.tar.gz | Bin 5061314 -> 10143918 bytes data/metasploit3/make.sh | 2 +- 5 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 data/metasploit3/_metadata/website 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 Binary files a/data/metasploit3/framework-3.2.tar.gz and b/data/metasploit3/framework-3.2.tar.gz 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 -- cgit v1.2.3