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
python spider/spider_get_vendor_cve.py # crawl the corresponding vendor's CVEs and save them to the results/{Vendor}
Ground Truth Database
python spider/cve_filter_by_product.py # filter the CVEs of base product and save as result/{Vendor}/{Series}/{product}/{product}_{Vendor}_cve.csv
python cve_summary_by_llm.py # Using the Vulnerability Analyzer LLM to generate json-format Vulnerability Signatures,save as result/{Vendor}/{Series}/{product}/{product}_CVE.json# Generate Interface Signature and save as result/{Vendor}/{Series}/{product}/{product}_page.json
python result/merge_page_and_CVE_for_db.py # {product}_page.json ∪ {product}_CVE.json
Test product
# Generate Interface Signature and save as result/{Vendor}/{Series}/{product}/{product}_page.json
python result/crash_reuse.py
# 生成result/{Vendor}/{Series}/{product}/result/*.json
python result/generate_poc_by_llm.py
# result/{Vendor}/{Series}/{product}/result/{product}.json
python result/exec_poc.py