Add files via upload

pull/4/head
InfoSec 2016-08-02 09:06:31 +08:00 committed by GitHub
parent 28ab4b84bb
commit 0bfd70e33b
1 changed files with 12 additions and 0 deletions

12
scripts/run_armitage.sh Normal file
View File

@ -0,0 +1,12 @@
#!/bin/bash
echo "execute the script to run armitage,typ the following command in the terminal:
chmod 755 run_armitage.sh
./run_armitage.sh"
echo -e "if you want to the new verison of metasploit please type:
apt-get update && apt-get upgrade"
echo " have fun !!!^-^"
echo -e "if there are any problem, please see the Armitage-FAQ.txt
the link is :
https://github.com/ym2011/penetration/blob/master/Armitage-FAQ.txt"
service postgresql start
armitage &