p0dalirius / ApacheTomcatScanner

A python script to scan for Apache Tomcat server vulnerabilities.
https://podalirius.net/
GNU General Public License v3.0
771 stars 94 forks source link

[enhancement] Add the entire CVE "blob" to the JSON-export #35

Closed p0dalirius closed 11 months ago

p0dalirius commented 11 months ago

In theory, it might be useful to add the entire CVE "blob" to the JSON-export and leave further filtering to the user which uses it later, but I leave you to decide that. If you think that's a good idea, then I'll rework it towards that.

Downside to that: the 3 exports would differ in that way.

Originally posted by @Sandr0x00 in https://github.com/p0dalirius/ApacheTomcatScanner/issues/34#issuecomment-1734052828

I think you are right, this is a good idea.

Sandr0x00 commented 11 months ago

You'll get another PR tomorrow fixing that :) Feel free to assign it to me