-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
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
option -t not working on develop #390
Comments
This is a side effect of my fix e301f7b (#375). I changed the default IMO, the owtf/framework/config/config.py Line 151 in e301f7b
Thought on that @dscarson @tunnelshade ? |
I really think that the CLI options processing should be moved to |
Desired behaviour: After GSoC 2013, the behaviour was: owtf.py ip => network scan + web scan IF some port "speaks http" That is also what most people would expect and pretty much the most simple possible way to start a scan imho. |
So following behaviour should also be in the latest version:
|
But the following command works (explicitly specifying the plugin group): |
Revert "set plugin group to web if not specified, fixes #390"
I cloned a fresh repo, and tried to run following command.
The text was updated successfully, but these errors were encountered: