kevthehermit / VolUtility

Web App for Volatility framework
GNU General Public License v3.0
378 stars 83 forks source link

Error on Get Session #86

Open shehreyarahmedkohati opened 4 years ago

shehreyarahmedkohati commented 4 years ago

Python Executable: /usr/bin/python Python Version: 2.7.17 Ubuntu 18.04 Desktop

After running a plugin, when I click to see the result I get error

Request Method: GET Request URL: http://0.0.0.0:8000/session/5f438d08cf54a87db9ec6da4/

Django Version: 1.11.29 Python Version: 2.7.17 Installed Applications: ['django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'django.contrib.admin', 'web'] 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.auth.middleware.SessionAuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware']

Traceback:

File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/exception.py" in inner

  1. response = get_response(request)

File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py" in _legacy_get_response

  1. response = self._get_response(request)

File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py" in _get_response

  1. response = self.process_exception_by_middleware(e, request)

File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py" in _get_response

  1. response = wrapped_callback(request, *callback_args, **callback_kwargs)

File "/home/digit/VolUtility/web/views.py" in session_page

  1. if float(vol_interface.vol_version) < 2.5:

Exception Type: ValueError at /session/5f438d08cf54a87db9ec6da4/ Exception Value: invalid literal for float(): 2.6.1

shehreyarahmedkohati commented 4 years ago

Please help!!

garanews commented 3 years ago

@shehreyarahmedkohati give a try to https://github.com/LDO-CERT/orochi