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

added initial code to use authentication config for nessus #267

Open
wants to merge 4 commits into
base: development
Choose a base branch
from

Conversation

jeremychoi
Copy link
Collaborator

added initial code to handle the existing 'authentication' config options for Nessus.

  • No authentication will affect nothing
  • invalid value for authentication will result in RuntimeError
    • for now, all authentication type except for 'http_header' will result in RuntimeError with an error log, as authentication methods are yet to be implemented at a later time
    • 'http_header' type for authentication will result in RuntimeError with a different specific error log as Nessus doesn't support it.

@jeremychoi jeremychoi requested a review from a team as a code owner November 26, 2024 14:20
rapidast.py Show resolved Hide resolved
requirements.txt Outdated Show resolved Hide resolved
scanners/nessus/nessus_none.py Outdated Show resolved Hide resolved
scanners/nessus/nessus_none.py Outdated Show resolved Hide resolved
scanners/nessus/nessus_none.py Outdated Show resolved Hide resolved
scanners/nessus/nessus_none.py Outdated Show resolved Hide resolved
scanners/nessus/nessus_none.py Outdated Show resolved Hide resolved
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

Successfully merging this pull request may close these issues.

3 participants