Closed btilongnguyen closed 2 years ago
It seems the API I need is already exposed: https://www.exploit-db.com/search?cve={cveCode}
.
It is the same as the URL shown in the browser when we search. However, we have to add this additional field to the request header in order to retrieve the response in JSON: x-requested-with: XMLHttpRequest
. Otherwise, the API returns HTML.
Hi. I am wondering if there is a plan to provide some REST APIs endpoints so we can search without using the Web UI. Thank you.