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
Transparently modifies the outgoing probe value (fuzz probe being sent to the target), given any envelopes that may have been identified, so that fuzzing within the envelopes can occur.
268
+
Transparently packs the outgoing probe value (fuzz probe being sent to the target) through
269
+
any envelopes that may have been identified, so that fuzzing within the envelopes can occur.
270
+
271
+
Uses pack_value() to avoid mutating the envelope's internal state, preventing cross-contamination
272
+
between submodules that share the same event/envelope object.
Copy file name to clipboardExpand all lines: docs/modules/nuclei.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ The Nuclei module has many configuration options:
52
52
| modules.nuclei.silent | bool | Don't display nuclei's banner or status messages | False |
53
53
| modules.nuclei.tags | str | execute a subset of templates that contain the provided tags | |
54
54
| modules.nuclei.templates | str | template or template directory paths to include in the scan | |
55
-
| modules.nuclei.version | str | nuclei version | 3.6.2 |
55
+
| modules.nuclei.version | str | nuclei version | 3.7.0 |
56
56
<!-- END BBOT MODULE OPTIONS NUCLEI -->
57
57
58
58
Most of these you probably will **NOT** want to change. In particular, we advise against changing the version of Nuclei, as it's possible the latest version won't work right with BBOT.
0 commit comments