Skip to content

Commit

Permalink
updated bot-ua list
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Dec 13, 2023
1 parent 08f0ac9 commit 5f483f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions defaults/main/0_hardcoded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ NGINX_HC:
basic_auth: ['file', 'pam']
basic_auth_pam: ['system', 'custom']

# see also: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/blob/master/_generator_lists/bad-user-agents.list
user_agents:
# Well-known user-agents used by scripting languages for very basic security-filtering
# matching is done case-insensitive
Expand All @@ -32,24 +33,30 @@ NGINX_HC:
- 'Metasploit'
# automation tools
- 'headless'
- 'cypress'
# golang
- 'go-http-client'
- 'zgrab'
# python
- 'python'
- 'httpx'
- 'httpcore'
- 'aiohttp'
- 'httputil'
- 'urllib'
# php
- 'GuzzleHttp'
- 'phpcrawl'
- 'Zend_Http_Client'
- 'Wordpress'
- 'Symfony-HttpClient'
# others
- 'cpp-httplib' # c++
- 'java'
- 'perl'
- 'axios' # JS
- 'perl'
- 'ruby'

bad_crawlers:
full: []
Expand All @@ -58,6 +65,7 @@ NGINX_HC:
- 'test-bot'
- 'tiny-bot'
- 'fidget-spinner-bot'
- 'download'
# python
- 'scrapy'

Expand Down

0 comments on commit 5f483f0

Please sign in to comment.