Skip to content

Commit

Permalink
add website info
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-m0nst3r committed Dec 29, 2020
1 parent dc84d38 commit 0a7373f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/burp/BurpExtender.java
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ public void registerExtenderCallbacks(IBurpExtenderCallbacks c) {
stderr = new PrintWriter(callbacks.getStderr(), true);

stdout.println("Github: https://github.com/mr-m0nst3r/Burpy");
stdout.println("Website: https://m0nst3r.me");
stdout.println("");

serverStarted = false;
Expand Down

0 comments on commit 0a7373f

Please sign in to comment.