Skip to content

Commit

Permalink
Fixed subjack bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
bellma101 committed Mar 6, 2019
1 parent 8ee8a4a commit ffbd6d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chomp-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1561,8 +1561,6 @@ function run_wafw00f() {
}

function run_subjack() {
# Call with domain as $1 and wordlist as $2

# Call with domain as $1 and domain list as $2
if [[ $2 == $WORKING_DIR/$ALL_RESOLVED ]]; then
echo -e "$GREEN""[i]$BLUE Running subjack against all $(wc -l "$WORKING_DIR"/$ALL_RESOLVED | cut -d ' ' -f 1) unique discovered subdomains to check for subdomain takeover.""$NC";
Expand Down

0 comments on commit ffbd6d8

Please sign in to comment.