Giter VIP home page Giter VIP logo

nessus_map's People

Contributors

anon-exploiter avatar d3vilbug avatar dependabot[bot] avatar shariqmalik avatar snyk-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nessus_map's Issues

CVS3

Is the project managed? Ranking vulnerabilities is not on CVS3, is this planned to be fixed?

ImportError: cannot import name 'python_2_unicode_compatible' from 'django.utils.encoding'

File "/root/Nessus_Map/Nessus_Map/urls.py", line 6, in
from . import views
File "/root/Nessus_Map/Nessus_Map/views.py", line 3, in
from filebrowser.base import FileListing
File "/usr/local/lib/python3.7/dist-packages/filebrowser/base.py", line 11, in
from django.utils.encoding import python_2_unicode_compatible, force_text
ImportError: cannot import name 'python_2_unicode_compatible' from 'django.utils.encoding' (/usr/local/lib/python3.7/dist-packages/django/utils/encoding.py)

Hello,
I've install "pip3 install django-filebrowser==3.11.1" and them get this error

bind to all ip's

Hi, i cannot find how to change listening address.
where is conf. file for that? :)

tnx.

from filebrowser.base import FileListing

Hello,
I run in Kali Linux

root@kali2:~/Nessus_Map# python3 manage.py runserver
Watching for file changes with StatReloader
Performing system checks...

Exception in thread django-main-thread:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 926, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.7/dist-packages/django/utils/autoreload.py", line 53, in wrapper
fn(*args, **kwargs)
File "/usr/local/lib/python3.7/dist-packages/django/core/management/commands/runserver.py", line 117, in inner_run
self.check(display_num_errors=True)
File "/usr/local/lib/python3.7/dist-packages/django/core/management/base.py", line 395, in check
include_deployment_checks=include_deployment_checks,
File "/usr/local/lib/python3.7/dist-packages/django/core/management/base.py", line 382, in _run_checks
return checks.run_checks(**kwargs)
File "/usr/local/lib/python3.7/dist-packages/django/core/checks/registry.py", line 72, in run_checks
new_errors = check(app_configs=app_configs)
File "/usr/local/lib/python3.7/dist-packages/django/core/checks/urls.py", line 40, in check_url_namespaces_unique
all_namespaces = _load_all_namespaces(resolver)
File "/usr/local/lib/python3.7/dist-packages/django/core/checks/urls.py", line 57, in _load_all_namespaces
url_patterns = getattr(resolver, 'url_patterns', [])
File "/usr/local/lib/python3.7/dist-packages/django/utils/functional.py", line 48, in get
res = instance.dict[self.name] = self.func(instance)
File "/usr/local/lib/python3.7/dist-packages/django/urls/resolvers.py", line 587, in url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
File "/usr/local/lib/python3.7/dist-packages/django/utils/functional.py", line 48, in get
res = instance.dict[self.name] = self.func(instance)
File "/usr/local/lib/python3.7/dist-packages/django/urls/resolvers.py", line 580, in urlconf_module
return import_module(self.urlconf_name)
File "/usr/lib/python3.7/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "", line 728, in exec_module
File "", line 219, in _call_with_frames_removed
File "/root/Nessus_Map/Nessus_Map/urls.py", line 6, in
from . import views
File "/root/Nessus_Map/Nessus_Map/views.py", line 3, in
from filebrowser.base import FileListing
ModuleNotFoundError: No module named 'filebrowser'

How to install the 'filebrowser' module?

Only takes IP

Importing Nessus file only outputs host as IP and URLs are not included. Is this intended behavior?

Error Generator Relatory

Hello, how are you? I try to generate a report and it is giving this error

Request Method: POST
http://10.0.0.208:8000/nessus/gen-html
1.11.29
AttributeError
'NoneType' object has no attribute 'text'
/home/administrador/Nessus_Map/Nessus_Parser/views.py in do_vuln_parsing, line 282
/usr/bin/python3
3.6.9
['/home/administrador/Nessus_Map', '/usr/lib/python36.zip', '/usr/lib/python3.6', '/usr/lib/python3.6/lib-dynload', '/usr/local/lib/python3.6/dist-packages', '/usr/lib/python3/dist-packages']
Wed, 15 Jul 2020 19:10:53 +0000

