mirror of https://github.com/1N3/Sn1per.git
postgresql prevent from start
This commit is contained in:
commit
e2610c9457
2
sniper
2
sniper
|
|
@ -94,7 +94,7 @@ function loot {
|
|||
rm -f $LOOT_DIR/.fuse_* 2> /dev/null
|
||||
echo -e "$OKORANGE + -- --=[Starting Metasploit service...$RESET"
|
||||
/etc/init.d/metasploit start 2> /dev/null
|
||||
/etc/init.d/postgresql start 2> /dev/null
|
||||
# /etc/init.d/postgresql start 2> /dev/null
|
||||
echo -e "$OKORANGE + -- --=[Importing NMap XML files into Metasploit...$RESET"
|
||||
msfconsole -x "workspace -a $WORKSPACE; workspace $WORKSPACE; db_import $LOOT_DIR/nmap/nmap*.xml; hosts; services; exit;"
|
||||
echo -e "$OKORANGE + -- --=[Copying loot to workspace: $WORKSPACE...$RESET"
|
||||
|
|
|
|||
Loading…
Reference in New Issue