Merge pull request #389 from hak5/jackalope-patch

Update Jackalope to remove references to RVM.
pull/391/head
Marc 2019-07-10 21:26:02 +00:00 committed by GitHub
commit 08a71de1d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -7,7 +7,7 @@
# Check readiness & prepare environment
LED SETUP
# REQUIRE-TOOL metasploit-framework
REQUIRETOOL metasploit-framework
ATTACKMODE HID RNDIS_ETHERNET
# Ensure loot is available for recording results.
@ -26,8 +26,6 @@ COUNT=$((COUNT+1))
LOOTDIR=$LOOTBASE/$TARGET_HOSTNAME-$COUNT
mkdir -p $LOOTDIR
source /etc/profile.d/rvm.sh
rvm --default use 2.6.2 >> $LOOTDIR/log.txt
MSF_DIR=/tools/metasploit-framework
# Save environment informaiton:
@ -115,4 +113,4 @@ do
else
ENTER_PW
fi
done
done