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
Currently, Gato-X's enumeration flow is very much single threaded. This makes it hard to add enumeration passes for more in-depth analysis.
Re-write Gato-X's enumeration flow to use worker processes, this way it will be possible to add more in-depth analysis modules and makes Gato-X a better architected too.
The text was updated successfully, but these errors were encountered:
Currently, Gato-X's enumeration flow is very much single threaded. This makes it hard to add enumeration passes for more in-depth analysis.
Re-write Gato-X's enumeration flow to use worker processes, this way it will be possible to add more in-depth analysis modules and makes Gato-X a better architected too.
The text was updated successfully, but these errors were encountered: