Skip to content

Commit

Permalink
Update pentest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
portbx authored Oct 24, 2017
1 parent 55fbb1c commit 55e3134
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pentest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ install_pentest(){
print_notification "Newly installed tools should be located on your default PATH."

#This is a simple git pull of the Cortana .cna script repository available on github.
print_status "Grabbing Armitage Cortana Scripts via github.."
git clone http://www.github.com/rsmudge/cortana-scripts.git /opt/cortana
check_success
print_notification "Cortana scripts installed under /opt/cortana."
if ! [ -d /opt/cortana ]; then
print_status "Grabbing Armitage Cortana Scripts via github..";
git clone http://www.github.com/rsmudge/cortana-scripts.git /opt/cortana;
check_success;
print_notification "Cortana scripts installed under /opt/cortana.";
fi
fi

if ask "Do you want to install BeEF,arachni,w3af, WATOBO?" Y; then
Expand Down

0 comments on commit 55e3134

Please sign in to comment.