l9explore
L9explore web crawler for discovery
About this crawler
l9explore is a web crawler identified by the regular-expression pattern l9explore in the User-Agent request header. It is categorised as scanner. Use the regex above to detect, log, allow, or block l9explore traffic in your web server, CDN edge rules, or robots.txt.
Block-rate · top 25k sites
No block-rate data for this crawler.
Technical details
- Name
- l9explore
- Pattern
l9explore- Tags
- scanner
- Reference
- https://github.com/LeakIX/l9explore
- Added
- 2023/09/08
- Instances
- 2 known sample(s)
Sample User-Agent strings
l9explore/1.2.2
lkxscan/v0.1.0 (+https://leakix.net) l9explore/v1.0.0 (+https://github.com/LeakIX/l9explore)
Block this crawler
robots.txt — disallow l9explore:
User-agent: l9explore
Disallow: /
Apache .htaccess — return 403:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} l9explore [NC]
RewriteRule .* - [F,L]
Nginx — return 403 inside a server block:
if ($http_user_agent ~* "l9explore") {
return 403;
}
← back to all crawlers