Skip to content

Commit

Permalink
Merged several changes for v8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
1N3 committed Jul 2, 2020
1 parent 8d3b7d3 commit b5eb941
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sniper
Expand Up @@ -8,7 +8,7 @@ if [[ $EUID -ne 0 ]]; then
exit 1
fi

VER="8.4"
VER="8.5"
INSTALL_DIR="/usr/share/sniper"
LOOT_DIR="$INSTALL_DIR/loot/$TARGET"
SNIPER_PRO=$INSTALL_DIR/pro.sh
Expand Down Expand Up @@ -413,6 +413,7 @@ function init {
TARGET="$(echo $TARGET | sed 's/https:\/\///g' | sed 's/http:\/\///g')"
service postgresql start
msfdb start 2> /dev/null > /dev/null
chown root /run/user/1000/gdm/Xauthority 2> /dev/null
UPDATED_TARGETS=$LOOT_DIR/scans/updated.txt

if [[ "$AUTOBRUTE" == "1" ]]; then
Expand Down

0 comments on commit b5eb941

Please sign in to comment.