forked from arm0red/scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmsfstart
More file actions
executable file
·19 lines (18 loc) · 757 Bytes
/
msfstart
File metadata and controls
executable file
·19 lines (18 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
clear
# _____ _
# | _ | | |
# __ _ _ __ _ __ ___ | |/' | _ __ ___ __| |
# / _` | '__| '_ ` _ \| /| || '__/ _ \/ _` |
# | (_| | | | | | | | \ |_/ /| | | __/ (_| |
# \__,_|_| |_| |_| |_|\___(_)_| \___|\__,_|
base64 -d <<<"H4sIAAAAAAAAA22NQQoAIQhF957CXQ0MeKHgdxAPP1+tWUSKEs+nqV4DESdTlbvtOfSDeeo8k7kb
iyNr7D9gW7opJl8tQINOOoN3jeOkFmBJwuq56PVd5VCnZovHSt/XB/DCEXqgKkJ0PEHj6SWpyAe/
8We1GwEAAA==" | gunzip
echo -e "\e[31;1m***** \e[34;1m arm0.red Security \e[31;1m *****\e[0m"
echo -e "\e[31;1m***** \e[34;1m Starting Metasploit \e[31;1m *****\e[0m"
echo "Starting postgresql..."
sudo systemctl start postgresql
echo "Starting msfdb..."
msfdb start
sudo msfconsole