public UCWebfuzzer() { InitializeComponent(); webFuzzer = new usertools.WebFuzzer.WebFuzzer(); CookieCol = new CookieCollection(); AwaitingFinish = false; UseMatchSettings = false; MatchRegex = string.Empty; MatchFile = string.Empty; Generators = new List <IGenerator>(); Filters = new List <FuzzerFilter>(); LastFilteredIndex = 0; comboBoxConditionType.SelectedIndex = 0; comboBoxFilterType.SelectedIndex = 0; //LoadDefaultFilters(); textBoxSavePath.Text = Application.StartupPath + "\\match.txt"; deserializeGenerators(); deserializeFilters(); }
public UCWebfuzzer() { InitializeComponent(); webFuzzer = new usertools.WebFuzzer.WebFuzzer(); CookieCol = new CookieCollection(); AwaitingFinish = false; UseMatchSettings = false; MatchRegex = string.Empty; MatchFile = string.Empty; Generators = new List<IGenerator>(); Filters = new List<FuzzerFilter>(); LastFilteredIndex = 0; comboBoxConditionType.SelectedIndex = 0; comboBoxFilterType.SelectedIndex = 0; //LoadDefaultFilters(); textBoxSavePath.Text = Application.StartupPath + "\\match.txt"; deserializeGenerators(); deserializeFilters(); }