Skip to content

Commit

Permalink
Merge pull request six2dez#869 from kleozzy/dev
Browse files Browse the repository at this point in the history
Add soft flag for p1radup to allow same host different path
  • Loading branch information
six2dez authored Apr 9, 2024
2 parents f1032eb + 04d086f commit 3e23c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reconftw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1890,7 +1890,7 @@ function urlchecks() {
NUMOFLINES=$(cat .tmp/url_extract_uddup.txt 2>>"$LOGFILE" | anew webs/url_extract.txt | sed '/^$/d' | wc -l)
notification "${NUMOFLINES} new urls with params" info
end_func "Results are saved in $domain/webs/url_extract.txt" ${FUNCNAME[0]}
p1radup -i webs/url_extract.txt -o webs/url_extract_nodupes.txt
p1radup -i webs/url_extract.txt -o webs/url_extract_nodupes.txt -s
if [[ $PROXY == true ]] && [[ -n $proxy_url ]] && [[ $(cat webs/url_extract.txt | wc -l) -le $DEEP_LIMIT2 ]]; then
notification "Sending urls to proxy" info
ffuf -mc all -w webs/url_extract.txt -u FUZZ -replay-proxy $proxy_url 2>>"$LOGFILE" >/dev/null
Expand Down

0 comments on commit 3e23c5a

Please sign in to comment.