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
Filtering out server host at client side to prevent testing through l…
…ocal network stack (#25)
* applying a filter to prevent hosts from testing against themselfs.
* using slices.Clone
* changing pointers to cloning
* Fixing host cloning and filtering
* Adding proper cli return code on error
* updating vuln check
* Fixing nil reference