Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default user-agent trips IDS tools #5

Open
white-glider opened this issue Nov 25, 2022 · 0 comments
Open

Default user-agent trips IDS tools #5

white-glider opened this issue Nov 25, 2022 · 0 comments

Comments

@white-glider
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant