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

插件管理,keyerror #8

Open
passengerxlb opened this issue Mar 10, 2020 · 0 comments
Open

插件管理,keyerror #8

passengerxlb opened this issue Mar 10, 2020 · 0 comments

Comments

@passengerxlb
Copy link

Environment:

Request Method: GET
Request URL: http://127.0.0.1:8000/scan/

Django Version: 1.11.29
Python Version: 2.7.17
Installed Applications:
['django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'appscan',
'portscan',
'accounts',
'jixianjiancha',
'plug']
Installed Middleware:
['django.middleware.security.SecurityMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware']

Traceback:

File "C:\Python27\lib\site-packages\django\core\handlers\exception.py" in inner
41. response = get_response(request)

File "C:\Python27\lib\site-packages\django\core\handlers\base.py" in _get_response
187. response = self.process_exception_by_middleware(e, request)

File "C:\Python27\lib\site-packages\django\core\handlers\base.py" in _get_response
185. response = wrapped_callback(request, *callback_args, **callback_kwargs)

File "D:\security\vulscan-master\appscan\scan_views.py" in index
34. updata(request)

File "D:\security\vulscan-master\appscan\scan_views.py" in updata
133. res = cn.get_info()

File "D:\security\vulscan-master\appscan\function.py" in get_info
66. poc = kb.registeredPocs[self.moduleName]

Exception Type: KeyError at /scan/
Exception Value: '52-ssh-usrname-enumerationpy'

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

No branches or pull requests

1 participant