We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad1575 commit 344e10aCopy full SHA for 344e10a
1 file changed
DetectDynamicJS.py
@@ -30,8 +30,8 @@
30
except ImportError:
31
print "Failed to load dependencies. This issue maybe caused by using an unstable Jython version."
32
33
-VERSION = '0.6'
34
-VERSIONNAME = 'Marsellus Wallace'
+VERSION = '0.7'
+VERSIONNAME = 'Captain Koons'
35
36
37
class BurpExtender(IBurpExtender, IScannerCheck, IExtensionStateListener, IHttpRequestResponse):
0 commit comments