Skip to content

Commit 9aa2ff9

Browse files
author
MemoryForPython
committed
Added files via upload
1 parent d4ae021 commit 9aa2ff9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

run_armitage.sh

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

0 commit comments

Comments
 (0)