Projects STRLCPY LoggerPlusPlus Commits 3f80f879
🤬
  • ■ ■ ■ ■ ■ ■
    BappManifest.bmf
    skipped 1 lines
    2 2  ExtensionType: 1
    3 3  Name: Logger++
    4 4  RepoName: logger-plus-plus
    5  -ScreenVersion: 3.19.3a
     5 +ScreenVersion: 3.20.0
    6 6  SerialVersion: 20
    7 7  MinPlatformVersion: 0
    8 8  ProOnly: False
    9  -Author: Soroush Dalili & Corey Arthur, NCC Group
     9 +Author: Corey Arthur, NCC Group
    10 10  ShortDescription: Logs requests and responses for all Burp tools in a sortable table.
    11 11  EntryPoint: releases/LoggerPlusPlus.jar
    12 12  BuildCommand: gradle jar
    skipped 2 lines
  • ■ ■ ■ ■
    src/main/java/com/nccgroup/loggerplusplus/util/Globals.java
    skipped 7 lines
    8 8   
    9 9  public class Globals {
    10 10   public static final String APP_NAME = "Logger++";
    11  - public static final String VERSION = "3.19.4";
     11 + public static final String VERSION = "3.20.0";
    12 12   public static final String AUTHOR = "Corey Arthur (@CoreyD97), Soroush Dalili (@irsdl) from NCC Group";
    13 13   public static final String TWITTER_URL = "https://twitter.com/CoreyD97";
    14 14   public static final String IRSDL_TWITTER_URL = "https://twitter.com/irsdl";
    skipped 135 lines
Please wait...
Page is in error, reload to recover