mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-26 16:51:03 +02:00
metasploit: remove old comments. remove jtr symlinks, msf now calls john from the path if the bundled version is missing.
This commit is contained in:
parent
fe082d77f8
commit
f7ed6c8998
2 changed files with 1 additions and 25 deletions
|
|
@ -15,4 +15,4 @@ DIST vbsmem-1.2.1.patch 69002 SHA256 7991a5629c562817919c9bb1c8f0a3bdcd1c63cf9b9
|
|||
EBUILD metasploit-2.7-r1.ebuild 1831 SHA256 0a79d6da73d6d1ef52d585674de9b7ffae4756bbd8ee524f0f9cb22a330facb8 SHA512 fb4a09d078623dd98a98dea701adfedaf94bd47ac40b9692b7494022e829658e1f3ef59ab1a83000e99792fe118c54971c1b449ab1bb8b098d9275741037794f WHIRLPOOL 5eb501477942b5c523ae206347efb4672563e6bd1f1312589d16a585d31fd1696d0a2ba4f63e635d05e86997a71352c42190ccf7be95d88026da46abcb601fd3
|
||||
EBUILD metasploit-4.4.0-r1.ebuild 8090 SHA256 685d8ada5cbbba9c7d0d1b58f559fc6c5079f55b6e8804a6c82be8703d5bf71e SHA512 7fe1774d7ad7c36488d399c3a0a0c663578539ef75582e5ae73f58870a9364c2a14088a30caf67c2ebbe160ffdc21aab076e271069dc444c03891d1bb6314970 WHIRLPOOL 6c5828198facc728b78f2e7b62e18f17357b2ff67c4ed40f3b99bb31b4c4683ac18f2ea0375356d7b041c22c3d797901e871efdfc93630262f4aa55fe0817de8
|
||||
EBUILD metasploit-4.4.0.ebuild 8259 SHA256 1e617e40d11dca877e13045d068adb61be4f83474e65fba8b10602ab4c2371fb SHA512 50d4ba4d16fc0b479bad466b0482da1610313c55eac8494be3d8fbb214c1a63ece0fde6723056127e307295da39295213e06d759892690426bf2ff0ce93dab42 WHIRLPOOL 18895ff276a0a857c9c7a56f069ca61bd01b97bcd1310748c6b2f321b7dfd2712ba343dfa1be539965ee04be09864dd3bf3e26bc3ca94cf18f12f6d096f43286
|
||||
EBUILD metasploit-9999.ebuild 9307 SHA256 8299f8a4bbd1634dd486fc4d04103dbda6bed973d9b8b7727799d7653031c278 SHA512 bf93a2b8b2dbb1361f51de082dfb18be46c8f05d02714a1a23dc1cb30b8fa0db9ecbb4c44c7da434c2daca62afcbb74e7d0f10f23efb7ae0049e7f651b1f3991 WHIRLPOOL f0598c629a3c2072d96e6a7cf728e75685ad7de71445c420bcb4a7da3ae9c2b321853dc63d93c2c9dc9a2e78dbb920c7705f5b91f2b790105796946d801068ef
|
||||
EBUILD metasploit-9999.ebuild 7584 SHA256 b8bd81a2e25100e2b5c3b8777b2ea7c9fd194044f7ffa4d3017804949c409076 SHA512 8284639a8871aea87481320e4c00b6c481701437f2ead47bb67af5fe8ff8e7ff8977085b37e69783aa22ebf5c40f0ee615f78e14e386f484c890d35314510003 WHIRLPOOL 46915a264952d1ebc1ad64d8d54b667d08edfe902cf9c7176edd7152be4286a76f6a3023a1c92909e0a1093d9aa6ae08e196ee814812609b14f19bf1f97cf297
|
||||
|
|
|
|||
|
|
@ -98,12 +98,6 @@ src_install() {
|
|||
cp -R "${S}"/{documentation,README.md,THIRD-PARTY.md} "${ED}"/usr/share/doc/${PF} || die
|
||||
dosym /usr/share/doc/${PF}/documentation /usr/$(get_libdir)/${PN}${SLOT}/documentation
|
||||
|
||||
#handled by eselect-metasploit now
|
||||
#dodir /usr/bin/
|
||||
#for file in msf*; do
|
||||
# dosym /usr/$(get_libdir)/${PN}${SLOT}/${file} /usr/bin/${file}
|
||||
#done
|
||||
|
||||
newinitd "${FILESDIR}"/msfrpcd.initd msfrpcd${SLOT}
|
||||
newconfd "${FILESDIR}"/msfrpcd.confd msfrpcd${SLOT}
|
||||
|
||||
|
|
@ -113,9 +107,6 @@ src_install() {
|
|||
"${ED}"/etc/revdep-rebuild/70-${PN}${SLOT}
|
||||
|
||||
if use armitage; then
|
||||
# echo -e "#!/bin/sh \n\nexport MSF_DATABASE_CONFIG=/usr/$(get_libdir)/${PN}${SLOT}/armitage.yml\n" > armitage
|
||||
# echo -e "java -Xmx256m -jar /usr/$(get_libdir)/${PN}${SLOT}/data/armitage/armitage.jar \$* &\n" >> armitage
|
||||
# doexe armitage
|
||||
insinto /usr/$(get_libdir)/${PN}${SLOT}/
|
||||
doins "${FILESDIR}"/armitage.yml
|
||||
fi
|
||||
|
|
@ -160,21 +151,6 @@ src_install() {
|
|||
|
||||
#unbundle johntheripper, it makes me sick to have to do this...
|
||||
rm -rf "${ED}"/usr/$(get_libdir)/${PN}${SLOT}/data/john/run.*
|
||||
dodir /usr/$(get_libdir)/${PN}${SLOT}/data/john/run.linux.x86.any
|
||||
for i in $(ls -1 "${ROOT}"/etc/john); do
|
||||
dosym /etc/john/${i} /usr/$(get_libdir)/${PN}${SLOT}/data/john/run.linux.x86.any/${i}
|
||||
done
|
||||
dosym /usr/sbin/unique /usr/$(get_libdir)/${PN}${SLOT}/data/john/run.linux.x86.any/unique
|
||||
dosym /usr/sbin/john /usr/$(get_libdir)/${PN}${SLOT}/data/john/run.linux.x86.any/john
|
||||
dosym /usr/sbin/unafs /usr/$(get_libdir)/${PN}${SLOT}/data/john/run.linux.x86.any/unafs
|
||||
dosym /usr/sbin/genmkvpwd /usr/$(get_libdir)/${PN}${SLOT}/data/john/run.linux.x86.any/genmkvpwd
|
||||
dosym /usr/sbin/john-mailer /usr/$(get_libdir)/${PN}${SLOT}/data/john/run.linux.x86.any/john-mailer
|
||||
dosym /usr/sbin/undrop /usr/$(get_libdir)/${PN}${SLOT}/data/john/run.linux.x86.any/undrop
|
||||
dosym /usr/sbin/unshadow /usr/$(get_libdir)/${PN}${SLOT}/data/john/run.linux.x86.any/unshadow
|
||||
dosym /usr/sbin/tgtsnarf /usr/$(get_libdir)/${PN}${SLOT}/data/john/run.linux.x86.any/tgtsnarf
|
||||
dosym /usr/$(get_libdir)/${PN}${SLOT}/data/john/run.linux.x86.any /usr/$(get_libdir)/${PN}${SLOT}/data/john/run.linux.x64.mmx
|
||||
dosym /usr/$(get_libdir)/${PN}${SLOT}/data/john/run.linux.x86.any /usr/$(get_libdir)/${PN}${SLOT}/data/john/run.linux.x86.mmx
|
||||
dosym /usr/$(get_libdir)/${PN}${SLOT}/data/john/run.linux.x86.any /usr/$(get_libdir)/${PN}${SLOT}/data/john/run.linux.x86.sse2
|
||||
|
||||
#unbundle the key ruby gems and the ones which install binaries so we don't have to allow (more) QA violations
|
||||
rm -rf "${ED}"/usr/$(get_libdir)/${PN}${SLOT}/lib/gemcache/ruby/1.9.1/arch
|
||||
|
|
|
|||
Loading…
Reference in a new issue