Skip to content

Commit

Permalink
Small fix on var name
Browse files Browse the repository at this point in the history
  • Loading branch information
six2dez committed Aug 29, 2021
1 parent 8ee4e4c commit f665d1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#Ignoring output directories
Recon/
output/
.obsidian/

#Ignoring compressed files
*.tar
Expand Down
2 changes: 1 addition & 1 deletion reconftw.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ DOMAIN_INFO=true
METAFINDER_LIMIT=20 # Max 250

# Subdomains
SUBDOMAINS=true
SUBDOMAINS_GENERAL=true
SUBPASSIVE=true
SUBCRT=true
SUBANALYTICS=true
Expand Down
2 changes: 1 addition & 1 deletion reconftw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ function subdomains_full(){

[ -s "${inScope_file}" ] && cat ${inScope_file} | anew -q subdomains/subdomains.txt

if ! [[ $domain =~ ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9] ]] && [ "$SUBDOMAINS" = true ]; then
if ! [[ $domain =~ ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9] ]] && [ "$SUBDOMAINS_GENERAL" = true ]; then
sub_passive
sub_crt
sub_active
Expand Down

0 comments on commit f665d1d

Please sign in to comment.