nuclei icon indicating copy to clipboard operation
nuclei copied to clipboard

Implement memoization of heavy javascript protocol calls such as ssh etc

Open Ice3man543 opened this issue 2 years ago • 0 comments

Please describe your feature request:

These heavy calls with no extra args take too much of time. If the function signature is exactly the same, and also the arguments etc doing a deep compare as identical, we can implement a caching layer to add cachable functions to js for stuff such as GetSSHDetail

Describe the use case of this feature:

Ice3man543 avatar Dec 07 '23 18:12 Ice3man543