Skip to content

Commit 92fa404

Browse files
committed
Updating descriptions a names
1 parent 02a043f commit 92fa404

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

BappDescription.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p>This exension allows execution of custom Python scripts to be used with HTTP request and responses plus handling Macro Items.</p>
1+
<p>This exension allows execution of custom Python scripts to be used with HTTP request and responses plus handling Macro messages.</p>
22
<p>To use, type or paste a Python script into the &quot;Python Scripts&quot; tab, and use Burp in
33
the normal way. The script will be executed for each HTTP request and response.
44
The following variables are defined in the context of the script:</p>

BappManifest.bmf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ SerialVersion: 2
77
MinPlatformVersion: 0
88
ProOnly: False
99
Author: Marcin Wielgoszewski, Mike Cromwell
10-
ShortDescription: Allows execution of custom Python scripts to be used with HTTP request and responses plus handling Macro Items.
10+
ShortDescription: Allows execution of custom Python scripts to be used with HTTP request and responses plus handling Macro messages.
1111
EntryPoint: python-scripter.py

python-scripter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import traceback
77

8-
__NAME__ = 'Multi-py'
8+
__NAME__ = 'Python Scripter'
99

1010

1111
IBurpExtenderCallbacks.TOOL_MACRO = 0

0 commit comments

Comments
 (0)