You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cryptonice should produce recommendations based on vulnerabilities, weaknesses and missing features (e.g. DNS CAA not configured). An easy option would be to simply output during the console output (in scanner.py), however we may also want these recommendations in the JSON file.
Therefore, we should create a new "recommendations" dictionary option in each scanning module. All "recommendations" sections can then be read in and It Not None then output to the console.
The text was updated successfully, but these errors were encountered:
cryptonice should produce recommendations based on vulnerabilities, weaknesses and missing features (e.g. DNS CAA not configured). An easy option would be to simply output during the console output (in scanner.py), however we may also want these recommendations in the JSON file.
Therefore, we should create a new "recommendations" dictionary option in each scanning module. All "recommendations" sections can then be read in and It Not None then output to the console.
The text was updated successfully, but these errors were encountered: