nuclei
nuclei copied to clipboard
Implement memoization of heavy javascript protocol calls such as ssh etc
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