Skip to content

Commit

Permalink
Updated to v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
capt-meelo authored Feb 14, 2019
1 parent 077939c commit ba8a094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LazyRecon.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/bin/bash

VERSION="1.1"
VERSION="1.2"

TARGET=$1

WORKING_DIR=$(pwd)
WORKING_DIR=$(dirname "$0")
TOOLS_PATH="$WORKING_DIR/tools"
WORDLIST_PATH="$WORKING_DIR/wordlists"
RESULTS_PATH="$WORKING_DIR/results/$TARGET"
Expand Down

0 comments on commit ba8a094

Please sign in to comment.