From 7ba67a6d1c198ba03de9a8cb2f5de95fefed5615 Mon Sep 17 00:00:00 2001 From: Fernandez Chris Date: Thu, 24 Aug 2017 10:23:12 -0700 Subject: [PATCH] fix typo --- sniper | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sniper b/sniper index 381f2f7..20c1edd 100755 --- a/sniper +++ b/sniper @@ -226,7 +226,7 @@ function loot { rm -Rf $LOOT_DIR/{screenshots,nmap,domains,output,reports,imports,notes,web}/ 2> /dev/null mkdir $LOOT_DIR/{screenshots,nmap,domains,output,reports,imports,notes,web}/ -p 2> /dev/null echo -e "$OKORANGE + -- --=[Opening workspace directory...$RESET" - if [ ${DISTRO} == "Blackarch" ]; then + if [ ${DISTRO} == "blackarch" ]; then firefox 2> /dev/null & else iceweasel 2> /dev/null & @@ -1667,8 +1667,8 @@ else fi echo -e "$OKGREEN + -- ----------------------------=[Scanning For Common Vulnerabilities]=----- -- +$RESET" -if [ ${DISTRO} == "Blackarch" ]; then - /usr/bin/yasuo -r $TARGET -b all +if [ ${DISTRO} == "blackarch" ]; then + /bin/yasuo -r $TARGET -b all else cd $PLUGINS_DIR/yasuo ruby yasuo.rb -r $TARGET -b all