From 2d96349e0c78877e2a9ad4dc4fb42a8f24eddb67 Mon Sep 17 00:00:00 2001 From: WP Engine Marketing Date: Sat, 10 Nov 2018 14:16:02 -0700 Subject: [PATCH] Sn1per Community Edition by @xer0dayz - https://xerosecurity.com --- CHANGELOG.md | 1 + install.sh | 2 ++ sniper | 4 ++-- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40cb0436..7cda1a1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## CHANGELOG: +* v6.0 - Fixed issue with pip3 dependency package missing * v6.0 - Removed iceweasel from install.sh to fix apt error * v5.9 - Fixed issue with auto updates not notifying users of updates * v5.8 - Fixed issue with subfinder not working due to lack of wordlist switch diff --git a/install.sh b/install.sh index 0ec3f00e..f36896fc 100755 --- a/install.sh +++ b/install.sh @@ -40,6 +40,8 @@ cd $INSTALL_DIR echo -e "$OKORANGE + -- --=[Installing package dependencies...$RESET" apt-get install nfs-common eyewitness nodejs wafw00f xdg-utils metagoofil clusterd ruby rubygems python dos2unix zenmap sslyze arachni aha libxml2-utils rpcbind uniscan xprobe2 cutycapt host whois dirb dnsrecon curl nmap php php-curl hydra wpscan sqlmap nbtscan enum4linux cisco-torch metasploit-framework theharvester dnsenum nikto smtp-user-enum whatweb sslscan amap jq golang adb xsltproc apt-get install waffit 2> /dev/null +apt-get remove python3-pip +apt-get install python3-pip pip install dnspython colorama tldextract urllib3 ipaddress requests curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash diff --git a/sniper b/sniper index ce91019c..202c52a2 100755 --- a/sniper +++ b/sniper @@ -270,14 +270,14 @@ function init { LOOT_DIR=$WORKSPACE_DIR fi echo -e "$OKBLUE[*] Saving loot to $LOOT_DIR [$RESET${OKGREEN}OK${RESET}$OKBLUE]$RESET" - mkdir -p $LOOT_DIR 2> /dev/null + mkdir -p $LOOT_DIR 2> /dev/nul mkdir $LOOT_DIR/domains 2> /dev/null + mkdir $LOOT_DIR/ips 2> /dev/null mkdir $LOOT_DIR/screenshots 2> /dev/null mkdir $LOOT_DIR/nmap 2> /dev/null mkdir $LOOT_DIR/reports 2> /dev/null mkdir $LOOT_DIR/output 2> /dev/null mkdir $LOOT_DIR/credentials 2> /dev/null - mkdir $LOOT_DIR/osint 2> /dev/null mkdir $LOOT_DIR/vulnerabilities 2> /dev/null mkdir $LOOT_DIR/exploits 2> /dev/null mkdir $LOOT_DIR/web 2> /dev/null