Skip to content

Commit

Permalink
Update BurpBackUp.bambda
Browse files Browse the repository at this point in the history
  • Loading branch information
BugBountyzip authored Jan 1, 2024
1 parent 4ccaa1e commit 5a8e20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Proxy/HTTP/BurpBackUp.bambda
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ try (var writer = new BufferedWriter(new FileWriter(statsFile))) {
writer.write(" index++;");
writer.write(" } else {");
writer.write(" clearInterval(typingInterval);");
writer.write(" document.getElementById(elementId).innerHTML += '<br>Thank you for using Burp Box v1';");
writer.write(" document.getElementById(elementId).innerHTML += '<br>Thank you for using BurpBackUp v1';");
writer.write(" }");
writer.write(" }, 27);");
writer.write("}");
Expand Down

0 comments on commit 5a8e20e

Please sign in to comment.