Package net.continuumsecurity.web.steps

Examples of net.continuumsecurity.web.steps.WebApplicationSteps


        parser = new CmdLineParser(this);
    }

    @Override
    public InjectableStepsFactory stepsFactory() {
        WebApplicationSteps ws = new WebApplicationSteps();
        return new InstanceStepsFactory(configuration(),
                ws,
                new InfrastructureSteps(),
                new NessusScanningSteps(),
                new AppScanningSteps());
View Full Code Here


    return new StoryFinder().findPaths(CodeLocations.codeLocationFromURL(storyUrl), "**/configuration.story","");
  }

  @Override
  public InjectableStepsFactory stepsFactory() {
    WebApplicationSteps ws = new WebApplicationSteps();
    return new InstanceStepsFactory(configuration(),
        ws,
                new InfrastructureSteps(),
        new AppScanningSteps());
  }
View Full Code Here

TOP

Related Classes of net.continuumsecurity.web.steps.WebApplicationSteps

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.