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

Connect Exploit traceback #157

Open
grutz opened this issue Jan 21, 2015 · 0 comments
Open

Connect Exploit traceback #157

grutz opened this issue Jan 21, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@grutz
Copy link
Contributor

grutz commented Jan 21, 2015

Connecting exploits using scheduler:

Traceback (most recent call last):
  File "/Users/grutz/Kvasir/web2py/gluon/scheduler.py", line 306, in executor
    "name '%s' not found in scheduler's environment" % f)
NameError: name 'connect_exploits' not found in scheduler's environment

Need to add this to models/scheduler.py:

##----------------------------------------------------------------------------

def connect_exploits(filename=None):
    """
    Process Nexpose exploits.xml file into the database
    """
    from skaldship.exploits import connect_exploits

    connect_exploits()
    return True
@grutz grutz added the bug label Jan 21, 2015
@grutz grutz self-assigned this Jan 21, 2015
@grutz grutz added this to the 1.1.1 milestone Jan 21, 2015
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

1 participant