DefectDojo can't import a report w/vulnerabilities from Nmap (but can import a report w/o vulnerabilities) #10160
Unanswered
superpalych
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Can you please open the issue and put there your report? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I executed the command sudo nmap -O -sV 172.16.30.0/24 -oA 172-16-30-0
Nmap 7.94SVN created a report with hosts and open ports, but without vulnerabilities.
DefectDojo 2.12.0 successfully imported the report and displayed a list of hosts and open ports, but without vulnerabilities.
I executed the command sudo nmap -O -sV –script vulners 172.16.30.0/24 -oA 172-16-30-0 and command sudo nmap -sV –script vulners 172.16.30.0/24 -oA 172-16-30-0 (w/o -O)
Nmap created two reports with hosts, open ports and vulnerabilities.
DefectDojo was unable to import this reports with hosts, open ports and vulnerabilities. Error text: An exception error occurred during the report import:Version of CPE not implemented
Can the program import a vulnerability report? If so, how do I do it?
Beta Was this translation helpful? Give feedback.
All reactions