jar

com.factionsecurity : faction-extender

Maven & Gradle

Feb 28, 2024
0 stars

Faction Extender API · API to interfaces for building extensions for Faction.

Table Of Contents

Latest Version

Download com.factionsecurity : faction-extender JAR file - Latest Versions:

All Versions

Download com.factionsecurity : faction-extender JAR file - All Versions:

Version Vulnerabilities Size Updated
2.4

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 faction-extender-2.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.faction.extender

├─ com.faction.extender.ApplicationInventory.class - [JAR]

├─ com.faction.extender.AssessmentManager.class - [JAR]

├─ com.faction.extender.BaseInterface.class - [JAR]

├─ com.faction.extender.VerificationManager.class - [JAR]

├─ com.faction.extender.VulnerabilityManager.class - [JAR]

com.faction.elements.utils

├─ com.faction.elements.utils.Log.class - [JAR]

├─ com.faction.elements.utils.Logger.class - [JAR]

com.faction.elements

├─ com.faction.elements.Assessment.class - [JAR]

├─ com.faction.elements.BaseExtension.class - [JAR]

├─ com.faction.elements.Campaign.class - [JAR]

├─ com.faction.elements.CustomField.class - [JAR]

├─ com.faction.elements.CustomType.class - [JAR]

├─ com.faction.elements.User.class - [JAR]

├─ com.faction.elements.Verification.class - [JAR]

├─ com.faction.elements.Vulnerability.class - [JAR]

com.faction.elements.results

├─ com.faction.elements.results.AssessmentManagerResult.class - [JAR]

├─ com.faction.elements.results.InventoryResult.class - [JAR]

Advertisement