We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82e80e commit d48d352Copy full SHA for d48d352
1 file changed
BappDescription.html
@@ -1,7 +1,7 @@
1
<p>This extension allows execution of custom Python scripts to be used with HTTP request and responses plus support for handling Macro messages.</p>
2
<p>To use, type or paste a Python script into the "Python Scripts" tab, and use Burp in
3
the normal way. The script will be executed for each HTTP request and response.</p>
4
-<p>Items placed into the `state` dictionary will be persisted across request/responses.</p>
+<p>Items placed into the 'state' dictionary will be persisted across request/responses.</p>
5
<p>The following variables are defined in the context of the script:</p>
6
<ul>
7
<li>extender: IBurpExtender</li>
0 commit comments