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

This commit is contained in:
WP Engine Marketing
2019-02-11 10:33:47 -07:00
parent a5d9eb3113
commit bbda868ac4
2 changed files with 2 additions and 1 deletions

View File

@@ -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

2
sniper
View File

@@ -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