Skip to content

Commit

Permalink
Fixes auto close of burp
Browse files Browse the repository at this point in the history
  • Loading branch information
BuffaloWill committed Aug 4, 2022
1 parent 127ecc4 commit b8cc318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/burp/BurpExtender.java
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,9 @@ public void registerExtenderCallbacks (IBurpExtenderCallbacks callbacks)
cli.contains("responseMap") ||
cli.contains("responseBody") ||
cli.contains("storeData"))){

stdout.println("{\"Message\":\"Unrecognized flag\"}");
// Close down burpsuite only if this extension was used
callbacks.exitSuite(false);
}

// print the proxyHistory to stdout
Expand Down

0 comments on commit b8cc318

Please sign in to comment.