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
Along with the change #74 the user should be able to specify additional, modified scans that they can launch at command line.
So, for example, if:
--scantype "codingo-hackthebox"
Was run then the scan found under "codingo-hackthebox" in the scans object in config.json would be used. If nothing was specified then the object "default" would be used.
The text was updated successfully, but these errors were encountered:
Just wanted to check before I do any significant changes, but what would you like the scan default to be? Currently I would have an empty default object under scan. Then users would add their own scans which you can then provide as an argument on the command line as ---scantype my-scan. Is that along the lines of what you were thinking? Also thanks, I like this project so I wanted to help.
Along with the change #74 the user should be able to specify additional, modified scans that they can launch at command line.
So, for example, if:
Was run then the scan found under "codingo-hackthebox" in the scans object in config.json would be used. If nothing was specified then the object "default" would be used.
The text was updated successfully, but these errors were encountered: