Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
r3k2 committed Aug 24, 2017
1 parent 24c6a5b commit 7ba67a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sniper
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7ba67a6

Please sign in to comment.