Two simple tutorials to convert between JSON and CSV data.
How to convert JSON to CSV
How to convert CSV to JSON
Links:
- https://www.youtube.com/watch?v=YLCSVv46ERo
- https://www.youtube.com/watch?v=LeFDBRAhRls
Two simple tutorials to convert between JSON and CSV data.
Links:
Just completed my SEC573 training (since Aug 2020), and passed the GIAC Python Coder (GPYC) certification.
Syllabus:
Link: Automating Information Security with Python | SANS SEC573
Today I created a small python script that allow me to check the number of vulnerable host in Kenna based on a CVE ID.
It helps me to check on how many hosts contain a particular CVE vulnerability, whether it is Closed, or Open, or Risk_Accepted, or False_Positive.
But I'm thinking to improve the script later by including the vulnerability count for both active/inactive hosts.