Nettacker icon indicating copy to clipboard operation
Nettacker copied to clipboard

Added SSL/TLS Modules

Open Captain-T2004 opened this issue 1 year ago • 0 comments

Checklist

  • [x] I have followed the Contributor Guidelines.
  • [x] The code has been thoroughly tested in my local development environment with flake8 and pylint.
  • [x] The code is Python 3 compatible.
  • [x] The code follows the PEP8 styling guidelines with 4 spaces indentation.
  • [x] This Pull Request relates to only one issue or only one feature
  • [ ] I have referenced the corresponding issue number in my commit message
  • [x] I have added the relevant documentation.
  • [x] My branch is up-to-date with the Upstream master branch.

Changes proposed in this pull request

I have added the SSL/TLS Modules to Nettacker which can detect for weak SSL versions, weak cypher suite and SSL certificate related vulnerabilities.

Your development environment

  • OS: Kali GNU/Linux Rolling x86_64
  • OS Version: 6.8.11-amd64
  • Python Version: 3.11.9

Captain-T2004 avatar Aug 25 '24 14:08 Captain-T2004