This issue tracks the capability to support multiple default ports in JavaScript templates within the Nuclei engine.
Context:
This enhancement is being implemented in PR #6501 by @pussycat0x.
Related Links:
Description:
The capability allows JavaScript templates to specify and test multiple ports, enabling more flexible network protocol testing scenarios. This is particularly useful for protocols that may run on various default ports (e.g., SSH on ports 22, 222, 2244).
Example Usage:
Templates can now specify multiple ports in the Port argument, and the engine will test each port accordingly.
cc: @pussycat0x @Mzack9999