From 4105fa99402cc01de73a2c3d7cf3df8073f3cc41 Mon Sep 17 00:00:00 2001 From: osxtest <38131934+osxtest@users.noreply.github.com> Date: Sun, 12 Feb 2023 09:48:53 +0800 Subject: [PATCH] refactor: numeric sort fuzzing_full.txt sort the results of fuzzing_full.txt for better readability and quick discovery of interesting results. --- reconftw.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/reconftw.sh b/reconftw.sh index 8845fc24..76b1dfbb 100755 --- a/reconftw.sh +++ b/reconftw.sh @@ -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]}