Skip to content

Commit

Permalink
Merge pull request #645 from osxtest/dev
Browse files Browse the repository at this point in the history
refactor: numeric sort fuzzing_full.txt
  • Loading branch information
six2dez authored Feb 14, 2023
2 parents 4ffde2f + 4105fa9 commit 7b6294f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reconftw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,7 @@ function fuzz(){
done
find $dir/fuzzing/ -type f -iname "*.txt" -exec cat {} + 2>>"$LOGFILE" | anew -q $dir/fuzzing/fuzzing_full.txt
fi
sort --numeric-sort --reverse -t ' ' -k1 -k2 -o $dir/fuzzing/fuzzing_full.txt{,}
end_func "Results are saved in $domain/fuzzing/*subdomain*.txt" ${FUNCNAME[0]}
else
end_func "No $domain/web/webs.txts file found, fuzzing skipped " ${FUNCNAME[0]}
Expand Down

0 comments on commit 7b6294f

Please sign in to comment.