Retest
Create Retest Scan
Retest
Create Retest Scan
Trigger a retest scan
POST
/
v1
/
retest
curl --request POST \
--url https://api.projectdiscovery.io/v1/retest \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"template_encoded": "<string>",
"target": "<string>",
"template_path": "<string>",
"template_url": "<string>",
"template_id": "<string>",
"vuln_id": "<string>"
}'
{
"message": "<string>",
"results": {
"matcher_status": true,
"retest_count": 123,
"vuln_id": "<string>",
"target": "<string>",
"template_url": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"event": [
{
"host": "<string>",
"Info": {
"name": "<string>",
"author": [
"<string>"
],
"tags": [
"<string>"
],
"severity": "<string>",
"reference": [
"<string>"
],
"description": "<string>",
"remediation": "<string>",
"impact": "<string>",
"metadata": {
"vendor": "<string>",
"product": "<string>",
"max-request": 123,
"total-request": 123,
"framework": "<string>",
"shodan-query": "<string>",
"fofa-query": "<string>",
"censys-query": "<string>",
"publicwww-query": "<string>",
"google-query": "<string>",
"verified": true
},
"classification": {
"cpe": "<string>",
"cve-id": [
"<string>"
],
"cwe-id": [
"<string>"
],
"cvss-score": 123,
"epss-score": 123,
"cvss-metrics": "<string>",
"epss-percentile": 123
}
},
"type": "<string>",
"request": "<string>",
"response": "<string>",
"timestamp": "<string>",
"template-id": "<string>",
"matcher-status": true,
"ip": "<string>",
"matched-line": [
123
],
"matched-at": "<string>",
"curl-command": "<string>",
"matcher-name": "<string>",
"extracted-results": "<string>",
"template-url": "<string>",
"template-path": "<string>",
"extractor-name": "<string>",
"path": "<string>"
}
]
}
}
Authorizations
Body
application/json
Response
200
application/json
Example response
Was this page helpful?
curl --request POST \
--url https://api.projectdiscovery.io/v1/retest \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"template_encoded": "<string>",
"target": "<string>",
"template_path": "<string>",
"template_url": "<string>",
"template_id": "<string>",
"vuln_id": "<string>"
}'
{
"message": "<string>",
"results": {
"matcher_status": true,
"retest_count": 123,
"vuln_id": "<string>",
"target": "<string>",
"template_url": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"event": [
{
"host": "<string>",
"Info": {
"name": "<string>",
"author": [
"<string>"
],
"tags": [
"<string>"
],
"severity": "<string>",
"reference": [
"<string>"
],
"description": "<string>",
"remediation": "<string>",
"impact": "<string>",
"metadata": {
"vendor": "<string>",
"product": "<string>",
"max-request": 123,
"total-request": 123,
"framework": "<string>",
"shodan-query": "<string>",
"fofa-query": "<string>",
"censys-query": "<string>",
"publicwww-query": "<string>",
"google-query": "<string>",
"verified": true
},
"classification": {
"cpe": "<string>",
"cve-id": [
"<string>"
],
"cwe-id": [
"<string>"
],
"cvss-score": 123,
"epss-score": 123,
"cvss-metrics": "<string>",
"epss-percentile": 123
}
},
"type": "<string>",
"request": "<string>",
"response": "<string>",
"timestamp": "<string>",
"template-id": "<string>",
"matcher-status": true,
"ip": "<string>",
"matched-line": [
123
],
"matched-at": "<string>",
"curl-command": "<string>",
"matcher-name": "<string>",
"extracted-results": "<string>",
"template-url": "<string>",
"template-path": "<string>",
"extractor-name": "<string>",
"path": "<string>"
}
]
}
}