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