We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
we can create config file to save default configuration and scope of the scan
$ lotus scan .... --config scope.toml
scope.toml
include = ["http://google.com", "http://.*.nokia.com"] exclude = ["http://example.com"] [headers] X-API-TEST = "123" output = "output.json" script_workers = 15 workers = 10 urls_file = "urls.txt"
The text was updated successfully, but these errors were encountered:
We can ignore this for now, scene we don't have a lot of options to be written in the config file
Sorry, something went wrong.
When branches are created from issues, their pull requests are automatically linked.
we can create config file to save default configuration and scope of the scan
scope.toml
The text was updated successfully, but these errors were encountered: