From b612e24e7b95faa19aa50142772236dd66eabba3 Mon Sep 17 00:00:00 2001 From: xer0dayz <1n3@hushmail.com> Date: Mon, 10 Feb 2020 17:52:37 -0700 Subject: [PATCH] Sn1per Community Edition by @xer0dayz - https://xerosecurity.com --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5cf0549..656a9c2 100755 --- a/install.sh +++ b/install.sh @@ -168,7 +168,7 @@ mv ~/.sniper.conf ~/.sniper.conf.old 2> /dev/null cp $INSTALL_DIR/sniper.conf ~/.sniper.conf 2> /dev/null cd $PLUGINS_DIR/BlackWidow/ && bash install.sh force 2> /dev/null cd $PLUGINS_DIR/BruteX/ && bash install.sh force 2> /dev/null -cd $PLUGINS_DIR/Findsploit/ && bash install.sh force 2> /dev/null +cd $PLUGINS_DIR/Findsploit/ && bash install.sh 2> /dev/null cd $PLUGINS_DIR/spoofcheck/ && pip install -r requirements.txt 2> /dev/null cd $PLUGINS_DIR/CMSmap/ && pip3 install . && python3 setup.py install cd $INSTALL_DIR