Skip to content

Commit

Permalink
Updated usage of rescope.
Browse files Browse the repository at this point in the history
  • Loading branch information
bellma101 committed Mar 14, 2019
1 parent 353830c commit ee668b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chomp-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2075,7 +2075,7 @@ function run_rescope() {

# Make sure resolved domains exists
if [[ $(wc -l "$WORKING_DIR"/"$ALL_RESOLVED" | cut -d ' ' -f 1) -gt 0 ]]; then
"$RESCOPE" burp -i "$WORKING_DIR"/"$ALL_RESOLVED" -o "$WORKING_DIR"/burp-scope.json -s;
"$RESCOPE" --burp -i "$WORKING_DIR"/"$ALL_RESOLVED" -o "$WORKING_DIR"/burp-scope.json -s;
fi
}

Expand Down

0 comments on commit ee668b1

Please sign in to comment.