Sn1per Community Edition by @xer0dayz - https://xerosecurity.com

This commit is contained in:
xer0dayz
2020-02-20 10:10:55 -07:00
committed by xer0dayz
parent c19c9e015d
commit 5b569018ce
4 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
## CHANGELOG:
* v8.2 - Added root priv check to sniper script to run
* v8.2 - Added NMap port change notifications via Slack
* v8.2 - Fixed issue with firefox not loading on Kali Linux 2020.1
* v8.2 - Fixed issue with Masswebscan mode not working

View File

@@ -176,7 +176,7 @@ cd shodan-python
python setup.py install
cd ..
pip3 install spyse.py
pip install h8mail
pip install h8mail 2> /dev/null
echo -e "$OKORANGE + -- --=[ Setting up environment...$RESET"
mv ~/.sniper.conf ~/.sniper.conf.old 2> /dev/null
cp $INSTALL_DIR/sniper.conf ~/.sniper.conf 2> /dev/null

5
sniper
View File

@@ -3,6 +3,11 @@
# + -- --=[https://xerosecurity.com
#
if [[ $EUID -ne 0 ]]; then
echo "This script must be run as root"
exit 1
fi
VER="8.1"
INSTALL_DIR="/usr/share/sniper"
LOOT_DIR="$INSTALL_DIR/loot/$TARGET"

View File

@@ -134,7 +134,7 @@ EMAILFORMAT="1"
ULTRATOOLS="1"
URLCRAZY="1"
VHOSTS="1"
H8MAIL="1"
H8MAIL="0"
# ACTIVE WEB PLUGINS
BURP_SCAN="0"