JefferyHus / es6-crawler-detect

:spider: This is an ES6 adaptation of the original PHP library CrawlerDetect, this library will help you detect bots/crawlers/spiders vie the useragent.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is `projectdiscovery` supposed to be considered as a crawler?

ardok opened this issue · comments

commented

Describe the bug
https://github.com/projectdiscovery/httpx

User agent is: httpx - Open-source project (github.com/projectdiscovery/httpx)

image

To Reproduce
Just pass that string into isCrawler('httpx - Open-source project (github.com/projectdiscovery/httpx)')

Expected behavior
Return true since it's a crawler?

Screenshots
N/A

Desktop (please complete the following information):
N/A

Smartphone (please complete the following information):
N/A

Additional context
Recently discovered this on my app. Skimming around, it seems to be a crawler? Though I might be wrong.

commented

Oops. Looks like I was doing something wrong. It's correctly being considered as a crawler. :derp: