From ee1d399db949777d296d23a545f3ce0dec3a53bf Mon Sep 17 00:00:00 2001 From: RoomWithOutRoof <166608075+Jah-yee@users.noreply.github.com> Date: Sat, 27 Jun 2026 10:54:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20Sucessfully=E2=86=92Successful?= =?UTF-8?q?ly=20typo=20in=20Burp-WebTech.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Burp-WebTech.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Burp-WebTech.py b/Burp-WebTech.py index f1cf655..e4ec7bc 100644 --- a/Burp-WebTech.py +++ b/Burp-WebTech.py @@ -17,7 +17,7 @@ def registerExtenderCallbacks(self, callbacks): self.helpers = callbacks.getHelpers() callbacks.setExtensionName("WebTech") self.out = callbacks.getStdout() - self.callbacks.printOutput("Sucessfully loaded WebTech {}".format(VERSION)) + self.callbacks.printOutput("Successfully loaded WebTech {}".format(VERSION)) self.webtech = WebTech(options={'json': True})