You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/extractit/bin/icon_extractit
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ from sys import argv
6
6
7
7
Name="ExtractIt"
8
8
Vendor="rapid7"
9
-
Version="3.0.13"
9
+
Version="3.0.14"
10
10
Description="The ExtractIt plugin is a collection of data extraction actions. This plugin allows users to extract various pieces of information from blocks of text. The pieces of information this plugin can extract include IPs, URLs, file paths, dates, domains, hashes, MAC addresses, and email addresses"
Copy file name to clipboardExpand all lines: plugins/extractit/help.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -673,6 +673,7 @@ Example output:
673
673
674
674
# Version History
675
675
676
+
* 3.0.14 - Updated dependency | Updated SDK to the latest version (6.4.1)
676
677
* 3.0.13 - Improved range of possible 'filepaths' | Resolved issue where filenames were being populated under 'domain' | Updated SDK to latest version (6.3.8)
677
678
* 3.0.12 - Updated SDK to the latest version (6.3.3)
Copy file name to clipboardExpand all lines: plugins/extractit/plugin.spec.yaml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: The ExtractIt plugin is a collection of data extraction actions. Th
7
7
plugin allows users to extract various pieces of information from blocks of text.
8
8
The pieces of information this plugin can extract include IPs, URLs, file paths,
9
9
dates, domains, hashes, MAC addresses, and email addresses
10
-
version: 3.0.13
10
+
version: 3.0.14
11
11
connection_version: 3
12
12
vendor: rapid7
13
13
support: rapid7
@@ -28,7 +28,7 @@ hub_tags:
28
28
features: []
29
29
sdk:
30
30
type: slim
31
-
version: 6.3.8
31
+
version: 6.4.1
32
32
user: nobody
33
33
key_features:
34
34
- Extract dates from a string or file for use in subsequent workflow actions
@@ -46,6 +46,7 @@ key_features:
46
46
- Extract CVEs from a string or file for use in subsequent workflow actions
47
47
- Extract all indicators from a string or file for use in subsequent workflow actions
48
48
version_history:
49
+
- 3.0.14 - Updated dependency | Updated SDK to the latest version (6.4.1)
49
50
- 3.0.13 - Improved range of possible 'filepaths' | Resolved issue where filenames were being populated under 'domain' | Updated SDK to latest version (6.3.8)
50
51
- 3.0.12 - Updated SDK to the latest version (6.3.3)
Copy file name to clipboardExpand all lines: plugins/extractit/setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
setup(
6
6
name="extractit-rapid7-plugin",
7
-
version="3.0.13",
7
+
version="3.0.14",
8
8
description="The ExtractIt plugin is a collection of data extraction actions. This plugin allows users to extract various pieces of information from blocks of text. The pieces of information this plugin can extract include IPs, URLs, file paths, dates, domains, hashes, MAC addresses, and email addresses",
0 commit comments