From b56d6ea5c8a342c52cfae1e0362035c84eecdb08 Mon Sep 17 00:00:00 2001 From: Cameron Banowsky Date: Thu, 24 Oct 2019 11:49:43 -0700 Subject: [PATCH] Sn1per --- .idea/.gitignore | 3 +++ .idea/Sn1per.iml | 9 +++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ install.sh | 6 +++--- 6 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/Sn1per.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..0e40fe8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ + +# Default ignored files +/workspace.xml \ No newline at end of file diff --git a/.idea/Sn1per.iml b/.idea/Sn1per.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/Sn1per.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..28a804d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..40a8de4 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/install.sh b/install.sh index a05e224..71a7855 100755 --- a/install.sh +++ b/install.sh @@ -18,9 +18,9 @@ echo -e "$RESET" echo -e "$OKORANGE + -- --=[https://xerosecurity.com$RESET" echo "" -INSTALL_DIR=/usr/share/sniper -LOOT_DIR=/usr/share/sniper/loot -PLUGINS_DIR=/usr/share/sniper/plugins +INSTALL_DIR=/root/Sn1per +LOOT_DIR=/root/Sn1per +PLUGINS_DIR=/root/Sn1per GO_DIR=~/go/bin echo -e "$OKGREEN + -- --=[This script will install sniper under $INSTALL_DIR. Are you sure you want to continue? (Hit Ctrl+C to exit)$RESET"