Skip to content

Nadimibox/AgentUtils

Repository files navigation

Easy and lightweigh fingerprints detect from agent

Implemention

Include lines inside build.gradle:

repositories {
      ...
      maven { url "https://www.jitpack.io" }
}

dependencies {
      ...
      implementation 'com.github.MrNadimi:AgentUtils:1.0.0'
}

This project is forked from HaraldWalker repo