URLextractor icon indicating copy to clipboard operation
URLextractor copied to clipboard

Default user-agent trips IDS tools

Open white-glider opened this issue 3 years ago • 0 comments

The default user-agent used by curl inadvertently triggers intrusion detection tools (e.g. Snort) which might end up temporarily blocking the access to the target URL.

The fix is simple though: in the config.sh file change CURL_UA=Mozilla to CURL_UA=Mozilla/5.0. Just append "/5.0" and it should be good to go.

white-glider avatar Nov 25 '22 03:11 white-glider