From 9337b4e4babeb1e8f42cec54ea4d8fdd06a926a8 Mon Sep 17 00:00:00 2001 From: WP Engine Marketing Date: Mon, 14 Oct 2019 08:27:03 -0700 Subject: [PATCH] Sn1per Community Edition by @xer0dayz - https://xerosecurity.com --- CHANGELOG.md | 2 +- modes/flyover.sh | 4 ++-- modes/normal.sh | 4 ++-- modes/stealth.sh | 4 ++-- modes/webporthttp.sh | 2 +- modes/webporthttps.sh | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6eb17c..7afe94d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ * v7.4 - Fixed bad path with DNSGen * v7.4 - Fixed issue with AMass not running * v7.4 - Improved performance of AltDNS/DNSgen/MassDNS retrieval -* v7.4 - Changed webscreenshot.py setting to use chrome browser +* v7.4 - Changed webscreenshot.py setting to use chrome browser and increased timeout * v7.4 - Fixed issue with missing xmlstarlet package for OpenVAS scans * v7.3 - Added CVE-2019-15107 Webmin <= 1.920 - Unauthenticated RCE MSF exploit * v7.3 - Added massdns plugin diff --git a/modes/flyover.sh b/modes/flyover.sh index 9644917..ac91ed8 100644 --- a/modes/flyover.sh +++ b/modes/flyover.sh @@ -81,8 +81,8 @@ if [ "$MODE" = "flyover" ]; then fi if [ $WEBSCREENSHOT = "1" ]; then cd $LOOT_DIR - python2 $INSTALL_DIR/bin/webscreenshot.py -t 5 -r chromium http://$TARGET:80 2> /dev/null > /dev/null & - python2 $INSTALL_DIR/bin/webscreenshot.py -t 5 -r chromium https://$TARGET:443 2> /dev/null > /dev/null & + python2 $INSTALL_DIR/bin/webscreenshot.py -r chromium http://$TARGET:80 2> /dev/null > /dev/null & + python2 $INSTALL_DIR/bin/webscreenshot.py -r chromium https://$TARGET:443 2> /dev/null > /dev/null & fi echo "$TARGET" >> $LOOT_DIR/scans/updated.txt echo "$TARGET" >> $LOOT_DIR/domains/targets-all-presorted.txt diff --git a/modes/normal.sh b/modes/normal.sh index 77e17a0..22030b9 100644 --- a/modes/normal.sh +++ b/modes/normal.sh @@ -440,7 +440,7 @@ else fi if [ $WEBSCREENSHOT = "1" ]; then cd $LOOT_DIR - python2 $INSTALL_DIR/bin/webscreenshot.py -t 5 -r chromium http://$TARGET:80 + python2 $INSTALL_DIR/bin/webscreenshot.py -r chromium http://$TARGET:80 fi source $INSTALL_DIR/modes/normal_webporthttp.sh source $INSTALL_DIR/modes/osint_stage_2.sh @@ -724,7 +724,7 @@ else if [ $WEBSCREENSHOT = "1" ]; then cd $LOOT_DIR - python2 $INSTALL_DIR/bin/webscreenshot.py -t 5 -r chromium https://$TARGET:443 + python2 $INSTALL_DIR/bin/webscreenshot.py -r chromium https://$TARGET:443 fi source $INSTALL_DIR/modes/normal_webporthttps.sh source $INSTALL_DIR/modes/osint_stage_2.sh diff --git a/modes/stealth.sh b/modes/stealth.sh index 468c3dc..dd2b0ad 100644 --- a/modes/stealth.sh +++ b/modes/stealth.sh @@ -276,7 +276,7 @@ if [ "$MODE" = "stealth" ]; then fi if [ $WEBSCREENSHOT = "1" ]; then cd $LOOT_DIR - python2 $INSTALL_DIR/bin/webscreenshot.py -t 5 -r chromium http://$TARGET:80 + python2 $INSTALL_DIR/bin/webscreenshot.py -r chromium http://$TARGET:80 fi fi @@ -426,7 +426,7 @@ if [ "$MODE" = "stealth" ]; then fi if [ $WEBSCREENSHOT = "1" ]; then cd $LOOT_DIR - python2 $INSTALL_DIR/bin/webscreenshot.py -t 5 -r chromium https://$TARGET:443 + python2 $INSTALL_DIR/bin/webscreenshot.py -r chromium https://$TARGET:443 fi echo -e "$OKRED[+]$RESET Screenshot saved to $LOOT_DIR/screenshots/$TARGET-port443.jpg" fi diff --git a/modes/webporthttp.sh b/modes/webporthttp.sh index eea00e9..4e070e7 100644 --- a/modes/webporthttp.sh +++ b/modes/webporthttp.sh @@ -138,7 +138,7 @@ if [ "$MODE" = "webporthttp" ]; then fi if [ $WEBSCREENSHOT = "1" ]; then cd $LOOT_DIR - python2 $INSTALL_DIR/bin/webscreenshot.py -t 5 -r chromium http://$TARGET:$PORT + python2 $INSTALL_DIR/bin/webscreenshot.py -r chromium http://$TARGET:$PORT fi if [ "$BURP_SCAN" == "1" ]; then echo -e "${OKGREEN}====================================================================================${RESET}•x${OKGREEN}[`date +"%Y-%m-%d](%H:%M)"`${RESET}x•" diff --git a/modes/webporthttps.sh b/modes/webporthttps.sh index fd9611f..14a3f0d 100644 --- a/modes/webporthttps.sh +++ b/modes/webporthttps.sh @@ -148,7 +148,7 @@ if [ "$MODE" = "webporthttps" ]; then fi if [ $WEBSCREENSHOT = "1" ]; then cd $LOOT_DIR - python2 $INSTALL_DIR/bin/webscreenshot.py -t 5 -r chromium https://$TARGET:$PORT + python2 $INSTALL_DIR/bin/webscreenshot.py -r chromium https://$TARGET:$PORT fi if [ "$BURP_SCAN" == "1" ]; then echo -e "${OKGREEN}====================================================================================${RESET}•x${OKGREEN}[`date +"%Y-%m-%d](%H:%M)"`${RESET}x•"