Skip to content

Commit 0a7373f

Browse files
committed
add website info
1 parent dc84d38 commit 0a7373f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/burp/BurpExtender.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ public void registerExtenderCallbacks(IBurpExtenderCallbacks c) {
133133
stderr = new PrintWriter(callbacks.getStderr(), true);
134134

135135
stdout.println("Github: https://github.com/mr-m0nst3r/Burpy");
136+
stdout.println("Website: https://m0nst3r.me");
136137
stdout.println("");
137138

138139
serverStarted = false;

0 commit comments

Comments
 (0)