mirror of https://github.com/1N3/Sn1per.git
Sn1per by @Sn1perSecurity - https://sn1persecurity.com
This commit is contained in:
parent
7c2eb0f008
commit
873077473c
2
sniper
2
sniper
|
|
@ -8,7 +8,7 @@ if [[ $EUID -ne 0 ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
VER="9.0"
|
VER="9.1"
|
||||||
INSTALL_DIR="/usr/share/sniper"
|
INSTALL_DIR="/usr/share/sniper"
|
||||||
LOOT_DIR="$INSTALL_DIR/loot/$TARGET"
|
LOOT_DIR="$INSTALL_DIR/loot/$TARGET"
|
||||||
SNIPER_PRO=$INSTALL_DIR/pro.sh
|
SNIPER_PRO=$INSTALL_DIR/pro.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue