We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ae021 commit 9aa2ff9Copy full SHA for 9aa2ff9
run_armitage.sh
@@ -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