jar

org.nekosoft.utils : crawler-detect

Maven & Gradle

Sep 01, 2022
1 stars

Crawler Detect · A Java port of crawlerdetect.io, a PHP class for detecting bots/crawlers/spiders via the user agent and http_from header

Table Of Contents

Latest Version

Download org.nekosoft.utils : crawler-detect JAR file - Latest Versions:

All Versions

Download org.nekosoft.utils : crawler-detect JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.9.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window crawler-detect-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.nekosoft.utils.crawlerdetect

├─ org.nekosoft.utils.crawlerdetect.AbstractDataProvider.class - [JAR]

├─ org.nekosoft.utils.crawlerdetect.Detector.class - [JAR]

org.nekosoft.utils

├─ org.nekosoft.utils.CrawlerDetect.class - [JAR]

org.nekosoft.utils.crawlerdetect.data

├─ org.nekosoft.utils.crawlerdetect.data.Crawlers.class - [JAR]

├─ org.nekosoft.utils.crawlerdetect.data.Exclusions.class - [JAR]

├─ org.nekosoft.utils.crawlerdetect.data.Headers.class - [JAR]