From bbda868ac43d0883cb02776558ab7ebcb130bc5e Mon Sep 17 00:00:00 2001 From: WP Engine Marketing Date: Mon, 11 Feb 2019 10:33:47 -0700 Subject: [PATCH] Sn1per Community Edition by @xer0dayz - https://xerosecurity.com --- CHANGELOG.md | 1 + sniper | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e06686f..40ba6de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## CHANGELOG: +* v6.2 - Fixed issue with sniper --list not opening workspace directory * v6.2 - Added config option to enable/disable subdomain hijacking checks in sniper.conf * v6.2 - Added Glassfish Admin traversal MSF exploit * v6.2 - Added ElasticSearch Java Injection MSF RCE exploit diff --git a/sniper b/sniper index c9ff8d6..624b310 100755 --- a/sniper +++ b/sniper @@ -239,7 +239,7 @@ case $key in SNIPER_PRO=$INSTALL_DIR/pro.sh if [ -f $SNIPER_PRO ]; then echo -e "$OKORANGE + -- --=[Loading Sn1per Professional...$RESET" - $BROWSER $INSTALL_DIR/loot/workspace/sniper-report.html 2> /dev/null > /dev/null & + $BROWSER $INSTALL_DIR/loot/workspace/ 2> /dev/null > /dev/null & fi exit shift