Refactor and move all variables to ScanContext #4631
Labels
Priority: Medium
This issue may be useful, and needs some attention.
Type: Enhancement
Most issues will probably ask for additions or changes.
Proposed Change
In Nuclei , we use map data type to store all variables and different types of variables at that . and for every request we create new map by joining and evaluating them before and after every request (this causes lot of allocations and deallocations). having a centrailized
VariableCluster
makes it more strategic and easy to manageThe text was updated successfully, but these errors were encountered: