esReven Project Manager

Workflow - Analyze

Bug report (Scenario)

Analyze CVE-2019-1347_peparsercrash_minimal

Status: Replayed completely

Reven is currently not running for this project.

# Python script to connect to this scenario:

from reven2.preview.project_manager import ProjectManager
pm = ProjectManager("https://reven:8880/")
server = pm.get_server_by(name="CVE-2019-1347_peparsercrash_minimal")

# Do stuff...

try:
    pm.close_server(server)
except Exception as e:
    print("Closing server: ", e)

You can manually upload PDB files for this scenario if necessary - See details