[merge] Merging develop into ui_improvements#713
Merged
viyatb merged 10 commits intoowtf:ui_improvementsfrom Jul 13, 2016
saganshul:develop
Merged
[merge] Merging develop into ui_improvements#713viyatb merged 10 commits intoowtf:ui_improvementsfrom saganshul:develop
viyatb merged 10 commits intoowtf:ui_improvementsfrom
saganshul:develop
Conversation
* This sorts the group plugins in a sorted order so that the order is external -> passive -> semi_passive -> active -> active -> bruteforce Grep plugins will always run after semi_passive and active.
* uncommenting aux plugin configurations * Copied aux configurations to framework config file * Added a function to return target for aux plugins, fixes #125 #126 partially fixes #386 #602 * renamed get function according to new code structure, fixes #386 partially fixes #602 * updated the codes according to current owtf code structure * Atleast now one aux i.e. OWTF-ADoS-001 is working ! Also updated not found aux target message * Bruteforce aux plugin is now working + updated the aux target parameters to check for + updated aux to auxiliary as per the current owtf strucutre + edited RESPONSE_* to _RESPONSE_* because of https://github.com/owtf/owtf/blob/v2.0a/framework/db/transaction_manager.py#L344 + removed unused configurations from framework_config.cfg + moved neccessary bruteforce dictionary configurations to framework_config.cfg * aux exploit plugin fixed * Selenium aux plugin fixed * rce aux plugins fixed * aux smb plugins are now working * Added spear phishing component * Spear fishing plugin fixed + renamed set to Set as set is a used keyword in python * Targeted phishing aux plugin fixed * TODO fixes for some aux plugins * No sorting is required if aux plugins are to run + Along with an aux plugin only another aux plugin can be run so if there is one aux plugin then plugin list consists of only aux plugins hence no sorting is need among them. * Code cleanup related to aux plugins
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reviewers
@delta24