jar

ch.javacamp.bot-detector : bot-detector

Maven & Gradle

Mar 28, 2023
0 stars

Bot Detector · A small, fast and dependency less Java library to detect and verify bots and crawlers on the basis of user-agents and IP addresses. The authenticity of a bot can be verified with reverse dns lookups.

Table Of Contents

Latest Version

Download ch.javacamp.bot-detector : bot-detector JAR file - Latest Versions:

All Versions

Download ch.javacamp.bot-detector : bot-detector JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 bot-detector-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ch.javacamp.botdetector.impl.utils

├─ ch.javacamp.botdetector.impl.utils.Cache.class - [JAR]

├─ ch.javacamp.botdetector.impl.utils.Hashs.class - [JAR]

├─ ch.javacamp.botdetector.impl.utils.IOUtils.class - [JAR]

├─ ch.javacamp.botdetector.impl.utils.Sets.class - [JAR]

├─ ch.javacamp.botdetector.impl.utils.StopWatch.class - [JAR]

ch.javacamp.botdetector.impl.verifiers

├─ ch.javacamp.botdetector.impl.verifiers.AmazonIdentification.class - [JAR]

├─ ch.javacamp.botdetector.impl.verifiers.AppleIdentification.class - [JAR]

├─ ch.javacamp.botdetector.impl.verifiers.BingIdentification.class - [JAR]

├─ ch.javacamp.botdetector.impl.verifiers.BlexIdentification.class - [JAR]

├─ ch.javacamp.botdetector.impl.verifiers.CriteoIdentification.class - [JAR]

├─ ch.javacamp.botdetector.impl.verifiers.FacebookIdentification.class - [JAR]

├─ ch.javacamp.botdetector.impl.verifiers.GoogleIdentification.class - [JAR]

├─ ch.javacamp.botdetector.impl.verifiers.GrapeshotIdentification.class - [JAR]

├─ ch.javacamp.botdetector.impl.verifiers.IasVaIdentification.class - [JAR]

├─ ch.javacamp.botdetector.impl.verifiers.InaDlWebIdentification.class - [JAR]

├─ ch.javacamp.botdetector.impl.verifiers.MJ12Identification.class - [JAR]

├─ ch.javacamp.botdetector.impl.verifiers.MegaindexIdentification.class - [JAR]

├─ ch.javacamp.botdetector.impl.verifiers.PetalIdentification.class - [JAR]

├─ ch.javacamp.botdetector.impl.verifiers.Proximic.class - [JAR]

├─ ch.javacamp.botdetector.impl.verifiers.RiddlerIdentification.class - [JAR]

├─ ch.javacamp.botdetector.impl.verifiers.SeekportIdentification.class - [JAR]

├─ ch.javacamp.botdetector.impl.verifiers.SemrushIdentification.class - [JAR]

├─ ch.javacamp.botdetector.impl.verifiers.YandexIdentification.class - [JAR]

├─ ch.javacamp.botdetector.impl.verifiers.YetiIdentification.class - [JAR]

ch.javacamp.botdetector

├─ ch.javacamp.botdetector.Assessment.class - [JAR]

├─ ch.javacamp.botdetector.BotDescription.class - [JAR]

├─ ch.javacamp.botdetector.Bots.class - [JAR]

├─ ch.javacamp.botdetector.Detector.class - [JAR]

├─ ch.javacamp.botdetector.IdentificationRule.class - [JAR]

├─ ch.javacamp.botdetector.Identifier.class - [JAR]

├─ ch.javacamp.botdetector.RequestDescriptor.class - [JAR]

ch.javacamp.botdetector.impl

├─ ch.javacamp.botdetector.impl.BotRules.class - [JAR]

├─ ch.javacamp.botdetector.impl.BotVerifierImpl.class - [JAR]

├─ ch.javacamp.botdetector.impl.DetectorImpl.class - [JAR]

├─ ch.javacamp.botdetector.impl.IPResolver.class - [JAR]

├─ ch.javacamp.botdetector.impl.IdentifierImpl.class - [JAR]