Skip to content

Commit

Permalink
refactor: numeric sort fuzzing_full.txt
Browse files Browse the repository at this point in the history
sort the results of fuzzing_full.txt for better readability and quick discovery of interesting
results.
  • Loading branch information
osxtest committed Feb 12, 2023
1 parent 5521272 commit 4105fa9
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 4105fa9

Please sign in to comment.