Skip to content
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

[develop] CLI listing plugins fails #366

Closed
DePierre opened this issue Nov 7, 2014 · 1 comment
Closed

[develop] CLI listing plugins fails #366

DePierre opened this issue Nov 7, 2014 · 1 comment
Labels

Comments

@DePierre
Copy link
Contributor

DePierre commented Nov 7, 2014

OWTF fails to list any of its plugins as shown below:

tour-depierre owcs/owtf ‹develop› » python2 owtf.py -l web

 _____ _ _ _ _____ _____
|     | | | |_   _|   __|
|  |  | | | | | | |   __|
|_____|_____| |_| |__|

        @owtfp
    http://owtf.org

[*] OWTF Version: 1.0.1, Release: LionHeart (Beta) 
[-] Loading framework please wait..
Traceback (most recent call last):
  File "owtf.py", line 531, in <module>
    main(sys.argv)
  File "owtf.py", line 508, in main
    run_owtf(core, args)
  File "owtf.py", line 472, in run_owtf
    if core.Start(args):
  File "/home/depierre/git-repo/owcs/owtf/framework/core.py", line 282, in Start
    if self.initialise_framework(options):
  File "/home/depierre/git-repo/owcs/owtf/framework/core.py", line 292, in initialise_framework
    self.PluginHandler.ShowPluginList()
AttributeError: Core instance has no attribute 'PluginHandler'

The same goes for net and aux.
@alessandrofg This seems to come from your re-architecture pull request.

@DePierre DePierre added the Bug label Nov 7, 2014
@alessandrofg
Copy link
Contributor

I think this should also be failing in the master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants