p0dalirius / ApacheTomcatScanner

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

[bug] Fixes to export functions, add finding-cves also to JSON output #34

Closed Sandr0x00 closed 1 year ago

Sandr0x00 commented 1 year ago

Hi, I realized SQLite and XLSX export did not work, so I fixed them. Additionally, CVEs were not present in JSON, but in the 2 other exports, so I also added them there.

Best, sandr0

Sandr0x00 commented 1 year 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.

Sandr0x00 commented 1 year ago

BTW, you would also have to merge yourself, since:

Only those with write access to this repository can merge pull requests.