From 341cda99ef22141a9be4efa55de9c5356a537723 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 16 Jul 2017 22:10:56 -0400 Subject: [PATCH] Sn1per by 1N3CrowdShield --- sniper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sniper b/sniper index 490f12a..1919249 100644 --- a/sniper +++ b/sniper @@ -160,8 +160,8 @@ function init { mkdir $LOOT_DIR/reports 2> /dev/null mkdir $LOOT_DIR/output 2> /dev/null TARGET="$(echo $TARGET | sed 's/https:\/\///g' | sed 's/http:\/\///g')" - /etc/init.d/postgresql start 2>/dev/null - /etc/init.d/metasploit start 2>/dev/null + service postgresql start 2>/dev/null + service metasploit start 2>/dev/null } function loot {