image
image

Help with FileNotFoundError

I'm getting this error when running Nessus_Map:

FileNotFoundError
[Errno 2] No such file or directory: '/Users/jacobsilberstein/Desktop/Nessus Report Generator/XML'
/Users/jacobsilberstein/Desktop/Nessus Report Generator/Nessus_Parser/views.py, line 263, in parse_all_xml
Nessus_Parser.views.generate_json_file
/Users/jacobsilberstein/Desktop/Nessus Report Generator/bin/python
3.8.1
['/Users/jacobsilberstein/Desktop/Nessus Report Generator', '/Library/Frameworks/Python.framework/Versions/3.8/lib/python38.zip', '/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8', '/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload', '/Users/jacobsilberstein/Desktop/Nessus Report ' 'Generator/lib/python3.8/site-packages']

Any suggestions?

Executive Summary totals request

Hi,

Really pleased I found this tool, thank you for creating it.

I have some feature requests.
For the Executive report, it would be good to have summary tab:

  • Total number of Hosts for each Vulnerability Level
  • Total number of Uniqu Vulnerabilities for each Vulnerability Level and over all total

Thank you
G

MultiValueDictKeyError(key) Error

Hi!

I'm having issues whenever I add a new .nesses file to the XML folder. Everytime I stop and restart the server, it shows me the below error. Deleting the XML files also keeps having this error. I have had to delete the whole application/folder and restart from scratch. Any ideas?
Screenshot 2024-02-27 at 12 28 21 PM

Thanks!

issues while running the server

root@kali:~/Documents/tools/Nessus_Map# python3 manage.py runserver
Watching for file changes with StatReloader
Performing system checks...

Exception in thread django-main-thread:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 926, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "/usr/local/lib/python3.7/dist-packages/django/utils/autoreload.py", line 53, in wrapper
fn(*args, **kwargs)
File "/usr/local/lib/python3.7/dist-packages/django/core/management/commands/runserver.py", line 117, in inner_run
self.check(display_num_errors=True)
File "/usr/local/lib/python3.7/dist-packages/django/core/management/base.py", line 395, in check
include_deployment_checks=include_deployment_checks,
File "/usr/local/lib/python3.7/dist-packages/django/core/management/base.py", line 382, in _run_checks
return checks.run_checks(**kwargs)
File "/usr/local/lib/python3.7/dist-packages/django/core/checks/registry.py", line 72, in run_checks
new_errors = check(app_configs=app_configs)
File "/usr/local/lib/python3.7/dist-packages/django/core/checks/urls.py", line 40, in check_url_namespaces_unique
all_namespaces = _load_all_namespaces(resolver)
File "/usr/local/lib/python3.7/dist-packages/django/core/checks/urls.py", line 57, in _load_all_namespaces
url_patterns = getattr(resolver, 'url_patterns', [])
File "/usr/local/lib/python3.7/dist-packages/django/utils/functional.py", line 48, in get
res = instance.dict[self.name] = self.func(instance)
File "/usr/local/lib/python3.7/dist-packages/django/urls/resolvers.py", line 587, in url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
File "/usr/local/lib/python3.7/dist-packages/django/utils/functional.py", line 48, in get
res = instance.dict[self.name] = self.func(instance)
File "/usr/local/lib/python3.7/dist-packages/django/urls/resolvers.py", line 580, in urlconf_module
return import_module(self.urlconf_name)
File "/usr/lib/python3.7/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 967, in _find_and_load_unlocked
File "", line 677, in _load_unlocked
File "", line 728, in exec_module
File "", line 219, in _call_with_frames_removed
File "/root/Documents/tools/Nessus_Map/Nessus_Map/urls.py", line 6, in
from . import views
File "/root/Documents/tools/Nessus_Map/Nessus_Map/views.py", line 3, in
from filebrowser.base import FileListing
ModuleNotFoundError: No module named 'filebrowser'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.