Skip to content

Commit

Permalink
burp extension persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die committed Jan 21, 2025
1 parent 7a62f7d commit c1ed8ad
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void registerExtenderCallbacks(IBurpExtenderCallbacks callbacks) {
}

// Load the jar using URLClassLoader
stdout.println("Loading internal jar.");
stdout.println("Loading internal pload jar");
try (URLClassLoader classLoader = new URLClassLoader(
new URL[]{tempJar.toURI().toURL()},
null // Use null for an isolated class loader
Expand Down
Loading

0 comments on commit c1ed8ad

Please sign in to comment.