View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window fofa-core-1.0.6.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.r4v3zn.fofa.core.client
├─ com.r4v3zn.fofa.core.client.FofaClient.class - [JAR]
├─ com.r4v3zn.fofa.core.client.FofaConstants.class - [JAR]
├─ com.r4v3zn.fofa.core.client.FofaHost.class - [JAR]
├─ com.r4v3zn.fofa.core.client.FofaSearch.class - [JAR]
com.r4v3zn.fofa.core.util
├─ com.r4v3zn.fofa.core.util.FieldUtils.class - [JAR]
├─ com.r4v3zn.fofa.core.util.HttpUtils.class - [JAR]
com.r4v3zn.fofa.core.enmus
├─ com.r4v3zn.fofa.core.enmus.UserVipLevelEnum.class - [JAR]
com.r4v3zn.fofa.core.exception
├─ com.r4v3zn.fofa.core.exception.FofaException.class - [JAR]
com.r4v3zn.fofa.core.DO
├─ com.r4v3zn.fofa.core.DO.FofaData.class - [JAR]
├─ com.r4v3zn.fofa.core.DO.HostData.class - [JAR]
├─ com.r4v3zn.fofa.core.DO.SearchData.class - [JAR]
├─ com.r4v3zn.fofa.core.DO.StatsData.class - [JAR]
├─ com.r4v3zn.fofa.core.DO.User.class - [JAR]
├─ com.r4v3zn.fofa.core.DO.UserLogin.class - [JAR]