From a93995482d7d94b341f790a57de4a4d62d5fe2d3 Mon Sep 17 00:00:00 2001 From: six2dez Date: Sat, 13 May 2023 00:38:27 +0200 Subject: [PATCH] fix httpx info plain --- reconftw.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reconftw.sh b/reconftw.sh index 2cb2ca10..22188dde 100755 --- a/reconftw.sh +++ b/reconftw.sh @@ -1015,7 +1015,7 @@ function webprobe_full(){ fi fi [ -s ".tmp/web_full_info_uncommon.txt" ] && cat .tmp/web_full_info_uncommon.txt | jq -r 'try .url' 2>/dev/null | grep "$domain" | sed "s/*.//" | anew -q .tmp/probed_uncommon_ports_tmp.txt - [ -s ".tmp/web_full_info_uncommon.txt" ] && cat webs/web_full_info_uncommon.txt | jq -r 'try . |"\(.url) [\(.status_code)] [\(.title)] [\(.webserver)] \(.tech)"' | anew -q webs/web_full_info_uncommon_plain.txt + [ -s ".tmp/web_full_info_uncommon.txt" ] && cat .tmp/web_full_info_uncommon.txt | jq -r 'try . |"\(.url) [\(.status_code)] [\(.title)] [\(.webserver)] \(.tech)"' | anew -q webs/web_full_info_uncommon_plain.txt if [ -s ".tmp/web_full_info_uncommon.txt" ]; then if [[ $domain =~ ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9] ]]; then cat .tmp/web_full_info_uncommon.txt 2>>"$LOGFILE" | anew -q webs/web_full_info_uncommon.txt